.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}
html, body {
    min-height: 100%;
}
body {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    background: #fff;
    font-size: 14px;
}
.btn-success {
    background-color: #3a833a;
}
p {
    margin-bottom: 20px;
}
a, a:visited {
    color: #000;
}
a:hover, a:active {
    color: #c40001;
    text-decoration: none;
}
main .page-header {
    border: none;
    padding: 0;
    margin: 0;
}
main a, main a:visited, main .page-footer a:hover, main .page-footer a:active {
    text-decoration: underline;
}
main .page-footer a, main .page-footer a:visited, main a:hover, main a:active {
    text-decoration: none;
}
main .footer-space {
    margin-top: 20px;
}
main > h1:first-child {
    margin: 5px 0 15px;
}
#logo {
    max-width: 100%;
}
footer a {
    text-decoration: underline;
}
.btn, .navbar a, footer li a, .split-list a, .top-10 a {
    text-decoration: none;
}
.footer-column-first {
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    font-weight: bold;
}
.btn-arrowquote {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.btn-contact {
    display: block;
    font-size: 1.1em;
}
.btn.btn-danger {
    background-color: #c12e2a;
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}
.btn.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}
footer a:hover {
    text-decoration: none;
}
footer li a:hover, .split-list a:hover, .top-10 a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Century Gothic", sans-serif;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #636363;
}
h1, h2, h3, h4 {
    font-family: 'Yanone Kaffeesatz';
}
h1 {
    font-weight: 300;
    font-size: 40px;
}
h2, h3 {
    font-weight: 400;
}
h4 {
    font-size: 20px;
}
.nav-wrapper {
    background: #eee;
}
.nav-justified > .dropdown.edge3 .dropdown-menu {
    right: 0;
}
.drop-cols-2 .dropdown-menu {
    width: 502px;
}
.drop-cols-3 .dropdown-menu {
    width: 752px;
}
.drop-cols-2 li, .drop-cols-3 li {
    float: left;
    width: 250px;
}
.header-language {
    display: inline-block;
    position: relative;
    top: 7px;
    padding: 0 3px;
    text-align: center;
}
.page-thumbnail {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px;
    margin: 0 auto 10px;
    float: right;
    display: block;
    max-width: 300px;
}
.page-footer .section-title {
    display: block;
    padding: 0 0 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.lines-grid .lines-grid-line {
    height: 140px;
    background-color: #656565;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 3px;
}
.lines-grid .lines-grid-line:hover .lines-grid-content, .lines-grid .lines-grid-line:active .lines-grid-content {
    background-color: rgba(255, 255, 255, 0.8);
}
.lines-grid .lines-grid-line:hover .lines-grid-title, .lines-grid .lines-grid-line:active .lines-grid-title {
    background-color: rgba(122, 122, 122, 0.8);
    text-decoration: none;
}
.lines-grid .lines-grid-line:hover .lines-grid-more, .lines-grid .lines-grid-line:active .lines-grid-more {
    display: block;
}
.lines-grid .lines-grid-line:hover .lines-grid-buttons, .lines-grid .lines-grid-line:active .lines-grid-buttons {
    max-height: 100px;
}
.lines-grid .lines-grid-line:hover .lines-grid-buttons .btn-success, .lines-grid .lines-grid-line:active .lines-grid-buttons .btn-success {
    text-decoration: none;
}
.lines-grid .lines-grid-content {
    position: absolute;
    transition: 0.3s ease;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    top: 50%;
    right: 0;
    left: 0;
    overflow: hidden;
}
.lines-grid .lines-grid-title {
    transition: 0.3s ease;
    display: block;
    padding: 8px 0;
    text-align: center;
    background-color: #717171;
    background-color: rgba(130, 130, 130, 0.7);
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.lines-grid .lines-grid-more {
    display: none;
    transition: 0.3s ease;
    padding: 5px;
    color: #000;
    font-size: 0.8em;
    font-weight: bold;
}
.lines-grid .lines-grid-buttons {
    max-height: 0;
    transition: 0.3s ease;
    text-align: center;
}
.lines-grid .lines-grid-buttons .btn-success {
    width: 44%;
    margin: 2%;
    display: inline-block;
    color: #fff;
    background-image: none;
    background-color: #3a833a;
    text-align: center;
    padding: 5px 0;
}
.lines-grid .lines-grid-buttons .btn-success:hover, .lines-grid .lines-grid-buttons .btn-success:active {
    background-color: #4b4;
}
@media (max-width: 319px) {
    .lines-grid {
        display: none;
    }
}
@media (min-width: 992px) {
    .lines-grid .lines-grid-line {
        height: 140px;
    }
}
@media (min-width: 1200px) {
    .lines-grid .lines-grid-line {
        height: 160px;
    }
}
.columns ul {
    list-style-type: none;
    padding-left: 0;
}
.contact-horizontal {
    margin-top: 20px;
}
.footer-cities {
    margin-top: 20px;
}
.accessibility-statement {
    margin-bottom: 20px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 1060px;
}
.footer-copyright {
    margin-top: 20px;
}
#staff_list .thumbnail {
    margin: 0 10px 0 0;
    width: 100px;
}
.carriers-scroller {
    padding: 10px;
    background: #fff;
}
.well {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1, #fbfbfb);
    background: -webkit-linear-gradient(top, #f1f1f1, #fbfbfb);
    background: -o-linear-gradient(top, #f1f1f1, #fbfbfb);
    background: -ms-linear-gradient(top, #f1f1f1, #fbfbfb);
    background: linear-gradient(to bottom, #f1f1f1, #fbfbfb);
}
.well-well {
    margin-bottom: 15px;
}
.well-language, .well-affiliates, .well-contact, .well-carriers {
    text-align: center;
}
.well-affiliates img {
    max-width: 100%;
}
.qq-vertical {
    text-align: center;
}
.qq-vertical h3 {
    margin: -19px -19px 0;
    font-size: 30px;
    text-align: center;
    text-shadow: 1px 1px 3px #999;
    padding: 15px 5px;
    background: #dfdfdf;
    border-bottom: 1px solid #ccc;
}
.qq-vertical label {
    font-size: 1em;
    display: block;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 0;
}
.qq-vertical input, .qq-vertical select {
    font-size: 1.1em;
    padding: 5px 0 5px 2px;
    width: 100%;
    border-radius: 5px;
}
.qq-vertical .qq-submit {
    width: auto;
    padding: 7px 17px;
    margin-top: 10px;
    border-radius: 10px;
}
.qq-name td {
    width: 48%;
    padding-bottom: 0;
}
.qq-name th {
    font-size: 10px;
    font-weight: normal;
}
.qq-name .qq-fname {
    padding-right: 4%;
}
.qq-name input {
    width: 100%;
}
.qq-sticky-container {
    position: fixed;
    top: 27%;
    z-index: 10;
    right: 0;
}
.qq-sticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 300px;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #000;
    border-right: none;
}
.qq-sticky-container.open .qq-sticky {
    box-shadow: -1px 2px 5px #777;
}
.qq-sticky input, .qq-sticky select {
    font-size: 1.1em;
    padding: 5px 0 5px 2px;
    border-radius: 5px;
}
.qq-sticky-button, .qq-sticky-button:visited {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 1.2em;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 10px 30px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    border: 1px solid #000;
    border-bottom: none;
    cursor: pointer;
}
.qq-sticky-button:hover, .qq-sticky-button:active {
    text-shadow: 0 0 5px;
    color: #fff;
    box-shadow: inset 0px 0px 5px #333;
}
.qq-sticky-header {
    color: #fff;
    text-align: center;
    background: #868686;
    background: -moz-linear-gradient(top, #868686, #686868);
    background: -webkit-linear-gradient(top, #868686, #686868);
    background: -o-linear-gradient(top, #868686, #686868);
    background: -ms-linear-gradient(top, #868686, #686868);
    background: linear-gradient(to bottom, #868686, #686868);
    border-top-left-radius: 9px;
    line-height: 50px;
    font-size: 2em;
}
.qq-sticky-form {
    padding: 50px 10px 0;
    text-align: center;
    font-size: 1.1em;
}
.qq-sticky-form label {
    display: block;
    margin-bottom: 10px;
}
.qq-sticky-form .qq-submit {
    margin-top: 15px;
}
.sticky-side-button, .sticky-side-button:visited {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute;
    top: 250px;
    right: 0;
    font-size: 1.2em;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 10px 30px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    border: 1px solid #000;
    border-bottom: none;
    cursor: pointer;
}
.sticky-side-button:hover, .sticky-side-button:active {
    text-shadow: 0 0 5px;
    color: #fff;
    box-shadow: inset 0px 0px 5px #333;
}
.first-slide {
    display: block;
    margin: auto;
}
.pac-carrier {
    padding: 10px 0 10px 10px;
    border: 1px solid #aaa;
    float: left;
    height: 200px;
    width: 46%;
    margin: 2% 2%;
    background: #fff;
}
.pac-logo {
    margin-bottom: 10px;
    text-align: center;
    max-height: 75px;
}
.pac-icon {
    width: 10px;
    display: inline-block;
}
.page-footer .pac-carrier a {
    text-decoration: underline;
}
.page-footer .pac-carrier a:active, .page-footer .pac-carrier a:hover {
    text-decoration: none;
}
.oc-carrier {
    width: 46%;
    margin: 2% 2%;
    text-align: center;
    float: left;
    border: 1px solid #ccc;
    background: #fff;
}
.oc-carrier img {
    height: 95px;
    padding: 10px;
    background: #fff;
}
.quote-buttons {
    clear: both;
}
.quote-block {
    width: 50%;
    float: left;
}
.quote-button {
    display: block;
    margin: 2% 2%;
    padding: 4px 6px 4px 42px;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding-left: 42px !important;
}
.quote-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5px;
}
.child-block {
    width: 50%;
    float: left;
}
.child-button {
    display: block;
    margin: 2% 2%;
    padding: 4px 6px;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.hl-row {
    border: 1px solid #aaa;
    margin-bottom: 10px;
}
.hl-logo {
    padding: 10px;
    border-right: 1px solid #aaa;
    float: left;
}
.hl-logo img {
    width: 108px;
}
.hl-title {
    padding: 10px;
    float: left;
}
.support-item {
    margin-bottom: 5px;
}
.page-children {
    margin-top: 20px;
}
.page-child {
    margin-bottom: 5px;
}
.page-child a {
    text-decoration: none;
}
.partner-category {
    margin-bottom: 30px;
}
.partner-category h3 {
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
}
.partner-partner {
    padding: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.partner-partner .partner-label {
    font-size: 1.1em;
    text-decoration: underline;
}
.partner-partner .partner-label:hover, .partner-label:active {
    text-decoration: none;
}
.partner-description {
    padding: 5px 10px 10px;
    border-left: 1px solid #000;
}
.partner-image {
    text-align: center;
    padding-top: 5px;
}
.partner-image img {
    max-width: 100%;
    max-height: 240px;
}
.fine-print {
    font-size: 0.8em;
    color: #555;
}
.tt {
    position: relative;
}
.tt .tooltip {
    position: absolute;
    left: 26px;
    top: 3px;
    opacity: 0.9;
    display: none;
    width: 300px;
}
.tt:hover .tooltip {
    display: block;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #999;
}
.qq-horizontal {
    padding: 20px 0 15px;
}
.qq-horizontal label {
    font-weight: normal;
}
.qq-horizontal input, .qq-horizontal select {
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    vertical-align: bottom;
    font-family: "Myriad Pro", sans-serif;
    padding: 10px 30px;
}
.qq-horizontal input:focus, .qq-horizontal input:active, .qq-horizontal select:active, .qq-horizontal select:focus {
    outline: none;
}
.qq-horizontal input[type="submit"] {
    padding: 9px 0;
    text-align: center;
    width: 20%;
}
.qq-horizontal select {
    font-size: 16px;
    height: 47px;
    padding: 10px 5px;
}
.qq-horizontal .input-group {
    display: inline-block;
    position: relative;
}
.qq-horizontal .input-group input {
    padding: 10px 5px;
    width: 100%;
}
.qq-horizontal .input-group label {
    position: absolute;
    top: 45%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-style: italic;
    font-size: 16px;
    color: #333;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}
.qq-horizontal input:focus + label, .qq-horizontal input.has-value + label {
    top: -8px;
    left: 0;
    font-size: 12px;
    color: #fff;
}
.qq-horizontal form {
    text-align: center;
}
.blog-date, .muted {
    color: #666;
    font-size: 0.9em;
}
.qq-get-started {
    line-height: 45px;
    color: #fff;
    font-size: 26px;
    margin-bottom: 0;
}
.qq-input {
    width: 79%;
    margin-top: 12px;
}
.blog-article-image {
    max-width: 100%;
    margin: 0 auto 20px;
}
.breadcrumb > li + li:before {
    padding: 0 5px 0 10px;
}
.breadcrumb img {
    height: 20px;
    vertical-align: text-bottom;
}
.breadcrumb > .active {
    color: #636363;
}
.sticky-social-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -160px;
    top: 250px;
    width: 210px;
    z-index: 100;
}
.sticky-social-container a {
    text-decoration: none;
    color: #fff;
    display: block;
}
.sticky-social {
    margin: 0;
    padding: 0;
}
.sticky-social li {
    list-style-type: none;
    background-color: #333;
    color: #efefef;
    height: 50px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    filter: url("data:image/svg+xml; utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.sticky-social li:hover {
    margin-right: -135px;
    filter: url("data:image/svg+xml; utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.sticky-social li img {
    float: right;
    margin: 5px 5px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
}
.sticky-social .social-title {
    padding: 0;
    margin: 0;
    float: right;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 50px;
    font-family: 'Myriad Pro';
}
.side-social {
    margin: 0;
    padding: 0;
}
.side-social li {
    list-style-type: none;
    display: inline-block;
    margin: 3px;
}
.side-social .social-title {
    display: none;
}
.side-social li img {
    width: 32px;
    height: 32px;
}
.social-nav-container {
    padding: 5px 0;
    text-align: center;
    font-size: 32px;
}
.social-nav-container .fa {
    margin: 0 10px;
}
.responsive-images-container {
    position: relative;
    width: 70%;
    margin: 0 15% 10px;
}
.responsive-tablet {
    width: 80%;
    max-width: 500px;
    margin-bottom: 50px;
}
.responsive-phone {
    width: 30%;
    max-width: 200px;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.phone-number.multiple {
    text-align: right;
    font-size: 1.4em;
    line-height: 1.1em;
}
.phone-number.multiple small {
    font-size: 0.85em;
}
#sfs .smurf-container {
    position: relative;
    overflow: hidden;
}
#sfs .smurf {
    position: fixed;
    right: -2000px;
}
#sfs td, #sfs th {
    padding: 0 3px 0 0;
}
#sfs table table td {
    padding: 0 3px 0 0;
}
#sfs .sfs-smaller {
    max-width: 400px;
    margin: 20px auto;
}
#sfs h3 {
    max-width: 620px;
    margin: 30px auto 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ccc;
}
#sfs h4 {
    margin-top: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
#sfs .sfs-fieldset {
    max-width: 780px;
    margin: 0 auto 10px;
}
#sfs label, #sfs .field-label {
    display: block;
    font-weight: normal;
    margin: 6px 0;
}
#sfs .sfs-input-group {
    padding: 5px 5px;
}
#sfs .sfs-input-group label, #sfs .sfs-input-group .field-label {
    display: block;
    font-weight: normal;
    margin: 0;
}
#sfs .sfs-input-title {
    float: left;
    width: 45%;
    text-align: right;
    padding-right: 15px;
}
#sfs .sfs-input-title table {
    float: right;
}
#sfs .sfs-input-wrapper {
    float: left;
    width: 55%;
}
#sfs input {
    min-width: 33%;
    max-width: 100%;
    width: auto;
}
#sfs input[type='checkbox'], #sfs input[type='radio'] {
    min-width: auto;
}
#sfs select {
    padding: 3px;
}
#sfs .sfs-input-group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
#sfs label:after, #sfs .field-label:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html #sfs label {
    zoom: 1;
}
*:first-child + html #sfs label {
    zoom: 1;
}
#sfs .sfs-btn-one, #sfs .btn-success {
    margin: 10px 0 0;
    font-size: 1.3em;
    position: relative;
    text-shadow: 1px 1px 1px #555;
}
#sfs .btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    min-width: 33%;
    max-width: 100%;
}
#sfs .btn-success:focus, #sfs .btn-success:hover {
    background-color: #419641;
    background-position: 0 -15px;
}
#sfs .btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}
#sfs .btn-primary:focus, #sfs .btn-primary:hover {
    background-color: #265a88;
    background-position: 0 -15px;
}
#sfs .sfs-btn-one .fa {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 1.6em;
}
#sfs .sfs-submit-row {
    position: relative;
}
#sfs #sfs-one-start {
    padding-right: 35px;
    min-width: auto;
    max-width: none;
}
#sfs .sfs-btn-start-wrapper, #sfs .sfs-btn-qq-wrapper {
    text-align: center;
}
.blog-cal {
    width: 57px;
    height: 50px;
    margin-right: 10px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    float: left;
}
.month {
    width: 55px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.4);
}
.month p {
    text-align: center;
    color: white;
    font-size: 11px;
    font-weight: 600;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.40);
    margin: 0px 0 0 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.30);
    margin: -2px 8px 0px 8px;
    padding: 0 0 1px 0;
}
.day {
    width: 55px;
    height: 30px;
    line-height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: white;
    background: url("data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: linear-gradient(top, #fff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0);
    box-shadow: 0px 1px 0px 0px #fff, 0px 2px 0px 0px #ccc, 0px 3px 0px 0px #fff, 0px 4px 0px 0px #ccc;
}
.day p {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #444;
    text-shadow: 1px 1px 0px white;
    margin-top: 4px;
}
.blog-subject {
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
.blog-list-entry {
    background: #fff;
}
.blog-list-entry img {
    max-width: 280px;
}
.blog-archive {
    margin-bottom: 20px;
}
.archive-date {
    color: #777;
}
.a2a_dd {
    margin-top: 10px;
}
.article-info {
    color: #777;
    margin-bottom: 20px;
}
.blog-list-entry .article-share-icon {
    display: none;
}
.article-share {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 20px;
}
.article-share .a2a_dd {
    margin-top: 0;
    background: #0068bb;
    background: -moz-linear-gradient(top, #0068bb, #004277);
    background: -webkit-linear-gradient(top, #0068bb, #004277);
    background: -o-linear-gradient(top, #0068bb, #004277);
    background: -ms-linear-gradient(top, #0068bb, #004277);
    background: linear-gradient(to bottom, #0068bb, #004277);
    color: #fff;
    text-shadow: 0 1px 0 #39c;
}
.article-content img {
    max-width: 100% !important;
}
.blog-block-subject {
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
    color: #000;
}
.blog-block-list-content {
    padding: 10px;
}
.blog-block-list-image {
    max-width: 100%;
}
.blog-block-list-entry, .blog-block-list-entry:visited {
    display: block;
    color: #000;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #bbb;
}
.blog-block-list-entry:hover {
    color: #000;
    text-decoration: none !important;
}
.blogpag {
    line-height: 41px;
}
.blogpag strong {
    font-size: 1.2em;
}
.blogpag .btn-currpage {
    background: #555;
}
.red {
    background: #a90329;
    background: url("data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
    background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    background: linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019',GradientType=0);
}
.green {
    background: #8ab66b;
    background: url("data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhhYjY2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTgyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top, #8ab66b 0%, #398235 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ab66b), color-stop(100%, #398235));
    background: -webkit-linear-gradient(top, #8ab66b 0%, #398235 100%);
    background: -o-linear-gradient(top, #8ab66b 0%, #398235 100%);
    background: -ms-linear-gradient(top, #8ab66b 0%, #398235 100%);
    background: linear-gradient(top, #8ab66b 0%, #398235 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ab66b', endColorstr='#398235',GradientType=0);
}
.blue {
    background: #4f85bb;
    background: url("data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmODViYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzI0NTg4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
    background: -moz-linear-gradient(top, #4f85bb 0%, #24588c 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f85bb), color-stop(99%, #24588c));
    background: -webkit-linear-gradient(top, #4f85bb 0%, #24588c 99%);
    background: -o-linear-gradient(top, #4f85bb 0%, #24588c 99%);
    background: -ms-linear-gradient(top, #4f85bb 0%, #24588c 99%);
    background: linear-gradient(top, #4f85bb 0%, #24588c 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f85bb', endColorstr='#24588c',GradientType=0);
}
.yellow {
    background: #ffcb49;
    background: url("data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmY2I0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGI1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top, #ffcb49 1%, #f8b500 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffcb49), color-stop(100%, #f8b500));
    background: -webkit-linear-gradient(top, #ffcb49 1%, #f8b500 100%);
    background: -o-linear-gradient(top, #ffcb49 1%, #f8b500 100%);
    background: -ms-linear-gradient(top, #ffcb49 1%, #f8b500 100%);
    background: linear-gradient(top, #ffcb49 1%, #f8b500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb49', endColorstr='#f8b500',GradientType=0);
}
.location-image {
    max-width: 100%;
    border: 1px solid #aaa;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}
.locations-wrapper {
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.locations-list {
    overflow-y: scroll;
    height: 500px;
    padding-left: 5px;
}
.locations-list hr {
    border-color: #999;
}
.locations-list h3 {
    color: #c40001;
}
.locations-view-link {
    font-weight: bold;
}
#map_canvas {
    width: 100%;
    height: 400px;
}
.locations-ol {
    margin: 0;
    padding: 0;
}
.locations-ol li {
    list-style: none;
    margin: 5px 0 15px 28px;
    position: relative;
}
.locations-ol-count {
    position: absolute;
    top: -1px;
    left: -30px;
    font-size: 1.1em;
    font-weight: bold;
}
.location-search-wrapper {
    margin: 10px 0;
}
.location-search {
    margin: 10px 5%;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    text-align: center;
}
.location-producer-image {
    position: relative;
    display: inline-block;
}
.location-producer-profile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-top: 30%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1.5em;
}
.location-producer-image:hover .location-producer-profile {
    display: block;
    color: #fff;
}
.location-map-container {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #999;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
}
.location-map-container iframe {
    width: 100%;
    height: 400px;
}
.location-image-container {
    margin-bottom: 20px;
    text-align: center;
}
.location-image {
    max-width: 100%;
}
.products-wrapper {
    text-align: center;
    padding: 0 5%;
    margin: 10px 0;
}
.products-product {
    border: 1px solid #999;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
}
.products-product img {
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.products-product:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.products-product span {
    display: block;
    text-align: center;
    font-size: 1.3em;
    line-height: 2.5em;
}
.arc-profile-side {
    border: 1px solid #ccc;
    background: #eee;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
.arc-profile-image {
    max-width: 90%;
    border: 3px solid #fff;
    box-shadow: 1px 1px 3px #000;
    margin-bottom: 15px;
}
.arc-profile-section {
    color: #000;
    border-bottom: 1px solid #c40001;
}
.arc-profile-contact {
    margin-top: 15px;
}
.staff-listing {
    margin-bottom: 20px;
}
.staff-listing .btn-mini.btn-info, .staff-listing .btn-mini.btn-info:visited {
    background: #111;
    background: -moz-linear-gradient(top, #111, #000);
    background: -webkit-linear-gradient(top, #111, #000);
    background: -o-linear-gradient(top, #111, #000);
    background: -ms-linear-gradient(top, #111, #000);
    background: linear-gradient(to bottom, #111, #000);
}
.staff-listing .btn-mini.btn-info:hover, .staff-listing .btn-mini.btn-info:active {
    background: #2a2a2a;
    background: -moz-linear-gradient(top, #2a2a2a, #090909);
    background: -webkit-linear-gradient(top, #2a2a2a, #090909);
    background: -o-linear-gradient(top, #2a2a2a, #090909);
    background: -ms-linear-gradient(top, #2a2a2a, #090909);
    background: linear-gradient(to bottom, #2a2a2a, #090909);
}
.btn-linkedin {
    padding: 3px 12px;
}
.btn-linkedin img {
    height: 26px;
}
#staff2 h3 {
    color: #c40001;
    font-size: 1.8em;
}
#staff2 .staff-member {
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}
#staff2 .staff-members {
    border-top: 1px solid #999;
    padding-top: 10px;
}
#staff2 .staff-name {
    font-weight: bold;
    font-size: 1.2em;
    color: #000;
}
#staff2 .staff-title {
    font-size: 1em;
}
#staff2 .staff-phone {
    font-size: 1.1em;
}
#staff2 .staff-image-wrapper {
    width: 100%;
    padding-top: 110%;
    position: relative;
    margin-bottom: 10px;
}
#staff2 .staff-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#staff2 .btn {
    margin-top: 10px;
    margin-right: 8px;
    margin-left: 8px;
}
#staff2 .staff-linkedin:active, #staff2 .staff-linkedin:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-filter: grayscale(100%);
}
#staff3 {
    font-size: 1.1em;
}
#staff3 h3 {
    color: #c40001;
    font-size: 1.4em;
}
#staff3 .staff-members {
    border-top: 1px solid #777;
    padding-top: 10px;
}
#staff3 .staff-member {
    margin-bottom: 20px;
}
#staff3 h4 {
    font-family: Arial;
    font-size: 1.4em;
    color: #000;
    margin-bottom: 5px;
}
#staff3 .staff-phone {
    margin-bottom: 7px;
}
#staff3 .staff-image {
    width: 100%;
}
#staff3 .btn {
    font-size: 16px;
}
#staff3 .staff-linkedin:active, #staff3 .staff-linkedin:hover {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-filter: grayscale(100%);
}
#staff4 h3 {
    color: #c40001;
    font-size: 1.6em;
}
#staff4 .staff-member {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
}
#staff4 .staff-members {
    border-top: 1px solid #999;
    padding-top: 10px;
}
#staff4 .staff-name {
    font-weight: bold;
    font-size: 0.9em;
    color: #000;
}
#staff4 .staff-title {
    font-size: 0.7em;
    text-transform: uppercase;
}
#staff4 .staff-phone {
    font-size: 0.9em;
    color: #c40001;
}
#staff4 .staff-image-wrapper {
    width: 100%;
    padding-top: 110%;
    position: relative;
    margin-bottom: 0px;
}
#staff4 .staff-btns-wrapper {
    margin-bottom: 5px;
}
#staff4 .staff-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 3px;
}
#staff4 .btn {
    margin-top: 10px;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 0.8em;
    padding: 6px 7px;
    text-transform: uppercase;
}
#staff4 .staff-linkedin {
    width: 32px;
    height: 32px;
    margin-top: 10px;
    margin-right: 4px;
    margin-left: 4px;
}
#staff4 .staff-linkedin:active, #staff4 .staff-linkedin:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-filter: grayscale(100%);
}
@media (max-width: 767px) {
    #staff4 .staff-image-wrapper {
        padding-top: 0;
    }
    #staff4 .staff-image {
        position: relative;
        width: 100%;
        height: auto;
    }
}
.navbar-default .navbar-nav {
    margin: 0;
}
.navbar-default .navbar-nav > li > a {
    white-space: nowrap;
}
.nav-tabs > li > a {
    text-decoration: none;
    border-color: #eee;
    background-color: #eee;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 25px;
    border-bottom-width: 2px;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:active, .nav-tabs > li > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:focus {
    background-color: #fff;
    border-radius: 0;
    border-top: 3px solid #000;
    border-bottom: 0;
}
.tab-content {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.nav-tab-icon {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}
.panel-group .panel + .panel {
    margin-top: 15px;
}
.panel-default .panel-heading {
    padding: 0;
}
.panel-default .panel-heading a {
    color: #000;
    padding: 10px 15px 10px 10px;
    display: block;
}
.panel-default .panel-heading a:hover {
    text-decoration: none;
    color: #c40001;
}
.phone-link, .phone-link:hover, .phone-link:active {
    color: inherit;
    text-decoration: inherit;
}
.compare-table {
    font-size: 1em;
    width: 100%;
}
.compare-table tr:nth-child(odd) {
    background-color: #eee;
}
.compare-table tr:hover td {
    background-color: #dfd;
}
.compare-table th {
    text-align: center;
    padding: 5px;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #000;
    color: #fff;
}
.compare-table td {
    padding: 3px;
    text-align: center;
    border: 1px solid #999;
}
.compare-table td:first-child, .compare-table th:first-child {
    padding: 3px;
    text-align: left;
    padding-left: 8px;
}
.feature-list-category-wrapper {
    margin-bottom: 40px;
}
.feature-list-category {
    padding: 20px;
    background-color: #eee;
}
.feature-list-category-title {
    color: #000;
    margin: 5px 0 5px;
}
.feature-list-category-icon {
    float: left;
    width: 20%;
    max-width: 64px;
    margin-right: 20px;
}
.feature-list-feature {
    padding: 5px 10px;
    margin-bottom: 1px;
}
.feature-list-title {
    font-size: 1.3em;
    font-weight: normal;
    margin: 10px 0 10px;
}
.feature-list-caret {
    color: #c40001;
}
.testimonial {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e6e6e6;
}
.testimonial-image-wrapper {
    text-align: center;
}
.testimonial-effect-none .testimonial-image {
    border-radius: none;
}
.testimonial-effect-rounded .testimonial-image {
    border-radius: 10px;
}
.testimonial-effect-circle .testimonial-image {
    border-radius: 50%;
}
.testimonial-image {
    max-width: 150px;
    max-height: 150px;
    margin-bottom: 15px;
}
.testimonial-blank-letter {
    position: absolute;
    top: 20%;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 4em;
}
.testimonial-signature {
    text-align: right;
    margin-top: 20px;
    font-style: italic;
}
.testimonial-stars {
    margin-bottom: 10px;
    color: #c90;
    font-size: 1.25em;
    text-align: center;
}
.mobile-banner {
    width: 100%;
    max-height: 600px;
}
.visible-ss {
    display: none;
}
#banner_slider {
    overflow: hidden;
}
.banner-slides {
    overflow: hidden;
}
.home-split-buttons {
    padding: 20px 0;
    background-color: #000;
    color: #fff;
}
.home-split-buttons-title {
    text-align: center;
    font-size: 2em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
}
.home-split-buttons .btn {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1em;
}
.page-video {
    max-width: 640px;
    margin: 0 auto 30px;
}
.page-video-thumb {
    max-width: 640px;
    margin: 0 auto 30px;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-category-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}
.video-title {
    margin-top: 15px;
}
.video-category-separator {
    height: 20px;
}
video {
    width: 100%;
    height: auto;
}
.image-wrapper {
    text-align: center;
}
.image-category-title {
    padding-bottom: 5px;
    padding-top: 15px;
    border-bottom: 1px solid #000;
}
.image-title {
    margin-top: 15px;
    text-align: center;
}
.image-category-separator {
    height: 20px;
}
.skip-to-content {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.skip-to-content:active, .skip-to-content:focus, .skip-to-content:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 1000;
    padding: 10px;
    background-color: white;
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
main img {
    max-width: 100%;
}
#sfs .custom-quick-form {
    max-width: 960px;
    margin: 0 auto;
}
#sfs .custom-quick-form input[type="text"], #sfs .custom-quick-form select, #sfs .custom-quick-form textarea {
    width: 100%;
    line-height: 22px;
    padding: 1px;
}
#sfs .custom-quick-form select {
    padding: 3px 1px;
}
#sfs .custom-quick-form input[type="checkbox"] {
    width: auto !important;
    min-width: 10px;
    max-width: auto;
}
#sfs .custom-quick-form input[type="submit"] {
    width: auto !important;
}
#sfs .custom-quick-form label {
    margin-top: 10px;
    text-transform: uppercase;
}
#sfs .custom-quick-form .spacer {
    height: 15px;
}
@media (max-width: 767px) {
    .content-inner img {
        max-width: 100% !important;
        height: auto !important;
    }
    .body-page .buttons, .body-page .buttons-wrapper {
        display: none !important;
    }
    .blog-block-list-entry {
        margin-bottom: 15px;
    }
    .article-content img {
        height: auto !important;
    }
}
@media (max-width: 480px) {
    .page-thumbnail {
        float: none !important;
        width: 90%;
        margin: 10px auto;
        max-width: 300px;
    }
    .header-language {
        top: 0px;
        margin-bottom: 10px;
    }
    .pac-carrier {
        width: 80%;
        margin: 2% 10%;
    }
    .oc-carrier {
        width: 100%;
    }
    .quote-block {
        width: 90%;
        margin: 0 auto;
        float: none;
    }
    .child-block {
        width: 90%;
        margin: 0 auto;
        float: none;
    }
    .hl-logo, .hl-title {
        float: none;
        text-align: center;
        border: none;
    }
    #sfs .sfs-input-title {
        float: none;
        width: auto;
        padding-right: 5px;
        text-align: left;
    }
    #sfs .sfs-input-title table {
        float: none;
    }
    #sfs .sfs-input-wrapper {
        float: none;
        width: auto;
    }
    .visible-ss {
        display: block;
    }
    .hidden-ss {
        display: none;
    }
    .get-a-quote .btn-primary {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav .dropdown-toggle .caret {
        display: none;
    }
    .header-language {
        top: 10px;
    }
    .qq-get-started {
        text-align: left;
        display: inline-block;
        margin-right: 2%;
    }
    .qq-input {
        width: 30%;
        margin-right: 0.5%;
        margin-top: 0;
    }
    .qq-horizontal input[type="submit"] {
        padding: 9px 20px;
        width: auto;
    }
    .qq-14, input[type="submit"].qq-14 {
        width: 13.5%;
        margin-right: 0.5%;
        margin-top: 0;
    }
    .qq-10 {
        width: 9.5%;
        margin-right: 0.5%;
        margin-top: 0;
    }
    .qq-20 {
        width: 19.5%;
        margin-right: 0.5%;
        margin-top: 0;
    }
    .page-thumbnail {
        float: right;
        margin: 0 0 10px 10px;
        width: auto !important;
    }
    .hl-logo, .hl-title {
        float: none;
        text-align: center;
    }
    .locations-list {
        height: 500px;
    }
    #map_canvas {
        width: 100%;
        height: 500px;
    }
    .location-image-container {
        text-align: left;
    }
    #sfs .sfs-input-wrapper > input, #sfs .sfs-input-wrapper > textarea {
        min-width: 220px;
    }
    #sfs .sfs-input-wrapper > input[type='checkbox'], #sfs .sfs-input-wrapper > input[type='radio'] {
        min-width: auto;
    }
    #sfs .sfs-input-wrapper > textarea {
        min-height: 70px;
    }
    .quote-block {
        width: 100%;
    }
    .body-full-width .quote-block {
        width: 50%;
    }
    .testimonial-image {
        margin-bottom: 0;
    }
    .testimonial-stars {
        text-align: left;
    }
    .blog-block-list {
        margin: 0 -10px 15px;
    }
    .blog-block-list-entry-wrapper {
        padding: 10px;
        width: 50%;
        float: left;
    }
    .blog-block-list-entry {
        height: 380px;
        overflow: hidden;
    }
    .blog-block-list-image {
        width: 100%;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    .blog-block-list-entry .article-share-icon {
        display: none;
    }
    .blog-block-list-entry:hover {
        box-shadow: 0px 0px 7px #1a1a1a;
        background: #fafafa;
        transition: all 0.5s;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .dropdown-toggle {
        white-space: nowrap;
    }
    .pac-carrier {
        height: 200px;
        width: 30%;
        margin: 2% 1.66666%;
        padding: 10px 0 10px 5px;
    }
    .quote-block {
        width: 50%;
    }
    .body-full-width .quote-block {
        width: 33.33333%;
    }
    .oc-carrier {
        width: 30%;
        margin: 2% 1.66666%;
    }
    .quote-button {
        margin: 2% 3%;
        font-size: 16px;
    }
    .hl-logo, .hl-title {
        float: left;
        text-align: left;
    }
    .support-item {
        float: left;
        width: 50%;
    }
    .page-child {
        float: left;
        width: 50%;
    }
    #sfs .sfs-btn-start-wrapper {
        float: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
    }
    #sfs .sfs-btn-qq-wrapper {
        float: none;
        text-align: center;
    }
    .page-video-thumb {
        width: 300px;
        margin: 0 0 20px 20px;
        float: right;
    }
    .blog-block-list-entry-wrapper {
        width: 33.3333%;
    }
    .footer-column-first {
        font-size: 1.1em;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .navbar-nav .dropdown-toggle .caret {
        display: inline-block;
    }
    body {
        font-size: 16px;
    }
    .qq-name th {
        font-size: 11px;
    }
    .pac-carrier {
        height: 210px;
        width: 23%;
        margin: 1% 1%;
        padding: 15px 0 15px 10px;
        font-size: 0.9em;
    }
    .oc-carrier {
        width: 23%;
        margin: 1% 1%;
    }
    .quote-block {
        width: 33.33333%;
    }
    .body-full-width .quote-block {
        width: 25%;
    }
    .child-block {
        width: 33.33333%;
    }
    .quote-button {
        margin: 2% 2%;
    }
    .locations-list {
        height: 650px;
    }
    #map_canvas {
        width: 100%;
        height: 650px;
    }
    .page-video-thumb {
        width: 400px;
    }
}
@media print {
    .side-menu, .btn, .no-print {
        display: none !important;
    }
    a[href]:after {
        content: none !important;
    }
}
#map-plug {
    display: none;
}
#google-reviews {
    display: flex;
    flex-wrap: wrap;
}
.review-item {
    margin: 0 auto;
    flex: 1 1 20%;
}
@media (max-width: 1200px) {
    .review-item {
        flex: 1 1 40%;
    }
}
@media (max-width: 450px) {
    .review-item {
        flex: 1 1 90%;
    }
}
.review-meta, .review-stars {
    text-align: center;
    font-size: 115%;
}
.review-author {
    text-transform: capitalize;
    font-weight: bold;
}
.review-date {
    opacity: 0.6;
    display: block;
}
.review-text {
    line-height: 1.55;
    text-align: left;
    max-width: 32em;
    margin: auto;
    height: 168px;
    overflow: hidden;
}
.review-stars ul {
    display: inline-block;
    list-style: none !important;
    margin: 0;
    padding: 0;
}
.review-stars ul li {
    float: left;
    list-style: none !important;
    margin-right: 1px;
    line-height: 1;
}
.review-stars ul li i {
    color: #e4b248;
    font-size: 1.4em;
    font-style: normal;
}
.review-stars ul li i.inactive {
    color: #c6c6c6;
}
.star:after {
    content: "\2605";
}
.banner-notice {
    color: #fff;
    padding: 25px 30px 10px;
    border: 2px solid #555;
    font-size: 1em;
    position: relative;
}
.banner-notice h1, .banner-notice h2, .banner-notice h3, .banner-notice h4, .banner-notice h5, .banner-notice h6 {
    color: #fff;
}
.banner-notice.red {
    background-color: #c00;
    border-color: #700;
}
.banner-notice.blue {
    background-color: #00a;
    border-color: #006;
}
.banner-notice.green {
    background-color: #0b0;
    border-color: #070;
}
.banner-notice.orange {
    background-color: #c90;
    border-color: #960;
}
.banner-notice a {
    color: #fea;
}
.banner-notice a:hover, .banner-notice a:active {
    color: #fff;
    text-decoration: underline;
}
.banner-notice .notice-title {
    text-align: center;
    color: #fff;
    margin-top: 0;
}
.notice-desktop {
    display: none;
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
}
.notice-desktop #notice-close {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
}
.notice-desktop #notice-close strong {
    font-size: 2em;
    position: relative;
    top: 5px;
}
.notice-desktop #notice-close:hover {
    color: #ccc;
}
.notice-mobile {
    margin-bottom: 30px;
    width: 100%;
}
.banner-warning a {
    color: #fea;
}
.banner-warning a:hover, .banner-warning a:active {
    color: #fff;
    text-decoration: underline;
}
#cookie-notice {
    display: none;
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    padding: 30px;
}
#cookie-notice a {
    color: #fea;
}
#cookie-notice a:hover, #cookie-notice a:active {
    color: #fff;
    text-decoration: underline;
}
#cookie-notice button {
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}
#cookie-notice button:hover {
    background-color: #265a88;
    background-position: 0 -15px;
}
.header-wrapper {
    position: relative;
    z-index: 100;
}
header {
    box-sizing: border-box;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #eee;
    position: relative;
}
.header-contact {
    padding-top: 8px;
    padding-bottom: 8px;
}
.header-icon {
    height: 64px;
    float: left;
    margin-top: 4px;
}
.header-contact-info {
    float: left;
    color: #fff;
    margin-left: 15px;
}
.nav-wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
#logo {
    height: auto;
}
.qq-horizontal input, .qq-horizontal select {
    border: 2px solid #c40001;
    color: #000;
    background: #fff;
    border: none;
    border-bottom: 2px solid #c40001;
}
.btn, .btn:visited {
    color: #fff;
}
.btn-default {
    color: #000;
}
.get-a-quote .btn-primary, .qq-submit, .btn-arrowquote, .btn-contact {
    color: #fff;
    background: #c40001;
    border: 0;
    transition: background 0.2s;
    font-weight: bold;
    border-radius: 0;
    box-shadow: 3px 3px 0 #a00001;
}
.get-a-quote .btn-primary:hover, .btn-arrowquote:hover, .btn-contact:hover {
    color: #e6e6e6;
    background: #910001;
    box-shadow: none;
    position: relative;
    top: 2px;
    left: 2px;
}
.get-a-quote a {
    font-size: 1em;
}
.qq-horizontal .qq-submit, .qq-vertical .qq-submit {
    color: #fff;
    background: #c40001;
    transition: background 0.2s;
    border: 0;
    border-radius: 0;
    box-shadow: 3px 3px 0 #a00001;
}
.qq-horizontal .qq-submit:hover, .qq-vertical .qq-submit:hover, .banner-info .qq-submit:hover, .slogan-wrapper .qq-submit:hover {
    background: #910001;
    box-shadow: none;
    position: relative;
    top: 2px;
    left: 2px;
}
.qq-vertical .qq-submit, .qq-sticky .qq-submit {
    font-size: 1.1em;
}
.sticky-side-button, .sticky-side-button:visited {
    background: #000;
    background: -moz-linear-gradient(top, #000, #121212);
    background: -webkit-linear-gradient(top, #000, #121212);
    background: -o-linear-gradient(top, #000, #121212);
    background: -ms-linear-gradient(top, #000, #121212);
    background: linear-gradient(to bottom, #000, #121212);
}
.sticky-side-button:hover, .sticky-side-button:active {
    background: #080808;
    background: -moz-linear-gradient(top, #080808, #2b2b2b);
    background: -webkit-linear-gradient(top, #080808, #2b2b2b);
    background: -o-linear-gradient(top, #080808, #2b2b2b);
    background: -ms-linear-gradient(top, #080808, #2b2b2b);
    background: linear-gradient(to bottom, #080808, #2b2b2b);
}
.phone-number {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1px;
    color: #fff;
}
.phone-number small {
    font-size: 0.7em;
    color: #4d4d4d;
    text-shadow: none;
}
.phone-number.multiple {
    text-align: right;
    font-size: 1.4em;
    line-height: 1.1em;
}
.phone-number.multiple small {
    font-size: 0.85em;
}
.nav-wrapper {
    background: #eee;
}
.navbar-default, .navbar-nav {
    background: none;
    box-shadow: none;
}
.navbar-default {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #555;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.2s;
    padding: 15px 5px;
    font-weight: bold;
}
.navbar-default .navbar-brand {
    color: #555;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav .dropdown-menu > li.active > a {
    background: #dcdcdc;
    color: #676767;
}
.navbar-default .navbar-nav > .active:hover > a, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: #dfdfdf;
    color: #3c3c3c;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
    background: #fff;
    color: #555;
    font-weight: bold;
    line-height: 1.8;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background: #eee;
    color: #555;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li.active > a:hover {
    background: #dfdfdf;
    color: #3c3c3c;
}
.banner-wrapper {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 900px;
    height: 250px;
    overflow: hidden;
}
.banner-slides {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 900px;
    height: 250px;
    overflow: hidden;
}
.banner-information-wrapper {
    position: absolute;
    top: 0;
    right: 35%;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.0);
}
.banner-wrapper .btn {
    margin-left: 130px;
}
.banner-caption {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
}
.banner-container {
    position: relative;
}
.banner-info-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
}
.banner-info {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
}
.banner-info .qq-interest {
    width: 180px;
    padding: 5px;
}
.banner-info .qq-submit {
    padding: 5px;
    margin-left: 10px;
}
.banner-qq-get-started {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-right: 25px;
}
.qq-horizontal {
    background: #000;
}
.content-wrapper {
    padding: 30px 0;
    background-color: #fff;
}
.content-wrapper-home {
    padding: 0;
}
.content-inner-home {
    padding: 15px 0;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.8);
}
.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}
#content-wrapper .bcg {
    position: relative;
    padding: 100px 0;
    background-image: url('../img/content-bg.jpg');
}
footer {
    background-color: #000;
    color: #fff;
    padding: 30px 0;
}
footer a, footer a:visited {
    color: #fff;
}
footer a:hover {
    color: #eee;
}
.contact-horizontal {
    text-align: center;
    font-size: 0.9em;
}
.footer-cities {
    text-align: center;
    font-size: 0.9em;
}
.footer-copyright {
    text-align: center;
    font-size: 0.8em;
}
.carriers-scroll {
    margin: 30px 0;
}
.pac-carrier {
    border-color: #ccc;
}
.hl-row, .hl-logo {
    border-color: #ccc;
}
.hl-row:hover {
    background: #eee;
}
.partner-category h3, .partner-partner, .partner-description {
    border-color: #ccc;
}
.buttons-header {
    font-size: 2em;
    text-align: center;
    margin-top: 20px;
    color: #777;
}
.buttons-wrapper {
    background: #000;
}
.buttons-wrapper .container {
    padding: 0 10px;
}
.buttons-wrapper .container > .row {
    margin: 0 -10px;
}
.buttons-wrapper .padding-10 {
    padding: 0 10px;
}
.buttons-home {
    background: #eee;
}
.buttons-wrapper a {
    color: #eee;
}
.buttons-home a {
    color: #777;
}
.button {
    padding: 30px 0;
    text-align: center;
    display: block;
}
.buttons-home .button-image-wrapper {
    border-color: #777;
}
.button-image {
    width: 100%;
    max-width: 72px;
    margin-bottom: 12px;
}
.button-title {
    font-weight: bold;
}
.button:hover .button-title {
    color: #d5d5d5;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.buttons-home .button:hover .button-title {
    color: #919191;
}
.buttons .button:hover {
    background: #1c1c1c;
}
.buttons-home .button:hover {
    background: #fff;
}
.testimonials-header {
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
    color: #777;
}
.testimonials-wrapper {
    background-color: #eee;
    padding: 30px 0 15px;
}
.testimonials-container {
    margin: 0 auto;
    width: 768px;
}
.testimonials-slider {
    margin: 0 auto;
    position: relative;
    width: 600px;
    height: 180px;
}
.slogan-wrapper {
    text-align: center;
    background-color: #000;
    color: #eee;
    padding: 35px 0;
    font-size: 2em;
}
.dropdown-menu {
    border-top: 2px solid #c40001;
}
@media (max-width: 480px) {
    .header-icon {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-contact {
        background: #000;
    }
}
@media (min-width: 768px) {
    .header-logo {
        height: 100px;
    }
    .phone-number.multiple {
        margin-top: 9px;
    }
    .button {
        margin: 0;
    }
    .button-description {
        min-height: 100px;
    }
    header {
        background-image: linear-gradient(90deg, #fff 50%, #000 50%);
        border: none;
    }
    .header-contact {
        padding-top: 14px;
        padding-bottom: 18px;
    }
}
@media (min-width: 992px) {
    #logo {
        height: 90px;
    }
    .header-logo {
        text-align: left;
    }
    .dropdown-toggle .caret {
        display: none;
    }
    .navbar-default {
        margin-top: 0;
    }
    .navbar-default .navbar-nav > li > a {
        line-height: 50px;
        padding: 0 5px;
    }
    .navbar-default .container {
        width: auto;
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-default {
        margin-top: 0;
    }
    .navbar-default .navbar-nav > li > a {
        line-height: 60px;
        padding: 0 5px;
    }
}
@media (min-width: 1600px) {
    .banner-info {
        margin-top: 70px;
    }
}
