﻿/*ReSharper disable All*/ 

/*************************************************************
STYLE CHANGES SHOULD BE DONE IN THIS STYLESHEET ONLY
**************************************************************/

/*#region GENERAL SETTINGS*/
body {
	height:100%
    font-family: Poppins, Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 90%;
    line-height: 1.4em;
    font-weight: 400;
    background-color: #fff
}

h1 {
    font-size: 1.3em;
    font-weight: 700;
    font-family: Poppins, Helvetica, Arial, sans-serif;
}
h2 {
    font-size: 24px;
    font-weight: 700;
    font-family: Poppins, Helvetica, Arial, sans-serif;
}
h3 {
    font-size: 20px;
    font-weight: 600;
	margin: 30px 0px 10px 0px;
    font-family: Poppins, Helvetica, Arial, sans-serif;
}
h4 {
    font-size: 16px;
    font-weight: 600;
	margin: 20px 0px 10px 0px;
    font-family: Poppins, Helvetica, Arial, sans-serif;
}
h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: Poppins, Helvetica, Arial, sans-serif;
}
a {
    color: #323CDC; 
}

ul {
	font-size: 16px;
	margin: 0px 0px 30px 0px;

	
}

a:hover {
    text-decoration: underline;
}

@media (max-width: 479px) {
    body {
        font-size: 16px;
    }
    h1 {
        line-height: 1.3em;
    }
}

/*#endregion GENERAL SETTINGS*/

/*#region MENUBAR-1 */

.menu {
    background-color: #323CDC;
    color: #fff;
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.menu-link:hover {
    background-color: rgba(0, 0, 0, .1);
}

.element-hover:hover {
    cursor: pointer;
}

/*#region LEFT LINKS */
.customer-type {
    color: #fff;
    }

.customer-type:hover {
    border-top-color: hsla(0, 0%, 100%, .6);
}

.customer-type.w--current {
    border-top-color: #fff;
    border-bottom-color: transparent;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

@media (max-width: 991px) {
    .menu {
       font-weight: 300;
    }

    .menu-link:hover {
        background-color: rgba(0, 153, 204, .2);
    }

    .customer-type {
       font-weight: 400;
    }

    .customer-type:hover {
        border-top-color: transparent;
        background-color: rgba(121, 184, 0, .5);
    }

    .customer-type.w--current {
        border-top-color: #79b800;
        background-image: -webkit-linear-gradient(270deg, transparent, transparent);
        background-image: linear-gradient(180deg, transparent, transparent);
    }
}

@media (max-width: 767px) {
    .menu-link:hover {
        background-color: rgba(0, 153, 204, .2);
    }

    .customer-type {
        font-weight: 400;
    }
}
@media (max-width: 479px) {
    .menu.mob-home {
       color: #fff;
    }
    .customer-type.w--current {
       background-color: transparent;
    }
    .menu-link {
        border: none;
    }
}
/*#endregion LEFT LINKS */

/*#region RIGHT LINKS */

.qlink-item {
    color: #fff;
}

@media (max-width: 479px) {
    .qlinks {
       background-color: #323CDC;
    }
}


/*#endregion RIGHT LINKS */
/*#endregion MENUBAR-1 */

/*#region MENUBAR-2 */
.header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding-top: 0px;
    padding-left: 0px;
}

.header-menu {
   color: #09c;
}
.header-menu-item {
    border: 2px solid #fff;
    border-radius: 2px;
   }

.header-menu-item:hover {
    border-bottom-color: #323CDC;
 }

/* Class 'selectedpage' added to override w--current in Webflow which is handled inside the Webflow.js for highlighting current page in the header*/
.header-menu-item.selectedpage, 
.header-menu-item.w--current { border-bottom-color: #f57b28; }

.header-menu-text {
    color: #323CDC;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
    font-family: Poppins, Helvetica, Arial, sans-serif;
}

.scroll-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

@media (max-width: 991px) {

    .header {
       box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .4);
    }

    .header-menu-text {
        color: #09c;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .header-menu-text {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .header {
        border-bottom-style: none;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .4);
    }

    .header-menu.mob {
       border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    }

    .header-menu-item {
        border-style: none;
       color: #fff;
    }

    .header-menu-item:hover {
        color: #fff;
        }

    .header-menu-text {
       color: #fff;
        font-size: 14px;
    }
}
/*#endregion MENUBAR-2 */

/*#region CONTENT PAGE HEADER */

.content-container.page {
   border-bottom: 2px solid #323CDC;
   font-weight: 700;
}
.content-container.foot {
  border-bottom: 1px solid #677a8f;
}
.page-title {
    color: #323CDC;
    font-size: 28px;
    font-weight: 600;
}
.more-info-bubble {
    border: 1px solid #ccc;
    border-radius: 0px 2px 2px;
    background-color: #fffadd;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .4);
    color: #000;
    font-weight: 400;
}

.back-link {
    color: #09c;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .page-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .page-title {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .page-title {
        color: #666;
        font-size: 24px;
        line-height: 1.2em;
        font-weight: 400;
    }
    .page-title.bg {
        font-size: 1.4em;
    }

    .more-info-bubble {
       font-size: 14px;
    }

    .content-container.page {
        border-bottom-style: none;

    }
}

/*#endregion CONTENT PAGE HEADER */

/*#region CONTENT BOX*/
.content-box.card {
    background-color: #fff;
}

.card-header {
   border-bottom: 1px solid #ddd;
}

.section-title {
    color: #242424;
    line-height: 1.3em;
    font-weight: 600;
}

.content-box.grey {
    border-style: solid;
    border-color: #ccc;
    background-color: #f5f5f5;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .4);
}

.content-box.mp {
    border-style: solid;
    border-color: #fff;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0,0);
/*background-color: #f4f4f4;*/
border-radius: 10px;
min-height: 350px;
padding: 10px 30px;
border: 1px solid #ddd;
}

.content-box.summary {
    /*position: relative;
    max-width: none;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom-style: none;
    border-radius: 4px; 
    background-color: #f5f5f5;*/
    background-color: #ffffff;
  }

@media (max-width: 479px) {
    .content-box.grey {
       border-style: none;
        background-color: #fff;
        box-shadow: none;
        color: #333;
    }

}


@media(max-width: 991px) {
    .section-title {
        
    }
}
/*#endregion CONTENT BOX*/

/*#region BUTTONS */

.button {
    border-radius: 40px;
    background: #323CDC;
    color: #fff;
    font-size: 24px;
    box-shadow: none;
    font-weight: 400;
    line-height: 24px;
    height: 56px;
}

.button.clear {
    border: 1px solid #323CDC;
    background-color: #fff;
    color: #323CDC;
}

.button.flat {
    color: #323CDC;
    font-weight: 700;
}

.button.pay {
    background-color: #79b800;
    font-weight: 600;
}

@media(max-width: 479px) {
    .mob-button {
       background-color: #323CDC;
       color: #fff;
       font-size: 24px;
     }

    .mob-button.green {
        background-color: #79b800;
    }
}



.button:hover {
    background: #FFF;
    text-decoration: none;
    border: 1px solid #323CDC;
    color: #323CDC;
}


    .button.off {
        background: #EFEFEF;
        opacity: 1;
        text-decoration: none;
        color: #6E6E6E;
        box-shadow: none;
    }

.button-text {
    font-style: normal;
    font-weight: 500!important;
    font-size: 18px!important;
    line-height: 24px;
}

/*#endregion BUTTONS */

/*#region GRID*/
.grid-header {
    background-color: #323CDC;
    color: #fff;
    font-weight: 600;
}

.grid-header-link {
    color: #fff;
}
.grid-item {
   color: #333;
}
.grid-item:hover {
    background-color: #f5f5f5;
 }

/*#endregion GRID*/

/*#region HELP SITE SEARCH BOX */
#searchbox {
   background-color: #323CDC !important; 
    opacity: 1.0;
}
/*#endregion Help site search box */

/*#region HOME PAGE*/

.summary-overview.grey {
   border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #f5f5f5;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .4);
}

@media(max-width: 479px) {
    .summary-overview.grey {
        margin-bottom: 0px;
        border-style: none;
        border-radius: 0px;
        background-color: #fff;
        box-shadow: none;
    }

}

    /*#endregion*/

/*#region DEFAULT PAGE*/
.slide._2 {
    min-height: 500px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/iStock_83353033_900.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/iStock_83353033_900.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.slide._1 {
    min-height: 500px;
    background-color: #333;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/509_900.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/509_900.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

/* #endregion DEFAULT PAGE*/

/*#region PORTAL PAGES*/
.page-block-item.qlink {
    background-color: #323CDC;
    color: #fff;
}

.slide-content {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.slide-title {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

/*#endregion PORTAL PAGES*/


/*#region FOOTER */
.footer {
    background-color: #242424;
    background-image: -webkit-linear-gradient(270deg, rgba(82, 98, 115, .9), rgba(82, 98, 115, .9)), url('../Images/3-1.jpg');
    background-image: linear-gradient(180deg, rgba(82, 98, 115, .9), rgba(82, 98, 115, .9)), url('../Images/3-1.jpg');
    background-position: 0px 0px, 50% 57%;
    background-size: auto, cover;
    color: #fff;
    font-size: 14px;
}

.footer-block-title {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-block-item {
    color: #fff;
    font-weight: 300;
}

    .footer-block-item:hover {
        text-decoration: underline;
    }

    .footer-block-item.div {
        border-right: 2px solid #677a8f;
    }

.social {
    border-radius: 4px;
    background-color: #fff;
}

.footer-drop:hover {
    background-color: rgba(0, 0, 0, .25);
}

@media (max-width: 767px) {
    .footer {
        font-size: 14px;
    }
}

/*#endregion FOOTER */

/*#region CALENDAR */
.ui-widget-header {
    background: #323CDC !important;
    color: #fff;
}

.ui-state-active { /* Selected date */
    border: 1px solid #00807B !important;
    background: #323CDC !important;
    color: #FFFFFF !important;
}

.ui-datepicker-year {
    color: #000000 !important;
}

.ui-state-highlight { /* Current date */
    border: 1px solid #323CDC !important;
    background: #323CDC !important;
    color: #FFFFFF !important;
}
/*#endregion calendar*/

/* #region MISC ITEMS*/
.page-alert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fffadd;
    background-image: url('../Images/close-grey.svg');
    background-position: 99% 9px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    font-family: Roboto, sans-serif;
    color: #c00;
    font-weight: 500;
    cursor: pointer;
}

/* #endregion*/

/* #region Override Font Awesome */

.icon-48, .icon-24, .icon-20  {
  /*color: #FF5500;*/
	/*color: #228B22;*/
}

.icon-48 {
	/*font-size: 50px;*/
}

/* #endregion*/

.page-block-item.quick-link {
	background-color: #D1ECF9;
    color: #242424;
}

.quick-link div:first-child {
	color: #323CDC;
}

.news-title {
   font-size: 1.1em;
    font-weight: 600;
}

.cat-tag {
     color: #666;
}
.home-link {
	display: none;
}

.combo-field-box {
    margin-bottom: 15px;
}

.button.off {
	border: 1px solid #323CDC;
}

div {
    font-family: Poppins, Helvetica, Arial, sans-serif;
}

.content-container {
    max-width: 100% !important;
}