﻿@font-face {
    font-family: 'droid_serifregular';
    src: url('fonts/droidserif-webfont.eot');
    src: url('fonts/droidserif-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-webfont.woff2') format('woff2'),
         url('fonts/droidserif-webfont.woff') format('woff'),
         url('fonts/droidserif-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansationregular';
    src: url('fonts/sansation_regular-webfont.eot');
    src: url('fonts/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansation_regular-webfont.woff2') format('woff2'),
         url('fonts/sansation_regular-webfont.woff') format('woff'),
         url('fonts/sansation_regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: 'droid_serifregular', sans-serif !important;
    font-size: 12px;
    color: #000;
    /*margin-bottom: 211px;
    padding-bottom: 40px;*/
    height: 100%;
    overflow-y: auto;
}
a, .ms-core-listMenu-item, .ms-core-listMenu-item:link, .ms-tv-item:link, .ms-tv-item:visited, .ms-tv-header:link {
    color: #5B9BD5;
    text-decoration: underline;
}
a:hover, a:visited, .ms-core-listMenu-item:visited, .ms-tv-header:visited, .ms-accentText, .ms-accentText:visited {
    color: #7030A0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'sansationregular', sans-serif;
}
.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2 {
	color: #000;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
div.kc-webpart-container, .ms-rteTableEvenRow-default td span, #PSCM-Container {
    font-family: 'droid_serifregular', sans-serif !important;
}
.ms_designnavigationmenu li a, .ms_designnavigationmenu li a.ms-core-listMenu-item:link {
    font-size: 12px;
    font-family: 'droid_serifregular', sans-serif;
    margin-bottom: 5px;
    display: inline-block;
    color: #5B9BD5;
}
p {
    font-family: 'droid_serifregular' !important;
	line-height: 1.5;
}
input[type="button"], input[type="reset"], input[type="submit"], button {
	padding: 7px 10px;
}
#s4-workspace {
    position: inherit;
    height: auto !important;
}
.headContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #000;
    padding: 20px;
}
.headContainer .logo {
    padding: 0 20px 0 0;
    display: flex;
}
/* .headContainer .menuContainer span {
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    color: #1a7eb5;
} */
.navIcons ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navIcons ul li {
    list-style: none;
}
.navIcons ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
    text-decoration: none;
}
.navIcons ul li a:hover {
    text-decoration: underline;
}
.navIcons ul li a span {
    position: absolute;
    top: -4px;
    right: 8px;
    border: 1px solid #fff;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: black;
    font-size: 10px;
}
.navIcons ul li a[href="/Pages/cart.aspx"] span {
    display: none !important;
}
.navIcons ul li img {
    width: 50px;
}
.navSearch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
}
.menuContainer {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: right;
    flex: 1 0 auto;
}
.menuContainer .tagline {
    display: flex;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: sansationregular;
    font-weight: 700;
    color: #1a7eb5;
}
.menuContainer nav ul {
    width: 100%;
    display: flex;
}
.menuContainer nav ul li {
    border-right: 1px solid #333;
    margin-right: -1px;
    display: flex;
    flex-wrap: nowrap;
}
.menuContainer nav ul li a {
    font-size: 14px;
    padding: 7px 17px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}
.menuContainer nav ul li a:hover, .menuContainer nav ul li a.active {
    background-color: #fff;
    color: #1a7eb5;
}
.menuContainer .navIcons #menuToggle {
    display: none;
}
.searchContainer {
    padding-left: 100px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.searchContainer input {
    border: 0;
    font-size: 12px;
    padding: 4px 6px;
    outline: none;
}
.searchContainer .searchIcon {
    font-size: 0;
    background-color: #fff;
    display: block;
    padding: 3px 5px 4px;
}
.searchContainer .searchIcon::before {
    display: block;
    content: '';
    background-image: url("img/header-search-icon-sprite.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 15px;
    width: 16px;
}
.searchContainer .searchIcon:hover {
    background-color: #1a7eb5;
}
.searchContainer .searchIcon:hover::before {
    background-position: top center;
}
.signInLink {
    text-decoration: none;
    color: #000;
    margin: 0 15px 25px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.responsive-img {
    max-width: 100%;
    height: auto;
}

.mobile-logo, .logo-mobile-text {
    display: none;
}
#sticky-sidebar {
    flex: 0 0 270px;
    max-width: 270px;
}
#sticky-sidebar .nav ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
#sticky-sidebar .nav ul li a {
    color: #000;
    text-decoration: none;
}
#sticky-sidebar .nav ul li a:hover {
    text-decoration: underline;
}
#sticky-sidebar .nav > ul > li {
    margin: 0 0 8px 24px;
}
#sticky-sidebar .nav > ul > li > ul > li {
    margin: 0 0 5px 24px;
}
#sticky-sidebar .nav ul > li.submenu {
    margin-left: 0;
}
#sticky-sidebar .nav ul > li.submenu span {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    margin-right: 5px;
    transform: rotate(-90deg);
    display: inline-block;
}
#sticky-sidebar .nav ul > li.submenu.active span {
    transform: rotate(0deg);
}
#sticky-sidebar .nav ul li ul {
    display: none;
}
#sticky-sidebar .nav ul > li.submenu ul {
    margin: 5px 0 0 20px;
}

.sp_catalog .groupheader {
    background-color: #BDD6EE;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 8px;
}
.link-item a {
    font-size: inherit;
    font-family: 'droid_serifregular', sans-serif;
}
.link-item .description {
    margin: 6px 0 0;
}
.link-item:after {
    content: "";
    clear: both;
    display: table;
}

table.custom-table thead, .light-blue-bg {
    background-color: #BDD6EE;
}
table.custom-table thead th {
    font-weight: 400;
}
.smart-field-control {
    margin-bottom: 15px;
    padding: 0 15px;
}
.smart-widget-control {
    padding: 0 15px;
    margin-bottom: 15px;
}
div.smart-form .smart-field-control label {
    margin: 0 0 5px;
    display: block;
}
DIV.smart-form .smart-field-input {
    margin: 0;
}
DIV.smart-form .smart-field-input input[type="text"], DIV.smart-form .smart-field-input input[type="password"], DIV.smart-form .smart-field-input select {
    min-width: 212px;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    line-height: 1.5;
    display: block;
    font-size: 13px;
}
DIV.smart-form .smart-field-input select[multiple="multiple"] {
    min-width: 175px;
}
DIV.smart-form .smart-field-control table td button {
    min-width: 75px !important;
}

#MSOZoneCell_WebPartWPQ1 #WebPartWPQ1>div>input[name="WPQ1T1"] {
    height: 30px;
    width: 250px;
    margin-bottom: 20px;
}
#MSOZoneCell_WebPartWPQ1 #WebPartWPQ1>div>input[name="WPQ1T1"]~input[type="button"] {
    margin-bottom: 20px;
}
/*! STICKY FOOTER STYLES -------------------------------------------------- */
.footer {
   /* position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2a2a2a;
    color: #b4b4b4;
    padding-top: 10px;
    font-family: 'sansationregular', sans-serif;
    line-height: 1.5;
  }
.footer-logo {
    width: 100px
}
.footer h3 {
    font-size: 16px;
    margin-top: 0!important;
    text-transform: uppercase;
    color: #717171;
    font-weight: 600;
}
.footer .navbar-navfoot li {
    width: 100%;
    float: left
}
.footer .navbar-navfoot .nav-child {
    position: relative;
    display: block;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-clip: initial
}
.footer li {
    list-style: none;
    margin-right: 10px;
    font-size: 14px
}
.footer li ul {
    padding-left: 0
}
.footer li.deeper:nth-child(n+1) {
    margin-left: 15px;
    margin-right: -15px
}
.footer li.deeper a {
    color: #c2c2c2;
    text-transform: capitalize;
    font-size: 20px
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline
}
.footer .social h3 {
    margin-top: 0!important;
    text-transform: uppercase;
    font-size: 1em;
    color: #717171
}
.footer .social li a,
.footer .social li a:hover {
    font-size: 1.75em;
    text-shadow: none;
    color: #f1f1f1;
    overflow: hidden
}
.footer .social li a.fa-linkedin {
    background-color: #007bb6;
    padding-top: 6px!important;
    padding-bottom: 30px!important;
    padding-left: 7px!important;
    padding-right: 7px!important;
    font-size: 26px!important;
    border-radius: 18px
}
.footer .social li a.fa-facebook {
    background-color: #3b5998;
    padding-top: 10px!important;
    padding-bottom: 16px!important;
    padding-left: 11px!important;
    padding-right: 3px!important;
    font-size: 28px!important;
    border-radius: 18px
}
.footer .social li a.fa-youtube {
    background-color: #e52d27;
    padding-top: 5px!important;
    padding-bottom: 21px!important;
    padding-left: 6px!important;
    padding-right: 6px!important;
    font-size: 28px!important;
    border-radius: 18px
}
.footer .social li a.fa-rss {
    background-color: #fe9901;
    padding-top: 5px!important;
    padding-bottom: 21px!important;
    padding-left: 8px!important;
    padding-right: 4px!important;
    font-size: 28px!important;
    border-radius: 18px
}
.footer .social li a.fa-twitter {
    background-color: #55acee;
    padding-top: 8px!important;
    padding-bottom: 12px!important;
    padding-left: 8px!important;
    padding-right: 8px!important;
    font-size: 24px!important;
    border-radius: 18px
}
.social li a img,
.social li a span.image-title {
    display: none
}
.social li a,
.social li a:hover {
    height: 36px;
    width: 36px;
    text-decoration: none
}
.social li a.fa-facebook:hover,
.social li a.fa-linkedin:hover,
.social li a.fa-rss:hover,
.social li a.fa-twitter:hover,
.social li a.fa-youtube:hover {
    background-color: #f1f1f1;
    color: #171717;
}
.subfooter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #171717;
    text-align: center;
    color: #999;
    font-size: .9em;
    padding-top: 10px;
    padding-bottom: 10px
}
/*! End Footer */
.sp_catalog .groupheader, DIV.smart-form #smart-fieldset legend, DIV.smart-form #smart-fieldset-LoginControl legend, DIV.smart-form #smart-fieldset-ForgotPasswordControl legend, DIV.smart-form #smart-fieldset-ChangePasswordControl legend, DIV.smart-form #smart-fieldset-Login legend, DIV.smart-form #smart-fieldset-ForgotPassword legend, DIV.smart-form #smart-fieldset-ChangePassword legend, DIV.smart-form #smart-fieldset-UserRegistration legend, DIV.smart-form #smart-fieldset-ManageProfile legend {
    background-color: #BDD6EE !important;
    font-size: 12px !important;
    font-weight: normal !important;
    padding: 6px 8px !important;
    color: #000 !important;
    font-family: 'droid_serifregular', sans-serif;
    line-height: 1.5 !important;
}
.btn, .form-control, .smart-widget-control {
    font-size: 12px;
    font-family: 'droid_serifregular', sans-serif;
}
.btn.btn-secondary {
    color: #000;
    background-color: #BFBFBF;
    border-color: #BFBFBF;
}
.btn.btn-secondary:hover {
    background-color: #929292;
    border-color: #929292;
}
DIV.smart-form #smart-fieldset, DIV.smart-form #smart-fieldset-LoginControl, DIV.smart-form #smart-fieldset-ForgotPasswordControl, DIV.smart-form #smart-fieldset-ChangePasswordControl, DIV.smart-form #smart-fieldset-Login, DIV.smart-form #smart-fieldset-ForgotPassword, DIV.smart-form #smart-fieldset-ChangePassword, DIV.smart-form #smart-fieldset-UserRegistration, DIV.smart-form #smart-fieldset-ManageProfile, input[type=button], input[type=reset], input[type=submit], button, DIV.smart-form #smart-fieldset, DIV.smart-form #smart-fieldset-LoginControl, DIV.smart-form #smart-fieldset-ForgotPasswordControl, DIV.smart-form #smart-fieldset-ChangePasswordControl, DIV.smart-form #smart-fieldset-Login, DIV.smart-form #smart-fieldset-ForgotPassword, DIV.smart-form #smart-fieldset-ChangePassword, DIV.smart-form #smart-fieldset-UserRegistration, DIV.smart-form #smart-fieldset-ManageProfile, #SFWP-TitleContainer.SFWP-TitleHeaderDiv h2 {
    font-size: 12px !important;
    font-family: 'droid_serifregular', sans-serif !important;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
}
.breadcrumb-item.active {
    color: #000;
}
.card-picture img {
    height: auto !important;
}
#SFWP-TitleContainer.SFWP-TitleHeaderDiv {
    background-color: #BDD6EE;
    padding: 15px;
    margin-bottom: 10px;
}
#SFWP-TitleContainer.SFWP-TitleHeaderDiv h2 {
    margin-bottom: 0;
}
#SFWP-TitleContainer.SFWP-TitleHeaderDiv p{
    margin-bottom: 0;
    font-size: 15px;
}
div.smart-form #smart-fieldset #SFWP-TitleContainer.SFWP-TitleHeaderDiv > h2 {
    color: #000;
}
@media screen and (max-width: 510px) {
    body {
        overflow-x: hidden !important;
    }
    h1 {
        font-size: 20px !important;
        text-align: center;
    }
    .col-3 {
        display: block !important;
        width: 100%;
        max-width: 100%;
        flex: initial;
        margin-top: 5px;
        text-align: center;
    }
    .col-3 input[type="submit"] {
        width: 80% !important;
        text-align: center !important;
    }
    .welcome-content {
        width: 100%;
    }
    #SFWP-TitleContainer.SFWP-TitleHeaderDiv {
        text-align: center;
    }
    #fldSpacer1 {
        padding-left: 0px;
        padding-right: 0px;
    }
    #fldSpacer .btn-primary, #siteCards .card.col-sm-6 a.btn.btn-primary {
        display: block;
        margin: 5px auto;
        width: 80%;
        min-width: 80% !important;
    }
    div#SFWP-TitleContainer {
        margin-top: -20px !important;
    }
    #siteCards .card.col-sm-6 {
        min-width: 91%;
    }
    DIV.smart-form #smart-fieldset {
        padding: 0px !important;
        margin-right: 10px;
    }
    .Smart-Form-1-Column-Layout .smart-widget-control table tbody tr th h3 {
         text-align: center;   
    }
    .Smart-Form-1-Column-Layout .smart-widget-control table tbody tr td {
        text-align:center;
    }
    .Smart-Form-1-Column-Layout .smart-widget-control table tbody tr td[width='15%'], .Smart-Form-1-Column-Layout .smart-widget-control table tbody tr td[align='right'] {
        width:35% !important;
        padding: 5px;
        text-align: right !important;
    }
    div.smart-field-button.Center span input[type="submit"], .tableCol-50 div.ms-WPBody input.btn.btn-primary.btn-lg, #actionButtons input[type="button"], #WebPartWPQ1 .ms-rtestate-field input[type="button"]  {
        text-align: center !important;
        min-width: 80% !important;
        margin-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    div.cell-margin.tableCol-50, div.cell-margin.tableCol-25 {
        min-width: 100% !important;
        display: initial;
    }
    span#WebPartTitleWPQ1 {
        margin-top: 20px;
    }
    span#WebPartTitleWPQ1 h2 {
        text-align: center !important;
    }
    thead#js-listviewthead-WPQ1 tr th div a {
        text-align: center !important;
        display: block;
    }
    #scriptWPQ1 table tbody[id^='titl'] tr td {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        padding-left: 5px
    }
    #scriptWPQ1 table tbody[id^='tbod'] tr td:first-child {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        padding-left: 40px
    }
    .new-swimmer-button input {
        text-align: center !important;
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .grid-view.swim-swimmer div.col-4 {
        padding-right: 0px;
    }
    .grid-view.swim-swimmer div.col-8.item-buttons input {
        display: block;
        width: 50% !important;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    div.Commerce-POD-WebPart .POD-OrderDetailsContainer {
        color: #333;
        background-color: transparent;
        border: 1px solid #ccc;
        padding: 5px 10px;
        float: left;
        width: 100% !important;
    }
    div.Commerce-POD-WebPart .POD-OrderCostDetailsContainer {
        color: #333;
        background-color: #f8f8f8;
        border: 1px solid #ccc;
        padding: 5px 5px;
        float: right;
        width: 100% !important;
        margin-top: 10px;
    }
    div#contentRow {
        margin-left: initial !important;
    }
}
DIV.smart-form #smart-fieldset, DIV.smart-form #smart-fieldset-LoginControl, DIV.smart-form #smart-fieldset-ForgotPasswordControl, DIV.smart-form #smart-fieldset-ChangePasswordControl, DIV.smart-form #smart-fieldset-Login, DIV.smart-form #smart-fieldset-ForgotPassword, DIV.smart-form #smart-fieldset-ChangePassword, DIV.smart-form #smart-fieldset-UserRegistration, DIV.smart-form #smart-fieldset-ManageProfile {
    padding: 20px;
}
input[type="button"], input[type="reset"], input[type="submit"], button .btn-primary {
	background-color: #007bff;
    border-color: #007bff;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background-color: #0069d9;
    border-color: #0062cc;
}
.ms-vb, .ms-vb2, .ms-vb-user, .ms-vb-tall, .ms-pb, .ms-pb-selected {
	color: #000;
	vertical-align: middle;
}
.ms-rte-embedcode.ms-rte-embedwp {
	line-height: 1.5;
}
.ms-WPBody .card {
    max-width: calc(50% - 30px);
    margin: 15px;
}
picture.thumbnail.card-picture {
    height: 150px;
    overflow: hidden;
    margin: 15px 0 15px;
    padding: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }
picture .card-picture img {
    height: 100% !important;
    width: 100%;
    margin: 0 !important;
    opacity: 0;
}
table.ms-listviewtable {
	width: 100%;
}
.ms-listviewtable thead {
    background: #005594;
    color: #fff;
}
.ms-listviewtable thead a.ms-headerSortTitleLink {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
.ms-listviewtable tbody tr td.ms-gb {
    background: #0055947a;
    color: #012742;
}

.ms-listviewtable tbody tr td.ms-gb a {
    color: #012742;
}
.ms-listviewtable tbody tr td.ms-gb a:hover {
	color: #005594;
}
.ms-listviewtable tbody tr:hover > * {
    background: none;
}
.ms-listviewtable tbody tr:nth-child(even){
    background:#C0E4FF;
}
.ms-WPBorder {
	border: none;
}
.ms-vb a.btn.btn-primary:visited, .ms-vb2 a.btn.btn-primary:visited, .ms-vb-user a.btn.btn-primary:visited {
	color: #fff;
}
.smart-field-button {
    margin-bottom: 15px;
    float: left;
}
.clear {
    clear: both;
}
.smart-field-button~.clear {
    clear: none;
}
.smart-field-button input[type="submit"] {
    background-color: #0072c6;
}
.smart-field-button input[type="submit"]:hover {
    background-color: #4db14d;
}
@media screen and (min-width: 993px) {
    .menuContainer {
        flex: 1 0 auto;
    }
    .navSearch {
        margin-left: 100px;
    }
    .navIcons ul li.hamburger-btn {
        display: none;
    }
    #sticky-sidebar {
        display: block !important;
    }
}

@media screen and (max-width: 1376px) and (min-width: 993px) {
    .searchContainer {
        padding-left: 10px;
        padding-right: 10px;
    } 
    .searchContainer input {
        max-width: 100px;
    }
    .menuContainer nav ul li a {
        padding: 7px 10px;
    }
}

@media screen and (max-width: 992px) {
    .navSearch, .mobile-logo, .logo-mobile-text {
        display: block;
    }
    .signInLink, .desktop-logo, #sticky-sidebar {
        display: none;
    }
    #sticky-sidebar {
        position: absolute;
        background: #000;
        color: #fff;
        top: 0;
        z-index: 1;
    }
    #sticky-sidebar .nav ul li a {
        color: #fff;
    }
    #sticky-sidebar .nav ul > li.submenu span {
        border-top-color: #fff;
    }
    .menuContainer nav.menu {
        width: 100%;
        height: auto;
    }
    .navIcons ul li.hamburger-btn {
        margin-right: auto;
        position: relative;
        height: 40px;
        width: 40px;
    }
    .menuContainer nav.menu ul {
        display: block;
        overflow: hidden;
        width: 270px;
        right: -270px;
        position: absolute;
        -webkit-transition: right 0.3s;
        -moz-transition: right 0.3s;
        -ms-transition: right 0.3s;
        -o-transition: right 0.3s;
        transition: right 0.3s;
        /*Para fazer com que o menu saia da esquerda, você deve trocar max-height por max-width*/
        /*Para fazer com que o menu saia da direita, você deve trocar max-height por max-width e setar float: right*/
    }
    .menuContainer nav.menu ul a {
        text-align: left;
        width: 100%;
        background-color: #000;
        border-bottom: 1px solid #999;
        padding: 10px 10px 10px 25px;
        font-size: 11px;
        font-weight: 500;
    }
    .menuContainer .navIcons .menu-icon {
        height: inherit;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 40px;
    }
    .menuContainer .navIcons #menuToggle:checked ~ ul {
        right: 0;
    }
    label.menu-icon {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        height: 40px;
        width: 40px;
        cursor: pointer;
    }

    label.menu-icon div {
        position: relative;
        top: 0;
        height: 6px;
        background-color: #fff;
        margin-bottom: 6px;
        transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width,
            0.3s ease right;
        border-radius: 1px;
    }

    label.menu-icon div:first-child {
        transform-origin: 0;
    }

    label.menu-icon div:last-child {
        margin-bottom: 0;
        transform-origin: 23px;
    }

    label.menu-icon div:nth-child(2) {
        right: 0;
        width: 40px;
    }

    #menuToggle:checked + label.menu-icon:before {
        background-color: #4caf50;
    }

    #menuToggle:checked + label.menu-icon div:first-child {
        top: -5px;
        transform: rotateZ(45deg);
    }

    #menuToggle:checked + label.menu-icon div:last-child {
        top: -6px;
        transform: rotateZ(45deg);
    }

    #menuToggle:checked + label.menu-icon div:nth-child(2) {
        width: 50px;
        right: 8px;
        top: 0;
        transform: rotateZ(-45deg);
    }
    .searchContainer {
        padding: 15px;
    }
    .searchContainer input {
        width: 100%;
        background-color: #191919;
        color: #fff;
    }
    .searchContainer .searchIcon {
        background-color: #191919;
    }
    .searchContainer .searchIcon::before {
        background-position: top center;
    }
    .sp_catalog ul li {
        flex-basis: 100%;
    }
    .link-item div.description {
        display: block;
    }
}
@media screen and (max-width: 766px) {
	.footer {
		text-align: center; 
	}
	ul.nav.social {
		justify-content: center;
	}
    .ms-webpart-zone.ms-fullWidth {
        padding: 0;
    }
    .Smart-Form-1-Column-Layout {
        width: 100% !important;
    }
    div.smart-form .smart-field-button input {
        text-align: center !important;
    }
    .smart-field-button {
        width: 100%;
        text-align: center !important;
    }

    div.smart-form .smart-field-button input[type="submit"]{
        min-width: 125px !important;
        text-align: center !important;
        width: auto !important;
    }
}
@media screen and (max-width: 528px) {
    .menuContainer .tagline {
        margin-bottom: 10px;
        font-size: 16px;
    }
}