@import "fonts-figtree.css";

/* reset ul & li styles */
#header .social ul,
#header .main-menu ul,
#product-categories ul,
#testimonials ul,
#main .sidebar ul,
#main .page-header .breadcrumb ul,
#footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#header .social ul li,
#header .main-menu ul li,
#product-categories ul li,
#main .page-header .breadcrumb ul li {
    display: inline-block;
}

html, body, /*#product-categories, */#motto, #main, #testimonials, #footer, #copyright {
    width: 100%;
    overflow-x: hidden;
}

.col-lg-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.block-center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.form-group:after {
    display: block;
    content: '';
    clear: both;
    float: none;
}

body.home #header {
    position: relative;
    background: url('../images/jumbo-main.webp') no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
}

@media (max-width: 786px) {
   body.home #header {
      position: relative;
      background: url('../images/jumbo-mobile.webp') no-repeat;
      background-position: center center;
      background-size: cover;
   }
}

@media (min-width: 1200px) {
   @media (min-aspect-ratio: 4/3) {
      body.home #header .hero .container .content {
         margin-bottom: 10%;
      }
   }
   
   @media (min-aspect-ratio: 2/1) {
      body.home #header .hero .container .content {
         margin-bottom: 15%;
      }
   }  
}

#header > .desktop-only {
    display: none;
}

#header > .mobile-only {
    position: relative;
    z-index: 10000;
    text-align: center;
    background-color: #fff;
}

#header  .social {
    display: none;
    padding-bottom: 10px;
}


#header > .desktop-only .social {
    text-align: right;
}

#header > .mobile-only .social {
    text-align: center;
    margin-bottom: 15px;
}

#header > .mobile-only .social ul li img {
    width: 28px;
    height: 28px;
}

#header .social ul li {
    margin-right: 1px;
}

#header .social ul li:last-child {
    margin-right: 0;
}

#header .social ul li a {
    transition: opacity 350ms;
    opacity: 0.50;
}

#header .social ul li a:hover {
    opacity: 1;
}

#header nav {
    position: relative;
}

bofy.navbar-opened #header nav {
    min-height: 100%;
}


#header nav .main-menu {
    position: relative;
    z-index: 1;
}

#header .desktop-only nav .main-menu > ul {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #191919;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#header.bright .desktop-only nav .main-menu > ul {
    background: #fff;
}
   
#header nav .main-menu > ul > li:first-child > a {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-left: 10px;
}

#header.bright nav .main-menu > ul > li:first-child > a {
    padding-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#header .desktop-only nav .main-menu > ul > li {
    display: table-cell;
    text-align: center;
    height: 100%;
}

#header .mobile-only nav .main-menu > ul > li:nth-child(n+2) {
    display: none;
}

#header .mobile-only nav .main-menu > ul.opened > li {
    display: block;
}


#header .desktop-only nav .main-menu > ul > li > a {
    display: block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

#header.bright .desktop-only nav .main-menu > ul > li > a {
    color: #000;
    transition: background-color 350ms, color 350ms;
    border-radius: 6px;
}

#header .desktop-only nav .main-menu > ul > li > a:focus,
#header .desktop-only nav .main-menu > ul > li > a:hover {
    text-decoration: none;
    background-color: #0e6fc1;
}

#header.bright .desktop-only nav .main-menu > ul > li > a:focus,
#header.bright .desktop-only nav .main-menu > ul > li > a:hover {
    text-decoration: none;
    background-color: #ebcf39;
}

#header .desktop-only nav .main-menu > ul > li.current > a {
    background-color: #bb1a31;
}


#header .mobile-only nav .main-menu > ul > li > a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

#header .mobile-only nav .main-menu > ul > li > a:focus,
#header .mobile-only nav .main-menu > ul > li > a:hover {
    text-decoration: none;
}

#header nav .search {
    position: relative;
    float: right;
    background-color: #191919;
    padding-top: 15px;
    z-index: 1;
}

#header.bright nav .search  {
    background-color: #fff;
}

#header nav .search input[type="text"] {
    width: 100%;
    padding: 1px 25px 5px 0;
    background: none;
	/* font-family: "proxima-nova"; */
    color: #fff;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    transition: background 350ms;
}

#header.bright nav .search input[type="text"] {
    color: #000;
}

#header.bright nav .search input[type="text"] { 
    border-bottom-color: #000;
}

#header nav .search input[type="text"]:focus,
#header nav .search input[type="submit"]:focus {
    outline: none;
}


#header nav .search input::-webkit-input-placeholder {
    color: #999;
    transition: color 350ms;
}

#header nav .search input:focus::-webkit-input-placeholder {
    color: #404040;
}

#header nav .search input:-moz-placeholder {
    color: #999;
    transition: color 350ms;
}

#header nav .search input:focus:-moz-placeholder {
    color: #404040;
}

#header nav .search input::-moz-placeholder {
    color: #999;
    transition: color 350ms;
}

#header nav .search input:focus::-moz-placeholder {
    color: #404040;
}

#header nav .search input:-ms-input-placeholder {
    color: #999;
    transition: color 350ms;
}

#header nav .search input:focus:-ms-input-placeholder {
    color: #404040;
}

#header nav .search input[type="submit"],
#floating-menu nav .search input[type="submit"] {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 18px;
    border: none;
    background: url('../images/icon-header-search.svg') no-repeat;
    text-indent: -9999px;
    opacity: 0.5;
    transition: opacity 350ms;
}

#header.bright .desktop-only nav .search input[type="submit"] {
    background-image: url('../images/icon-header-search-dark.svg');
    top: 13px;
}


#header nav .search input.not_empty + input[type="submit"],
#floating-menu nav .search input.not_empty + input[type="submit"] {
    opacity: 1;
}



#header nav:before,
#header nav:after {
    position: absolute;
    display: block;
    content: '';
    width: 50%;
    top: 0;
    z-index: 0;
    background: #191919;
}

#header.bright nav:before, 
#header.bright nav:after {
    display: none;
}

#header nav:before {
    left: 0;
}

#header nav:after {
    right: 0;
}


#header .mobile-only .logo img {
    max-width: 100%;
}

#header .navbar-toggle-wrapper {
    float: right;
}

body.navbar-opened #header .navbar-toggle-wrapper {
    background-color: #000;
}

#header .navbar-toggle {
    display: block;
    float: right;
    width: 43px;
    height: 43px;
    border-radius: 43px;
    border: 2px solid #000;
    padding: 0;
    margin: 0 auto;
}

body.navbar-opened #header .navbar-toggle-wrapper .navbar-toggle {
    border-color: #fff;
}

#header .navbar-toggle .icon-bar:first-child {
    margin-top: 13px;
}

#header .navbar-toggle .icon-bar {
    display: block;
    margin: 0 auto 4px auto;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
}

body.navbar-opened #header .navbar-toggle-wrapper .navbar-toggle .icon-bar {
    background-color: #fff;
}

#header .mobile-only nav .mobile-menu {
    position: absolute;
    display: none;
    text-align: left;
    z-index: 999;
    width: 100%;
    
    overflow: auto;
    background-color: #000;
}

#header .mobile-only nav .mobile-menu ul {
    margin: 26px 0 16px 0;
    list-style: none;
}

#header .mobile-only nav .mobile-menu ul li {
    margin: 0 8px;
    border-bottom: 1px solid #3b3b3b;
    padding-bottom: 12px;
    margin-bottom: 26px;
}

#header .mobile-only nav .mobile-menu ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

#header .mobile-only nav .mobile-menu ul li a {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

#header .hero {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 130px;
}

#header .hero > .container {
    display: table-cell;
    vertical-align: middle;
}

#header .hero .content img {
    width: 300px;
    display: none;
}

#header .hero .content h1 {
   margin-bottom: 40px;
   /* font-size: 42px; */
   font-weight: 700;
   line-height: 48px;
   color: #191919;
}

@media (max-width: 1659px) {
   #header .hero .content h1 span {
      display: block;
      font-size: 48px;
   }
}

@media (min-width: 1660px) {
   #header .hero .content h1 span {
      display: inline-block;
      font-size: 56px;
   }
}

#header .hero .content h2 {
    margin-top: 0;
    margin-bottom: 23px;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    color: #191919;
}

a.mometrix-button-yellow {
    padding: 14px;
    border: 0;
    margin: 0 10px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffcc00;
    color: black;
    transition: background-color 350ms;
}

a.mometrix-button-yellow:hover {
    background-color: #ffe066;
}

#header .hero .content .button {
    display: inline-block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-radius: 6px;
    margin-bottom: 30px;
    background-color: #ffcc00;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.15px;
    color: black;
    text-transform: uppercase;
    transition: background-color 350ms;
    /* font-family: "proxima-nova"; */
}

.button1 {
    display: inline-block;
    width: 60%;
    height: 56px;
    line-height: 56px;
    border-radius: 6px;
    margin-bottom: 30px;
    background-color: #ffcc00;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.15px;
    color: black;
    text-transform: uppercase;
    transition: background-color 350ms;
    /* font-family: "proxima-nova"; */
    padding:0px 20px;
}
 .button1:hover {
    text-decoration: none;
    background-color: #ffe066;}

#header .hero .content .button:focus,
#header .hero .content .button:hover {
    text-decoration: none;
    background-color: #ffe066;
}

/* Separate styling for button1 with distinct appearance */
#header .hero .content .button1 {
    display: inline-block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #0b6cb3;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.15px;
    color: white;
    text-transform: uppercase;
    transition: background-color 350ms;
    border: 2px solid #094d7f;
}

#header .hero .content .button1:focus,
#header .hero .content .button1:hover {
    text-decoration: none;
    background-color: #094d7f;
    color: #ffcc00;
}

/* Running text section styling */
.running-text-section {
    background: linear-gradient(90deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
    padding: 15px 0;
    border-top: 2px solid #0b6cb3;
    border-bottom: 2px solid #0b6cb3;
    margin-bottom: 0;
}

.running-text-content {
    overflow: hidden;
}

#product-categories {
    display: none;
    background-color: #191919;
}

#product-categories > .container {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#product-categories > .container > ul {
    display: inline-block;
}

#product-categories .menu {
    text-align: center;
}

#product-categories .menu ul {
    padding-bottom: 1px;
}

#product-categories .menu ul > li {
    position: relative;
    width: 100%;
}

#product-categories .menu ul > li > a {
    position: relative;
    z-index: 2; /* overlapping the shadow */
    
    display: block;
    height: 100%;
    background: url('../images/icon-dropdown.svg') no-repeat;
    text-decoration: none;
    outline: none;
/*
    -webkit-font-smoothing: none;
    -webkit-transform: translate3d(0,0,0); 
*/
    
    font-weight: 600;
    letter-spacing: 0.15px;
    color: #fff;
    height: 58px;
    line-height: 58px;
    background-position: right 27px center;
    padding: 0 43px 0 20px;
    font-size: 14px;
}

#product-categories .menu ul > li > a:focus,
#product-categories .menu ul > li > a:hover {
    text-decoration: none;
    outline: none;
    background-color: #252525;
}

#product-categories .menu ul > li.selected > a {
    text-decoration: none;
    background-color: #252525;
}

#product-categories .menu ul > li:hover > ul {
    display: block;
}

#product-categories .submenu {
    margin-top: -1px;
    background-color: #252525;
    overflow: hidden;
}

#product-categories .submenu > .container {
    overflow: hidden;
}

#product-categories .submenu .wrapper {
    display: none;
    transition: transform 200ms;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

#product-categories.opened .submenu .wrapper {
/*    display: block; */
}



#product-categories .submenu .submenu-item {
/*    display: none; */
    margin: 0;
    float: left;
    padding: 33px 0;
}

#product-categories .submenu .submenu-item.selected {
    display: table;
}



    
#product-categories .submenu .submenu-item > ul {
    padding: 0 18px;
}
        
#product-categories .submenu > .wrapper > ul> li > ul {
    padding: 0 20px;
}

#product-categories .submenu .submenu-item > ul {
    display: table-cell;
    width: 33%;
}

#product-categories .submenu .submenu-item > ul > li {
    display: block;
    line-height: 120%;
    margin-bottom: 15px;
}

#product-categories .submenu .submenu-item > ul > li:last-child {
    margin-bottom: 0;
}

#product-categories .submenu .submenu-item a {
    color: #fff;
    line-height: 133%;
    text-decoration: none;
    transition: color 350ms;
}

#product-categories .submenu .submenu-item a:hover {
    color: #efd648;
}

#floating-menu {
    display: none;
    overflow: hidden;
    height: 69px;
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.22);
}

#floating-menu .main-menu {
    float: left;
}

#floating-menu .logo {
    float: left;
    min-width: 30px;
    min-height: 69px;
    padding-top: 20px;
    background: url('../images/icon-logotick.svg') left center no-repeat;
    background-size: 100%;
}

#floating-menu .logo img {
    display: none;
    width: 130px;
}

#floating-menu nav .main-menu > ul {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#floating-menu nav .main-menu > ul > li {
    display: table-cell;
    text-align: center;
    height: 100%;
}

#floating-menu nav .main-menu > ul > li > a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    height: 42px;
    line-height: 42px;
    margin: 14px 0;
    border-radius: 6px;
}

#floating-menu nav .main-menu > ul > li > a:first-child {
    padding-left: 0;
    margin-left: 10px;
}

#floating-menu nav .main-menu > ul > li > a  {
    color: #000;
    transition: background-color 350ms, color 350ms;
}

#floating-menu nav .main-menu > ul > li > a:focus,
#floating-menu nav .main-menu > ul > li > a:hover {
    text-decoration: none;
    background-color: #ffcc00;
    color: #000;
}

#header.bright #floating-menu nav .main-menu > ul > li > a:focus,
#header.bright #floating-menu nav .main-menu > ul > li > a:hover {
    text-decoration: none;
    background-color: #ebcf39;
    color: #000;
}

#floating-menu nav .search {
    padding-top: 21px;
    position: relative;
    float: right;
    background-color: #fff;
}

#floating-menu nav .search input[type="text"] {
    border-bottom-color: #000;
    color: #000;
    padding-left: 0;
}

#floating-menu nav .search input[type="submit"] {
    background-image: url('../images/icon-header-search-dark.svg');
}

#floating-menu nav .search input::-webkit-input-placeholder {
    color: #9a9a9a;
    transition: color 350ms;
}

#floating-menu nav .search input:focus::-webkit-input-placeholder {
    color: #404040;
}

#floating-menu nav .search input:-moz-placeholder {
    color: #9a9a9a;
    transition: color 350ms;
}

#floating-menu nav .search input:focus:-moz-placeholder {
    color: #404040;
}

#floating-menu nav .search input::-moz-placeholder {
    color: #9a9a9a;
    transition: color 350ms;
}

#floating-menu nav .search input:focus::-moz-placeholder {
    color: #404040;
}

#floating-menu nav .search input:-ms-input-placeholder {
    color: #9a9a9a;
    transition: color 350ms;
}

#floating-menu nav .search input:focus:-ms-input-placeholder {
    color: #404040;
}

#motto {
    padding: 20px 0;
    background-color: #f7f7f7;
    color: #191919;
    line-height: 120%;
    text-align: center;
}

#page-motto {
    position: relative;
    overflow: hidden;
    color: #191919;
    line-height: 120%;
    max-height: 150px;
}

#page-motto .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page-motto img {
    width: 100%;
    height: auto;
}

#page-motto .table {
    display: table;
    margin-bottom: 0;
    height: 100%;
}

#page-motto .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#page-motto .container {
    z-index: 1;
    position: relative;
}

#page-motto h1 {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}


#motto h1 {
    font-size: 33px;
    margin: 0;
    font-weight: 400;
}

#motto h2 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 300;
}

#main .content {
    padding-top: 30px;
    margin: 0 0 20px 0;
    line-height: 163%;
    
    font-size: 16px;
    color: #191919;
    font-weight: 300;
}

#main .content.full {
    width: 100%;
}

#main .content iframe {
    max-width: 100%;
}

#main .content textarea {
    max-width: 100%;
    resize: none;
}

#main .content h1 {
    margin-top: 0;
    margin-bottom: 20px;
    
    letter-spacing: 0.15px;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 125%;
}

#main .content h2 {
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 120%;
}

#main .content h3 {
    margin-top: 0;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 120%;
}

#main .content h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: 120%;
}

#main .content a {
    letter-spacing: 0.15px;
    text-decoration: underline;
    transition: color 350ms;
    white-space: normal;
}

#main .content:not(.products-page) a {
    font-weight: 600;
    color: #191919;
}

#main .content.products-page div.image > a {
    line-height: 2.8em;
    font-size: 30px;
}

#main .content a:focus,
#main .content a:hover {
    color: #606060;
}

#main .content ul li {
    margin-bottom: 15px;
}

#main .content ul.tighter li {
	margin-bottom: 2px;
}

#main .content ul.circle {
    list-style: circle;
    padding-left: 30px;
}

#main .content .form-group input.text,
#main .content .form-group textarea,
#main .content .form-group select {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #979797;
    padding: 10px;
}

#main .content .form-group textarea {
    height: 196px;
}

#main .content img {
    max-width: 100%;
}

#main .content.executive hr {
    margin-top: 15px;
    margin-bottom: 50px;
}

#main .content.executive .image {
    text-align: center;
    padding-top: 7px;
}

#main .content.executive .image img {
    margin-bottom: 20px;
}

#main .content.executive .image h3, 
#main .content.executive .image p {
    padding-left: 1px;
}

#main .content.executive .image p {
    font-size: 16px;
    line-height: 133%;
}

#main .content table.submissions {
    width: 100%;
    padding: 5px;
    border: 1px solid rgba(150, 150, 150, 0.43);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
    background-color: #fff;

    font-size: 15px;
}

#main .content table.submissions a {
    color: #0e6fc1;
}

#main .content table.submissions thead th {
    background-color: #000;
    color: #fff;
    padding: 17px 24px 14px 24px;
    
    font-weight: 600;
    letter-spacing: 0.15px;
}

#main .content table.submissions tbody tr:nth-child(even) td {
    background-color: #f2f2f2;
}

#main .content table.submissions td,
#main .content table.submissions th {
    padding: 17px 24px 14px 24px;
    border-right: 1px solid #e4e4e4;
}

#main .content table.submissions td:last-child,
#main .content table.submissions th:last-child {
    border-right: 0;
}

#main .content ul.faq {
    width: 100%;
}

#main .content ul.faq, 
#main .content ul.faq ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


#main .content ul.faq > li .icon {
    position: absolute;
    cursor: pointer;
    width: 15px;
    height: 8px;
    background: url('../images/icon-faq-closed.svg') no-repeat;
    top: 20px;
    right: 16px;
}

#main .content ul.faq > li.expanded .icon {
    background: url('../images/icon-faq-opened.svg') no-repeat;
}

#main .content ul.faq > li {
    position: relative;
    margin-bottom: 15px;
    padding: 15px 45px 13px 18px; 
    border: 1px solid #979797;
    border-radius: 4px;
}

#main .content ul.faq ul > li {
    margin-bottom: 0;
    
    font-size: 15px;
    line-height: 133%;
}

#main .content ul.faq ul > li:nth-child(1) {
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.15px;
}

#main .content ul.faq > li > ul > li:nth-child(2) ol > li {
    display: list-item !important;
}

#main .content ul.faq > li > ul > li:nth-child(2) {
    display: none;
    padding-top: 20px;
    padding-bottom: 22px;
    font-size: 16px;
}

#main .content.centered-block {
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

#main .page-header {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
}

#main .page-header .background {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

#main .page-header .background img,
#main #motto .background img {
    min-width: 100%;
    height: auto;
}

#main .page-header .background:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(142deg, rgba(255, 255, 255, 0.67) 0%, transparent 100%);
}

#main .page-header .page-title h1 {
    margin: 0;
    font-size: 25px;
    padding: 20px 0 10px 0;
    font-weight: 600;
    letter-spacing: 0.15px;
}

#main .page-header .breadcrumb {
    background-color: rgba(25, 25, 25, 0.85);
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#main .page-header .breadcrumb ul li {
    
}

#main .page-header .breadcrumb ul li a,
#main .page-header .breadcrumb ul li {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.15px;
}

#main .page-header .breadcrumb ul li a {
    margin-right: 6px;
    padding-right: 14px;
    background-image: url('../images/icon-breadcrumb-separator.svg');
    background-repeat: no-repeat;
    background-position: right center;
}





#main .content,
#main .sidebar {
    padding-left: 0;
    padding-right: 0;
}

#main .sidebar .block {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
}



#main .sidebar .block .content {
    border: 1px solid rgba(150, 150, 150, 0.43);
    padding: 19px 16px 20px 16px;
}


#main .sidebar .block-directory-index .content {
    border: 1px solid rgba(150, 150, 150, 0.21);
    padding: 8px 0 12px 0;
    margin: 0;
}


#main .sidebar .block-menu .content {
    padding: 30px 0 20px 20px;
}

#main .sidebar .block .header {
    padding: 20px 55px 20px 18px;
    background-color: #000;
    font-size: 18px;
    color: #fff;
    line-height: 133%;
}

#main .sidebar .block .header strong {
    font-weight: 400;
    color: #ffd313;
}

#main .sidebar .block-offer .content {
    padding: 17px 24px 19px 24px;
}

#main .sidebar .block-offer ul li {
    background: url('../images/icon-logotick.svg') no-repeat;
    background-position-y: 3px;
    padding-left: 39px;
    margin-bottom: 15px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.15px;
    color: #191919;
}

#main .sidebar .block-offer ul li:last-child {
    margin-bottom: 0;
}

#main .sidebar .block-menu ul li a {
    text-decoration: none;
}

#main .sidebar .block-menu ul li a {
    font-weight: 400;
}

#main .sidebar .block-menu ul li.current a {
    font-weight: 700;
}

#main .sidebar .block-directory-index .content {
    text-align: center;
    padding: 0;
}

#main .sidebar .block-directory-index .content ul {
    display: inline-block;
}

#main .sidebar .block-directory-index .content ul li {
    display: inline-block;
}

#main .sidebar .block-directory-index .content ul li:last-child {
    margin-bottom: 0;
}

#main .sidebar .block-directory-index .content ul li a {
    text-align: center;
    height: 100%;
    padding: 6px 5px 6px 5px;
    
    font-size: 13px;
    font-weight: 600;
    color: #0e6fc1;
    transition: background-color 350ms, color 350ms;
    text-decoration: none;
}

#main .sidebar .block-directory-index .content ul li.current a,
#main .sidebar .block-directory-index .content ul li a:hover {
    background-color: #0e6fc1;
    color: #fff;
}

#main .sidebar .block-contact {
    margin-bottom: 40px;
}

#main .sidebar .block-contact .content .contact .photo {
    margin-top: 2px;
    padding-right: 0;
}

#main .sidebar .block-contact .content .contact .details {
    padding-left: 7px;
}

#main .sidebar .block-contact .content .contact .details h3 {
    margin-bottom: 6px;

    font-size: 18px;
    font-weight: 600;
}

#main .sidebar .block-contact .content .contact .details p {
    font-size: 14px;
    line-height: 120%;
}

#main .sidebar .block-contact .content .contact .details p a {
    color: #58a4e5;
}

#main .sidebar .block-contact .content .contact .follow {
    margin-top: 6px;
    margin-bottom: 29px;
    padding: 11px 17px 11px 12px;
    border: 1px solid rgba(150, 150, 150, 0.43);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
    overflow: hidden;
}

#main .sidebar .block-contact .content .contact .follow p {
    float: left;
    margin-top: 3px;
    margin-bottom: 0;
    
    font-size: 15px;
    font-weight: 300;
    color: #191919;
}

#main .sidebar .block-contact .content .contact .follow ul {
    float: right;
    list-style: none;
    padding-left: 0;
}

#main .sidebar .block-contact .content .contact .follow ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 3px;
}

#main .sidebar .block-contact .content .contact .follow ul li:last-child {
    margin-right: 0;
}

#main .sidebar .block-contact .content .contact .follow ul li a:hover {
    opacity: 0.75;
}

#main .sidebar .block-contact .content .form-group label {
    margin-bottom: 0;
    
    font-size: 14px;
}

#main .sidebar .block-contact .content .form-group input.text, 
#main .sidebar .block-contact .content .form-group select {
    height: 43px;
}

#main .sidebar .block-contact .content .form-group textarea {
    height: 117px;
}

#main .sidebar .block-contact .content .form-group p {
    font-size: 14px;
}

#main .sidebar .block-customers p {
    font-size: 13px;
    font-weight: 400;
}

#main .sidebar .block-menu.scholarships-menu .content {
    padding: 0;
}

#main .sidebar .block-menu.scholarships-menu ul li {
    margin-bottom: 3px;
}

#main .sidebar .block-menu.scholarships-menu ul li a,
#main .sidebar .block-menu.scholarships-menu ul li span {
    display: block;
    padding: 10px 20px 7px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #0e6fc1;
    transition: background-color 350ms, color 350ms;
    text-decoration: none;
}

#main .sidebar .block-menu.scholarships-menu ul li a:hover,
#main .sidebar .block-menu.scholarships-menu ul li.current span {
    background-color: #0e6fc1;
    color: #fff;
}

#testimonials {
    position: relative;
    padding: 25px 0;
    background-color: #f7f7f7;
/*
    -webkit-font-smoothing: none;
    -webkit-transform: translate3d(0,0,0);
*/
    
    color: #191919;
}

#testimonials.loading {
    visibility: hidden;
}

#testimonials .container {
    padding: 0;
}

#testimonials .testimonial {
    font-weight: 300;
    font-style: italic;
}

#testimonials .author {
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.15px;
}

#testimonials .swiper-slide {
/*
    padding-left: 5px;
    padding-right: 5px;
*/
}

#testimonials .swiper-button-prev,
#testimonials .swiper-button-next { 
    display: none;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
}

#testimonials .swiper-button-prev:focus,
#testimonials .swiper-button-prev:hover,
#testimonials .swiper-button-next:focus,
#testimonials .swiper-button-next:hover { 
    opacity: 0.75;
}

#testimonials .swiper-button-prev.swiper-button-disabled,
#testimonials .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

#testimonials .swiper-button-prev {
    background-image: url('../images/icon-slide-left.svg');
}

#testimonials .swiper-button-next {
    background-image: url('../images/icon-slide-right.svg');
}

#footer {
    color: #fff;
    background-color: #323232;
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer > .container.desktop {
    display: none;
}

#footer > .container.mobile {
    text-align: center;
}

#footer > .container.mobile ul.menu {
    border: 1px solid #6a6a6a;
    border-radius: 2px;
    margin-bottom: 33px;
/*    max-height: 58px; */
    transition: max-height 500ms;
}

#footer > .container.mobile ul.menu.opened {
    padding-bottom: 30px;
/*    max-height: none; */
}

#footer > .container.mobile ul.menu li {
    text-align: left;
    font-size: 16px;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
}

#footer > .container.mobile ul.menu li:nth-child(1) {
    padding: 13px 0 15px 16px;
    background: url('../images/icon-footer-menu-dropdown.svg');
    background-position: right 11px center;
    background-repeat: no-repeat;
    background-size: 31px;
}

#footer > .container.mobile ul.menu.opened li:nth-child(1) {
    background-image: url('../images/icon-footer-menu-dropdown-opened.svg');
}

#footer > .container.mobile ul.menu.opened li:nth-child(1) {
    border-bottom: 1px solid #6a6a6a;
}


#footer > .container.mobile ul.menu li.block-title {
    font-size: 20px;
    text-transform: none;
}

#footer > .container.mobile ul.menu li:nth-child(n+2).block-title {
    margin: 15px 0 0 0;
}

#footer > .container.mobile ul.menu li:nth-child(n+2) {
    display: none;
}

#footer img {
    max-width: 100%;
}


#footer > .container.mobile ul.menu.opened li {
    display: block;
}

#footer .block-title {
    font-weight: 600;
    letter-spacing: 0.15px;
    text-transform: uppercase;
}

#footer .menu li a {
    font-weight: 300;
    color: #fff;
    text-decoration: underline;
}

#footer .menu li a:hover {
    color: #ffd313;
}

#footer .bbb-logo span {
    display: block;
    color: #fff;
}

#footer .social ul {
    display: inline-block;
}

#footer .social ul li {
    float: left;
}

#footer .social ul li a img {
    opacity: 0.75;
    transition: opacity 350ms;
}

#footer .social ul li a:hover img {
    opacity: 1;
}

#copyright p {
    font-weight: 300;
    line-height: 100%;
    color: #fff;
}

#main .content .form-group p {
    line-height: 120%;
}

#main .content .form-group label {
    margin-bottom: 2px;
}

#main .content .form-group select {
    max-width: 100%;
}

#main .content .form-group select,
#main .content .form-group label {
    font-weight: 600;
    letter-spacing: 0.15px;
}

#main .content .form-group small {
    font-weight: 400;
}

#main .content .form-group input.submit {
    border: none;
    background-color: #ffcc00;
    font-weight: 600;
    letter-spacing: 0.15px;
    color: black;
    text-transform: uppercase;
    transition: background 350ms;
}

#main .content .form-group input.submit:hover {
    background-color: #ffe066;
}

#main .content.products-page .form-group input.submit {
    font-weight: 600;
    padding: 1px 6px;
    /* font-family: "proxima-nova"; */
}

#main .content.winners .row {
    margin-bottom: 30px;
}

#main .content.winners  h2 {
    margin-bottom: 29px;
    font-size: 26px;
}

#main .content.winners  h3 {
    margin-bottom: 8px;
    font-size: 24px;
}

#main .content.winners .image {
    text-align: center;
}

#main .content.winners .image img {
    max-height:200px;
    max-width:200px;
    height:auto;
    width:auto;
}

#main .enter-contest {
    text-align: center;
    background-color: #fafafa;
    padding: 50px 30px 38px 30px;
}

#main .enter-contest > .row > div {
    margin-bottom: 30px;
}

#main .enter-contest h1 {
    font-size: 23px;
    font-weight: 600;
}

#main .enter-contest p {
    text-align: left;
    font-size: 16px;
    line-height: 175%;
}

#main .enter-contest .image {
    height: 130px;
}

#main  .enter-contest button {
    width: 217px;
    height: 56px;
    display: block;
    margin: 50px auto 0 auto;
    float: none;
    clear: both;
    overflow: hidden;
    
    line-height: 56px;
    background-color: #0e6fc1;
    border-radius: 6px;
    border: none;
    
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    transition: background-color 350ms;
}

#main  .enter-contest button:focus,
#main  .enter-contest button:hover {
    text-decoration: none;
    background-color: #08497f;
}

#main .content.products-page {
    text-align: center;
    padding-bottom: 50px;
}

#main .content form.quick-search {
    clear: both;
    display: block;
    margin: 50px 0 45px 0;
}

#main .content form.quick-search .text-container {
    display: block;
    margin-right: 8em;
    /*float: left;*/
}

#main .content form.quick-search .button-container {
    display: block;
    width: fit-content;
    position: absolute;
    right: 10px;
    top: 0;
    /*float: right;*/
}

#main .content form.quick-search .text-container input {
    width: 100%;
    height: 56px;
    font-size: 18px;
}

#main .content form.quick-search .button-container input {
    width: 100%;
    height: 56px;
    border-radius: 6px;
}

#main .content.products-page > .row.loading {
    height: 100px;
    background: url('../images/icon-loading.svg') no-repeat center center;
    background-size: contain;
}

#main .content.products-page > .row ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

#main .content.products-page > .row.loading ul.exams li {
    font-size: 14px;
}

#main .content.products-page > .row.loading ul.exams li a {
    color: #0e6fc1;
    text-decoration: underline;
}

#main .content.products-page .categories .category {
    position: relative;
    width: 100%;
    padding: 0 5px 0 5px;
    margin-bottom: 15px;
}

#main .content.products-page .categories .category a {
    display: block;
    width: 100%;
    padding: 18px 5px 17px 70px;
    border: 1px solid #bbb;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-align: left;
}

#main .content.products-page .categories .category a:hover,
#main .content.products-page .categories .category a:focus {
    background-image: linear-gradient(0deg, #ffcc00 0%, #ffcc00 9%);
    color: #000;
    border-color: #ffcc00;
}

#main .content.products-page .categories .category:nth-child(2n+3) {
    clear: both;
}

#main .content.products-page .categories .category .icon {
    position: absolute;
    width: 70px;
    left: 5px;
    height: 100%;
    line-height: 64px;
    top: 0;
    text-align: center;
}

#main .content.products-page .categories .category .icon img {
    vertical-align: middle;
}

#main .content.products-page .exams .exam {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 30px;
    padding: 0 5px 0 5px;
}

@media (min-width: 480px) and (max-width: 768px) {
    #main .content.products-page .exams .exam:nth-child(2n+3) {
        clear: both;
    }
}

@media (min-width: 768px) {
    #main .content.products-page .exams .exam:nth-child(3n+4) {
        clear: both;
    }
}

#main .content.products-page .exams span {
    display: block;
    font-size: 14px;
}

#main .content.products-page .exams span a {
    color: #0e6fc1;
}

.the_sub {
	background-image: linear-gradient(-90deg, #fefeff 0%, #fefefe 50%, #f2f2f2 96%, #f1f1f1 99%);
	border-color: lightgray;
	border-style: solid;
	border-width: 1px;
	padding: 20px;
}

#main .content .submission-vote {
    display: table;
    margin-bottom: 46px;
    padding: 18px 11px 20px 26px;
    background-color: white;
    border: 1px solid rgba(150, 150, 150, 0.43);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);    
    vertical-align: middle;
}

.voting_wrapper .down_button {background: url("../images/collegescholarship/thumbs.png") no-repeat;float: left;height: 14px;width: 16px;cursor:pointer;margin-top: 3px;}
.voting_wrapper .down_button:hover {background: url("../images/collegescholarship/thumbs.png") no-repeat 0px -16px;}
.voting_wrapper .up_button {background: url("../images/collegescholarship/like-small.png") no-repeat;cursor:pointer;width:48px;height:51px;display:inline-block;}
.voting_wrapper .up_button:hover{background: url("../images/collegescholarship/test3-small.png") no-repeat;width:48px;height:51px;display:inline-block;}
.voting_wrapper .voted_already {background: url("../images/collegescholarship/test3-small.png") no-repeat;width:48px;height:51px;display:inline-block;}
.voting_btn {display:inline-block;}
.voting_btn span {font-style:italic;display:inline-block;}

#main .content .submission-vote .text {
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
}

#main .content .submission-vote .text p {
    margin: 0;
    font-weight: 300;
}

#main .content .submission-vote .vote {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    text-align: center;
}

#main .content .submission-vote .vote .icon {
    display: inline-block;
    width: 48px;
    height: 51px;
    background: url('../images/icon-thumbs-up.svg');
    background-repeat: no-repeat;
}

#main .content .submission-vote .vote .icon:hover {
    opacity: 0.75;
}

#main .content .submission-vote .vote .count {
    display: inline-block;
}

#main .content .submission-nav a {
    display: block;
    height: 30px;
    line-height: 32px;
    font-size: 15px;
    color: #0e6fc1;
    text-decoration: none;
}

#main .content .submission-nav a:hover {
    opacity: 0.75;
}

#main .content .submission-nav a.active.prev {
    float: left;
    padding-left: 41px;
    background: url('../images/icon-prev-submission.svg') no-repeat left center;
}

#main .content .submission-nav a.active.next {
    float: right;
    padding-right: 41px;
    background: url('../images/icon-next-submission.svg') no-repeat right center;
}


#main .content .submission-nav a.inactive_link.prev {
	display: none;
/*	pointer-events: none;
	color: #191919;
	background: url('../images/icon-prev-submission-inactive.svg') no-repeat right center;*/
}

#main .content .submission-nav a.inactive_link.next {
	display: none;
/*	pointer-events: none;
	color: #191919;
	background: url('../images/icon-next-submission-inactive.svg') no-repeat right center;*/
}

#main .content ul.credit-card-icons {
    list-style: none;
    padding-left: 0;
    
}

#main .content ul.credit-card-icons li {
    display: inline-block;
    margin-right: 8px;
}

#main .content ul.credit-card-icons li:last-child {
    margin-right: 0;
}

#main .content ul.testimonials {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
}

#main .content ul.testimonials li {
    border-bottom: 1px solid #d8d8d8;
}

#main .content ul.testimonials li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

#main .content ul.testimonials li span {
    display: block;
    letter-spacing: -0.1px;
    padding: 22px 20px 15px 63px;
    background: url('../images/icon-quote-start.svg') no-repeat top 16px left 12px, url('../images/icon-quote-end.svg') no-repeat bottom 40px right;
    background-size: 33px 35px, 33px 35px;
    font-size: 18px;
    font-style: italic;
    color: #191919;
}

#main .content ul.testimonials li strong {
    display: block;
    margin-top: 10px;
    
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
}




#colorbox {
    z-index: 10000;
}
#cboxClose {
    background: url('../colorbox/images/icon-modal-close.svg');
    width: 35px;
    height: 35px;
    background-size: 100%;
    bottom: 23px;
    position: absolute;
    right: 21px;
}

table#search_results thead th,
table#search_results tfoot th {
    background-color: #7c7c7c;
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

table#search_results tbody tr td {
    padding: 30px 20px;
    font-size: 15px;
    line-height: 133%;
    color: #4a4a4a;
}

table#search_results tbody tr:nth-child(even) td {
    background-color: #f2f2f2;    
}

#search_results_length  {
    padding: 13px 72px 5px 30px;
}

#search_results_length label {
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    color: #4a4a4a;
}

#search_results_length select {
    width: 82px;
    height: 37px;
    margin: 7px 7px 0 8px;
    
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    font-size: 18px;
    color: #4a4a4a;
}

#search_results_length .search_again {
    float: right;
    max-width: 364px;
}

#search_results_length .search_again  input.text {
    display: block;
    float: left;
    width: 100%;
    height: 47px;
    margin: 0 0 0 -45px;
    padding: 0 15px;
    border: 1px solid #979797;
    border-radius: 4px;
    font-size: 18px;
}

#search_results_length .search_again  input.text::-webkit-input-placeholder {
    color: #b3b3b3;
    transition: color 350ms;
}

#search_results_length .search_again  input.text:focus::-webkit-input-placeholder {
    color: #404040;
}

#search_results_length .search_again  input.text:-moz-placeholder {
    color: #b3b3b3;
    transition: color 350ms;
}

#search_results_length .search_again  input.text:focus:-moz-placeholder {
    color: #404040;
}

#search_results_length .search_again  input.text::-moz-placeholder {
    color: #b3b3b3;
    transition: color 350ms;
}

#search_results_length .search_again  input.text:focus::-moz-placeholder {
    color: #404040;
}

#search_results_length .search_again  input.text:-ms-input-placeholder {
    color: #b3b3b3;
    transition: color 350ms;
}

#search_results_length .search_again  input.text:focus:-ms-input-placeholder {
    color: #404040;
}

#search_results_length .search_again  input.submit {
    display: block;
    position: absolute;
    right: 58px;
    width: 50px;
    height: 47px;
    border-radius: 5px;
    border: 0;
    outline: 0;
    background: url('../images/icon-header-search.svg') no-repeat center center #0e6fc1;
    text-indent: -9999px;
    border-radius: 5px;  
}

img.hisetimg {
    margin-bottom: 20px;
}

/* staging menu */
#staging {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    padding: 5px 10px 0 15px;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 5px;
}

#staging ul {
    padding: 0;
    list-style: none;
}

#staging ul li a {
    font-size: 14px;
    color: #fff;
}


.align-right {
    text-align: right;
}

.top-right-ten-padding {
	padding: 20px 20px 0px 0px;
}

.full {
    width: 100%;
}

div.empower-partner {
	clear: both;
	padding: 35px 0;
}

div.empower-partner img {
	float: left;
	width: 225px;
	height: 195px;
	padding: 0 15px;
	margin-right: 3em;
	margin-bottom: 1em;
}

div.empower-partner p:not(:last-child) {
	margin-top: 1em !important;
}

div.empower-partner p:last-child {
	margin-bottom: 0 !important;
}

button.tidio-custom-link {
	background-color:#FFCC00;
	padding:6px 6px 6px 6px;
	color:black;
	font-size:inherit;
}

section.about-us.content img { padding: 0 15px; }
section.about-us.content img.image-left { float: left; }
section.about-us.content img.image-right { float: right; }
section.content p { font-weight: 500; }

footer.hide-while-loading, div.hide-while-loading { display: none;  }

