@charset "UTF-8";

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
@media print {
    *,
    *:before,
    *:after,
    *:first-letter {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
a,
.mdl-accordion,
.mdl-button,
.mdl-card,
.mdl-checkbox,
.mdl-dropdown-menu,
.mdl-icon-toggle,
.mdl-item,
.mdl-radio,
.mdl-slider,
.mdl-switch,
.mdl-tabs__tab {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}



/* custom ap */

@media only screen and (min-width: 960px) {
.mdl-layout__drawer, 
.mdl-navigation, 
.mdl-layout__header-row .mdl-navigation a, 
.mdl-layout__header-row .mdl-navigation button,
.mdl-layout__header .mdl-textfield--expandable{
    visibility:visible;
} 
}

.relative{position:relative;}

.mdl-textfield__input{
-webkit-appearance: none;
  border-radius: 0;
}  


.mdl-grid{
 display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 auto 0 auto;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
    
}

.mdl-bigsnackbar {
    height: fit-content;
    position: fixed;
    bottom: 84px;
    cursor: default;
    border-radius:4px;
    z-index: 999999;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-end;
 
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
    transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 1, 1);
    pointer-events: none;
        width: auto !important;
        margin-left: 16px;
        right:16px;
        min-height: 48px;
        max-width: 672px;

    background-color: #fff;
    box-shadow:0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: auto;
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
}



.mdl-bigsnackbar__text {
    padding: 16px;
    vertical-align: middle;
    color: rgba(0,0,0,.87);
    float: left;
    font-family:proxima-nova,Helvetica,Arial,sans-serif;
    font-weight:normal;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.25rem;
}

.mdl-bigsnackbar__action {
    font-family:proxima-nova,Helvetica,Arial,sans-serif;
    font-weight:normal;
    border: none;
    color: rgb(255, 64, 129);
    float: right;
    text-transform: uppercase;
    padding: 0 16px 16px 16px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.mdl-bigsnackbar__action.mdl-bigsnackbar__action--left {color:#0000ff;float:left;}

.mdl-bigsnackbar__action::-moz-focus-inner {
    border: 0;
}


.mdl-bigsnackbar__action--right {
     padding: 0 16px 16px 16px;
     margin-left:auto;
}



/* .contactwrap input[type="file"] {
    opacity:0;
    cursor:pointer;
    
} */

.fileap .mdl-textfield__label {padding-left:32px;cursor:pointer;}

.fileap .mdl-textfield__label:hover{cursor:pointer;}

.fileap.mdl-textfield {
padding-bottom:0;
border-bottom:1px solid #161e2e;
margin-bottom:3rem;
margin-top:1rem;
}

.is-focused.fileap.mdl-textfield {border-bottom:none;}

.mdi-attachment {position:absolute;top:-2px;left:0;cursor:pointer;}

.is-focused.fileap .mdi-attachment {top:0px;}

.is-focused.fileap .mdi-attachment .material-icons::before {color:#0000ff;}





.mdl-checkbox__label {
    color:#777;
    font-family: proxima-nova,Helvetica,Arial,sans-serif;
    font-weight:normal;
}

.contactwrap {visibility:visible;}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #777;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

a:hover,
a:focus,
select:focus,
select,
.select2-selection__placeholder{outline:none;}

a:hover{color:#0000ff;}

.post-edit-link {display:none;position:absolute;right:194px;}

.content p.entry-meta a:hover{color:#0000ff;}

.single .entry-content, .page .entry-content{visibility:visible;}

.wp-caption, embed, iframe, img, object, video {
    max-width: 100%;
}

.wp-caption {width:100%!important;margin:0;}



.mdl-layout__header-row .material-icons,
.mdl-layout__header-row .material-icons:before {visibility:visible;}



button,
.form-submit input{cursor: pointer;}


a.cta,
button.cta,
.price_slider_amount .button,
.contactus .d-block,
input[type="submit"],
.scraped-list .details a {
    cursor:pointer;
    font-family: proxima-nova,Helvetica,Arial,sans-serif;
    font-size:16px;
    outline:0;
    line-height: 32px;
    padding: 4px 0;
    margin:2px 0;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #010a37;
    background: #fff;
    border-radius: 3px;
    color: #010a37;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
    -webkit-appearance: none;
}

input[type="submit"],
button[type="submit"] {max-width:288px;}

.price_slider_amount .button{width:auto;padding-left:1rem;padding-right:1rem;}

a.cta:hover,
button.cta:hover,
.price_slider_amount .button:hover,
.contactus .d-block:hover,
.comment-respond input[type="submit"]:hover,
.scraped-list .details a:hover {
 border-color:#0000ff;
 color:#0000ff;
 text-decoration:none;
}

a.cta:focus,
button.cta:focus,
.price_slider_amount .button:focus,
.contactus .d-block:focus,
.comment-respond input[type="submit"]:focus,
.scraped-list .details a:focus{
background: rgba(0, 0, 255, 0.12) radial-gradient(circle, transparent 1%, rgba(0, 0, 255, 0.12) 1%) center/15000%;    

}

a.cta:active,
button.cta:active,
.price_slider_amount .button:active,
.contactus .d-block:active,
.comment-respond input[type="submit"]:active,
.scraped-list .details a:active {background-color: rgba(0, 0, 255, 0.12);}

.justify-space-between {
 -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-space-evenly {
  justify-content: space-evenly;
 }

.justify-space-around {
    justify-content: space-around!important;
}

#carousel {
    margin-top:4rem;
}

#carousel.apslide.visible{visibility:visible;}

.mdl-layout__drawer.is-visible{
display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;  
}

/* ap hover kleur naar licht paars nl3dp*/
.mdl-layout__header-row .mdl-button:hover,
.mdl-layout__header-row .mdl-navigation a:hover,
.mdl-layout__drawer-button:hover,
.mdl-layout__header-row .mdl-menu__item:hover {
   background-color: rgba(0, 0, 255, 0.04);
   color:#0000ff;
}

.mdl-layout__header-row .mdl-button:hover .material-icons::before{color:#0000ff;}

.mdl-layout__header-row .mdl-menu__item a {
    font-family: proxima-nova,Helvetica,Arial,sans-serif;
    display: block;
    border: none;
    color:#161e2e;
    background-color: transparent;
    text-align: left;
    margin: 0;
    padding: 0 16px;
    outline-color: #bdbdbd;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mdl-layout__header-row .mdl-menu__item {padding:0;}

.mdl-layout__header-row .mdl-button:focus,
.mdl-layout__header-row .mdl-navigation a:focus,
.mdl-layout__drawer-button:focus {
   background-color: rgba(0, 0, 255, 0.12);
}


.mdl-layout__drawer-button:hover {
   background-color: rgba(238, 238, 238, 1);
}


.mdl-layout__header-row .mdl-navigation a{border-radius:4px;}

header .mdl-layout__header-row .mdl-navigation a,
header .mdl-layout__header-row .mdl-navigation button,
header .material-icons::before{
color:#161e2e;

}

.mdl-layout__header-row .mdl-navigation a:hover,
.mdl-layout__header-row .mdl-navigation button:hover,
.material-icons::before:hover{
 color:rgba(0, 0, 255, 1);
}

.mdl-layout__header-row .mdl-navigation a {height:36px;line-height:36px;}

.mdl-layout__header .mdl-textfield{visibility:visible;padding:14px 0;}

.mdl-layout__header .mdl-textfield__input {
    padding:8px 4px;
    padding:8px 16px;
    border:none;
    }

.mdl-layout__header .is-focused .mdl-textfield__input {border-bottom:1px solid #e5e5e5;border-radius:4px;padding:8px 4px;}   

.mdl-layout__header .mdl-textfield--floating-label.has-placeholder .mdl-textfield__expandable-holder .mdl-textfield__label 
{
    top:-9px;
}




.mdl-layout__header .mdl-textfield--expandable.is-focused button.search-btn:hover {color:#0000ff;}


/* Ripple effect */
.ripple {
  background-position: center;
  transition: background 0.8s;
}

.ripple:active {
  /*background-color: #6eb9f7;*/
  background-size: 100%;
  transition: background 0s;
}



/* drawer */


.mdl-layout__drawer .mdl-list__item {padding:0.5rem 1rem;}

.mdl-layout__drawer .mdl-list__item:hover a {
 color:#0000ff;
}

.mdl-layout__drawer .mdl-list__item:focus{
background: rgba(0, 0, 255, 0.12) radial-gradient(circle, transparent 1%, rgba(0, 0, 255, 0.12) 1%) center/15000%;    

}

.mdl-layout__drawer .mdl-list__item:active {background-color: rgba(0, 0, 255, 0.12);}

.mdl-layout__drawer .mdl-list__item-icon::before, 
.mdl-layout__drawer .mdl-list__item-icon, 
.mdl-layout__drawer .mdl-list__item-icon.material-icons,
.mdl-layout__drawer ul li a{
    color: rgba(0,0,0,.54);
}

.mdl-layout__drawer .mdl-list__item a{
max-width: 224px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width:100%;
height: 32px;
line-height: 32px;
}

.mdl-layout__drawer .mdl-layout-title {
padding:0.5rem 1rem 0.5rem 1rem;
color: rgba(0,0,0,.30);
font-size: 14px;
}


.mdl-layout__drawer .mdl-list.bb {
border-bottom:2px solid rgba(0,0,0,.10);
padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.mdl-layout__drawer .mdl-list.last {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.mdl-layout__drawer {padding:0;}


/* footer */


.mdl-mega-footer .mdl-mini-footer__social-btn{
    height: 36px;
    min-width: 64px;
    padding: 0 16px;
    text-align:center;
}

.mdl-mega-footer .mdl-mega-footer__heading_ap {
    font-size:18px;
font-family: proxima-nova,Helvetica,Arial,sans-serif;
    font-weight: bold;
    color:#fff;
    padding:0;
    width:100%;
    max-width:210px;
}

.mdl-mega-footer .mdl-mega-footer__link-list{
    width:100%;
    max-width:210px;
    visibility:visible;
}

.mdl-mega-footer__drop-down-section {
    visibility:visible;
}

.mdl-mega-footer .mdl-mega-footer__link-list a {
    line-height: 32px;
max-width: 210px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width:100%;
display:block;
}

.mdl-mega-footer .mdl-mega-footer__link-list a:hover{color:#fff;}

.mdl-mega-footer a:focus{
background: rgba(255, 255, 255, 0.12) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, 0.12) 1%) center/15000%;    

}

.mdl-mega-footer a:active {background-color: rgba(255, 255, 255, 0.12);}


.service-item-overlay:after,
.topwrap .entry-header:after,
.banner-wrap:after,
.coverwrap:after,
.articles-wrap .entry-image-link:after {
  overflow: hidden;
  text-indent: -9999rem;
  font-size: 0;
  line-height: 0;
  background: -owg-linear-gradient(135deg, rgba(255, 101, 100, 0.4) 0%, rgba(255, 101, 100, 0) 50%, rgba(255, 101, 100, 0) 100%), -owg-linear-gradient(45deg, rgba(40, 0, 215, 0) 0%, rgba(40, 0, 215, 0) 50%, rgba(40, 0, 215, 0.4) 100%), -owg-linear-gradient(transparent 5%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 101, 100, 0.4) 0%, rgba(255, 101, 100, 0) 50%, rgba(255, 101, 100, 0) 100%), -webkit-linear-gradient(45deg, rgba(40, 0, 215, 0) 0%, rgba(40, 0, 215, 0) 50%, rgba(40, 0, 215, 0.4) 100%), -webkit-linear-gradient(transparent 5%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 101, 100, 0.4) 0%, rgba(255, 101, 100, 0) 50%, rgba(255, 101, 100, 0) 100%), -moz-linear-gradient(45deg, rgba(40, 0, 215, 0) 0%, rgba(40, 0, 215, 0) 50%, rgba(40, 0, 215, 0.4) 100%), -moz-linear-gradient(transparent 5%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 101, 100, 0.4) 0%, rgba(255, 101, 100, 0) 50%, rgba(255, 101, 100, 0) 100%), -o-linear-gradient(45deg, rgba(40, 0, 215, 0) 0%, rgba(40, 0, 215, 0) 50%, rgba(40, 0, 215, 0.4) 100%), -o-linear-gradient(transparent 5%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(135deg, rgba(255, 101, 100, 0.4) 0%, rgba(255, 101, 100, 0) 50%, rgba(255, 101, 100, 0) 100%), linear-gradient(45deg, rgba(40, 0, 215, 0) 0%, rgba(40, 0, 215, 0) 50%, rgba(40, 0, 215, 0.4) 100%), linear-gradient(transparent 5%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-transition: opacity, 0.25s, ease-out;
  -moz-transition: opacity, 0.25s, ease-out;
  -o-transition: opacity, 0.25s, ease-out;
  transition: opacity 0.25s ease-out;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.articles-wrap .entry-image-link:hover:after{opacity: .5;}

.topwrap .entry-header:after{
background-size: 100% 175%;
z-index:2;
}


/* header */


.mdl-layout__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    height:64px;
    z-index: 3;
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: none;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: max-height, box-shadow;
}

.mdl-layout__header-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; */
    box-sizing: border-box;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    margin: 0;
    padding: 0;
}


/* tabs */

.white,
.white::before {background-color: #ffffff!important;}
.grey,
.grey::before {background-color: #f5f5f5!important;}
.black,
.black::before {background-color: #000000!important;}
.footerblue,
.footerblue::before {background-color: #161e2e!important;}
.purple,
.purple::before {background-color: #5045cd!important;}



.purplelove,
.purplelove:before{
    background: linear-gradient(to right, rgb(204, 43, 94), rgb(117, 58, 136));
}

.greenbeach,
.greenbeach:before{
    background: linear-gradient(to right, rgb(2, 170, 176), rgb(0, 205, 172));
}

.skyline,
.skyline:before{
    background: linear-gradient(to right, rgb(20, 136, 204), rgb(43, 50, 178));
}

.amin,
.amin:before{
    background: linear-gradient(to right, rgb(142, 45, 226), rgb(74, 0, 224));
}

.kimobi,
.kimobi:before{
    background: linear-gradient(to right, rgb(57, 106, 252), rgb(41, 72, 255));
}

.manofsteel,
.manofsteel:before{
  background: linear-gradient(to right, rgb(120, 2, 6), rgb(6, 17, 97));
}

.manofsteelreverse,
.manofsteelreverse:before{
  background: linear-gradient(to right, rgb(6, 17, 97), rgb(120, 2, 6));
}

.vanusa,
.vanusa:before{
  background:linear-gradient(to right, rgb(173, 83, 137), rgb(60, 16, 83));
}

.messenger,
.messenger:before {
    background: linear-gradient(to right, rgb(0, 198, 255), rgb(0, 114, 255));
}



.material-card .mdl-layout__header,
.material-card .mdl-layout__tab-bar-container,
.material-card .mdl-layout__tab-bar-button,
.material-card .mdl-layout__tab-bar,
.material-card .mdl-layout__tab{height:72px;}

.mdi-file-pdf-outline svg {margin-right:4px;}

.material-card .mdl-layout__tab-bar-button .material-icons{line-height:72px;width:16px;display:none;}

.material-card .mdl-layout__tab-bar-button.mdl-layout__tab-bar-right-button.is-active{
  background-image: url(../svg/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: 50%;
   
}

.material-card .mdl-layout__tab-bar-button.mdl-layout__tab-bar-left-button.is-active{
  background-image: url(../svg/chevron-left.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    left: -1px;
}

.material-card .mdl-layout__tab-panel{
    color: rgba(0,0,0,.6);
    font-size: 14px;
    font-family: proxima-nova,"Helvetica", "Arial", sans-serif;
    font-weight:400;
    min-height:145px;
}

.material-card .mdl-layout__tab-panel ul{list-style-type:none;}

.material-card .mdl-layout__tab-panel ul li{line-height:22px;}

.material-card .mdl-layout__tab-bar-container .mdl-layout__tab {
color: rgba(0,0,0,.54);
font-size: 14px;
font-weight: 500;
letter-spacing: .0892857143em;
font-family: proxima-nova,"Helvetica", "Arial", sans-serif;
position:relative;
z-index:99;
}

.material-card .mdl-layout__tab-bar-left-button .material-icons::before,
.material-card .mdl-layout__tab-bar-right-button .material-icons::before,
.material-card .material-icons::before {
color: rgba(0,0,0,.54);
}


.material-card .mdl-layout__tab-bar-left-button.is-active .material-icons::before {
    content: "\F0141";
    position: absolute;
    left:0;
}

.material-card .mdl-layout__tab-bar-right-button.is-active .material-icons::before {
    content: "\F0142";
     position: absolute;
    right:0;
}

.material-card .mdi-clipboard-text-outline .material-icons::before {
    content: "\F0A38";
}

.material-card .mdi-progress-wrench .material-icons::before {
    content: "\F0CBD";
}

.material-card .mdi-download-circle-outline .material-icons::before {
    content: "\F1465";
}

.material-card .mdi-file-pdf-outline .material-icons::before {
    content: "\F0E2D";
}

.material-card .mdl-layout.is-upgraded .mdl-layout__tab .material-icons {
margin-bottom: 6px;
}

.material-card .mdl-layout.is-upgraded .mdl-layout__tab svg {
  margin: 0 auto 6px auto;
  text-align:center;
}

.material-card .mdl-layout.is-upgraded .mdl-layout__tab.is-active svg path {
  fill:#6200ea;
  }

.material-card .mdl-layout.is-upgraded .mdl-layout__tab.is-active .material-icons::before {
color:#6200ea;
}


/* featured content */

.featured-content {overflow: hidden;max-width:864px;margin:0 auto;padding:0 1rem;}

@media only screen and (min-width: 960px){.featured-content{padding:0}}

.featured-content .item-link {
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 51;
    width: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 1rem;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.featured-content article {float:left;width:50%;height:250px;position:relative;border-bottom:1px solid #fff;}

.featured-content article:last-child {border-bottom:none;}

.featured-content .blockwrap div strong,
.featured-content .blockwrap article strong {
    color: #fff;
    font-size: 18px;
    line-height:1.3;
    margin: 0 0 1rem 0;
    padding:0;
    bottom:0;
    position:relative;
    z-index: 50;
    width: 100%;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}

.featured-content .blockwrap div h2,
.featured-content .blockwrap article h2{color:#fff;z-index: 51;font-size:32px;margin-bottom:1rem;}

.featured-content article h3:hover {text-decoration:underline;}

.featured-content article.block-1 h3 { 
  font-size: 2rem;
    line-height: 2rem;}

.featured-content span.home-intro {
  margin-bottom:1rem;
    font-size: 16px;
    z-index: 51;
    position: relative;
    width: 100%;
    padding: 0;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}

.featured-content span.rm{
 z-index: 51;
    position: relative;
    color:#fff;

}

.featured-content .blockwrap div,
.featured-content .blockwrap article{overflow:hidden;}

.featured-content .blockwrap,
.featured-content .blockwrap div,
.featured-content .blockwrap article {position:relative;}

.featured-content .blockwrap div,
.featured-content .blockwrap article {margin-bottom:1rem;height:375px;}

.featured-content .blockwrap div:last-child,
.featured-content .blockwrap article:last-child{margin-bottom:0;}

.featured-content .blockwrap div img,
.featured-content .blockwrap article img{height:375px;object-fit:cover;}

.featured-content .item-link {
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width:auto;
    overflow:hidden;
}

.featured-content .item-link:before{
background: #010a37;
    opacity: 0.65;  
content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.featured-content .item-link:after {
    overflow: hidden;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#010a37));
    background: linear-gradient(transparent, #010a37);
    -webkit-transition: opacity, .25s, ease-out;
    -moz-transition: opacity, .25s, ease-out;
    -o-transition: opacity, .25s, ease-out;
    transition: opacity .25s ease-out;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.featured-content .item-link:hover:after {
  opacity:0;
}

/* featured-content breakpoint*/
@media only screen and (min-width: 960px) {

.featured-content .blockwrap div,
.featured-content .blockwrap article{margin-bottom:0;}  

.featured-content .block-1 img,
.featured-content .block-2 img {height:400px;}

.featured-content .block-3 img {height:300px;}

.featured-content .blockwrap {
      display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;
      -webkit-flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap;
  width:100%;
  flex-basis: 100%;
}

.featured-content .block-1, .featured-content .block-2{
  height:400px;
 border:none;
 flex-grow: 0;
flex-shrink: 0;
flex-basis: 50%;
box-sizing:border-box;
max-width:50%;
}

.featured-content .block-1{border-right:1px solid white;box-sizing:border-box;max-width:50%;}

.featured-content .block-3{ 
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-top: 1px solid white;
  height:300px;
}

.featured-content .block-3 span.home-intro {width:75%;}

}
/* end featured-content breakpoints*/



.mdl-ripple {
    background: #000;
    border-radius: 50%;
    height: 50px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    overflow: hidden;
}
.mdl-ripple.is-animating {
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.mdl-ripple.is-visible {
    opacity: 0.3;
}
.mdl-animation--default,
.mdl-animation--fast-out-slow-in {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-animation--linear-out-slow-in {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.mdl-animation--fast-out-linear-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.mdl-button {
    background: 0 0;
    border: none;
    border-radius: 4px;
    color: #000;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
   /* will-change: box-shadow;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
 */   outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    outline:none;
}



.mdl-button::-moz-focus-inner {
    border: 0;
}
/*
.mdl-button:focus:not(:active) {
    background-color: rgba(0, 0, 0, 0.12);
}
.mdl-button:active {
    background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button.mdl-button--colored {
    color: rgb(63, 81, 181);
}
.mdl-button.mdl-button--colored:focus:not(:active) {
    background-color: rgba(0, 0, 0, 0.12);
}*/
input.mdl-button[type="submit"] {
    -webkit-appearance: none;
}
.mdl-button--raised {
    background: rgba(158, 158, 158, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mdl-button--raised:active {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button--raised:focus:not(:active) {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
    background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button--raised.mdl-button--colored {
    background: rgb(63, 81, 181);
    color: rgb(255, 255, 255);
}
.mdl-button--raised.mdl-button--colored:hover {
    background-color: rgb(63, 81, 181);
}
.mdl-button--raised.mdl-button--colored:active {
    background-color: rgb(63, 81, 181);
}
.mdl-button--raised.mdl-button--colored:focus:not(:active) {
    background-color: rgb(63, 81, 181);
}
.mdl-button--raised.mdl-button--colored .mdl-ripple {
    background: rgb(255, 255, 255);
}
.mdl-button--fab {
    border-radius: 50%;
    font-size: 24px;
    height: 56px;
    margin: auto;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: hidden;
    background: rgba(158, 158, 158, 0.2);
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    position: relative;
    line-height: normal;
}
.mdl-button--fab .material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-12px, -12px);
    transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px;
}
.mdl-button--fab.mdl-button--mini-fab {
    height: 40px;
    min-width: 40px;
    width: 40px;
}
.mdl-button--fab .mdl-button__ripple-container {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
    mask-image: -webkit-radial-gradient(circle, #fff, #000);
}
.mdl-button--fab:active {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button--fab:focus:not(:active) {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
    background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button--fab.mdl-button--colored {
    background: rgb(255, 64, 129);
    color: rgb(255, 255, 255);
}
.mdl-button--fab.mdl-button--colored:hover {
    background-color: rgb(255, 64, 129);
}
.mdl-button--fab.mdl-button--colored:focus:not(:active) {
    background-color: rgb(255, 64, 129);
}
.mdl-button--fab.mdl-button--colored:active {
    background-color: rgb(255, 64, 129);
}
.mdl-button--fab.mdl-button--colored .mdl-ripple {
    background: rgb(255, 255, 255);
}
.mdl-button--icon {
    border-radius: 50%;
    font-size: 24px;
    height: 32px;
    margin-left: 0;
    margin-right: 0;
    min-width: 32px;
    width: 32px;
    padding: 0;
    overflow: hidden;
    color: inherit;
    line-height: normal;
}
.mdl-button--icon .material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-12px, -12px);
    transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px;
}
.mdl-button--icon.mdl-button--mini-icon {
    height: 24px;
    min-width: 24px;
    width: 24px;
}
.mdl-button--icon.mdl-button--mini-icon .material-icons {
    top: 0;
    left: 0;
}
.mdl-button--icon .mdl-button__ripple-container {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
    mask-image: -webkit-radial-gradient(circle, #fff, #000);
}
.mdl-button__ripple-container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

a.mdl-js-ripple-effect {position: relative;max-height:64px;}

.mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple,
.mdl-button.mdl-button--disabled .mdl-button__ripple-container .mdl-ripple {
    background-color: transparent;
}
.mdl-button--primary.mdl-button--primary {
    color: rgb(63, 81, 181);
}
.mdl-button--primary.mdl-button--primary .mdl-ripple {
    background: rgb(255, 255, 255);
}
.mdl-button--primary.mdl-button--primary.mdl-button--raised,
.mdl-button--primary.mdl-button--primary.mdl-button--fab {
    color: rgb(255, 255, 255);
    background-color: rgb(63, 81, 181);
}
.mdl-button--accent.mdl-button--accent {
    color: rgb(255, 64, 129);
}
.mdl-button--accent.mdl-button--accent .mdl-ripple {
    background: rgb(255, 255, 255);
}
.mdl-button--accent.mdl-button--accent.mdl-button--raised,
.mdl-button--accent.mdl-button--accent.mdl-button--fab {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 64, 129);
}
.mdl-button[disabled][disabled],
.mdl-button.mdl-button--disabled.mdl-button--disabled {
    color: rgba(0, 0, 0, 0.26);
    cursor: default;
    background-color: transparent;
}
.mdl-button--fab[disabled][disabled],
.mdl-button--fab.mdl-button--disabled.mdl-button--disabled {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.26);
}
.mdl-button--raised[disabled][disabled],
.mdl-button--raised.mdl-button--disabled.mdl-button--disabled {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.26);
    box-shadow: none;
}
.mdl-button--colored[disabled][disabled],
.mdl-button--colored.mdl-button--disabled.mdl-button--disabled {
    color: rgba(0, 0, 0, 0.26);
}
.mdl-button .material-icons {
    vertical-align: middle;
}

.mdl-checkbox {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0;
}
.mdl-checkbox.is-upgraded {
    padding-left: 24px;
}
.mdl-checkbox__input {
    line-height: 24px;
}
.mdl-checkbox.is-upgraded .mdl-checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}
.mdl-checkbox__box-outline {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    z-index: 2;
}
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border: 2px solid rgb(63, 81, 181);
}
fieldset[disabled] .mdl-checkbox .mdl-checkbox__box-outline,
.mdl-checkbox.is-disabled .mdl-checkbox__box-outline {
    border: 2px solid rgba(0, 0, 0, 0.26);
    cursor: auto;
}
.mdl-checkbox__focus-helper {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent;
}
.mdl-checkbox.is-focused .mdl-checkbox__focus-helper {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}
.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper {
    box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.26);
    background-color: rgba(63, 81, 181, 0.26);
}
.mdl-checkbox__tick-outline {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
    mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
    background: 0 0;
    transition-duration: 0.28s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background;
}
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: rgb(63, 81, 181)
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}
fieldset[disabled] .mdl-checkbox.is-checked .mdl-checkbox__tick-outline,
.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline {
    background: rgba(0, 0, 0, 0.26)
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}
.mdl-checkbox__label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
fieldset[disabled] .mdl-checkbox .mdl-checkbox__label,
.mdl-checkbox.is-disabled .mdl-checkbox__label {
    color: rgba(0, 0, 0, 0.26);
    cursor: auto;
}
.mdl-checkbox__ripple-container {
    position: absolute;
    z-index: 2;
    top: -6px;
    left: -10px;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
    mask-image: -webkit-radial-gradient(circle, #fff, #000);
}
.mdl-checkbox__ripple-container .mdl-ripple {
    background: rgb(63, 81, 181);
}
fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container,
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container {
    cursor: auto;
}
fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container .mdl-ripple,
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple {
    background: 0 0;
}

.mdl-data-table {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 13px;
    background-color: #fff;
}
.mdl-data-table thead {
    padding-bottom: 3px;
}
.mdl-data-table thead .mdl-data-table__select {
    margin-top: 0;
}
.mdl-data-table tbody tr {
    position: relative;
    height: 48px;
    transition-duration: 0.28s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color;
}
.mdl-data-table tbody tr.is-selected {
    background-color: #e0e0e0;
}
.mdl-data-table tbody tr:hover {
    background-color: #eee;
}
.mdl-data-table td {
    text-align: right;
}
.mdl-data-table th {
    padding: 0 18px 12px 18px;
    text-align: right;
}
.mdl-data-table td:first-of-type,
.mdl-data-table th:first-of-type {
    padding-left: 24px;
}
.mdl-data-table td:last-of-type,
.mdl-data-table th:last-of-type {
    padding-right: 24px;
}
.mdl-data-table td {
    position: relative;
    height: 48px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 12px 18px;
    box-sizing: border-box;
}
.mdl-data-table td,
.mdl-data-table td .mdl-data-table__select {
    vertical-align: middle;
}
.mdl-data-table th {
    position: relative;
    vertical-align: bottom;
    text-overflow: ellipsis;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    height: 48px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    padding-bottom: 8px;
    box-sizing: border-box;
}
.mdl-data-table th.mdl-data-table__header--sorted-ascending,
.mdl-data-table th.mdl-data-table__header--sorted-descending {
    color: rgba(0, 0, 0, 0.87);
}
.mdl-data-table th.mdl-data-table__header--sorted-ascending:before,
.mdl-data-table th.mdl-data-table__header--sorted-descending:before {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    content: "\e5d8";
    margin-right: 5px;
    vertical-align: sub;
}
.mdl-data-table th.mdl-data-table__header--sorted-ascending:hover,
.mdl-data-table th.mdl-data-table__header--sorted-descending:hover {
    cursor: pointer;
}
.mdl-data-table th.mdl-data-table__header--sorted-ascending:hover:before,
.mdl-data-table th.mdl-data-table__header--sorted-descending:hover:before {
    color: rgba(0, 0, 0, 0.26);
}
.mdl-data-table th.mdl-data-table__header--sorted-descending:before {
    content: "\e5db";
}
.mdl-data-table__select {
    width: 16px;
}
.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric {
    text-align: left;
}

.mdl-mega-footer {
    width:100%;
    color: #d2d6dc;
    background-color: #161e2e;
    z-index:2;
    
}

.mdl-mega-footer--link-list li,
.mdl-mega-footer__link-list li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
}
.mdl-mega-footer--link-list a,
.mdl-mega-footer__link-list a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.mdl-mega-footer--link-list,
.mdl-mega-footer__link-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}


.mdl-list {
    display: block;
    padding: 8px 0;
    list-style: none;
}
.mdl-list__item {
    font-family: proxima-nova,"Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
    min-height: 48px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 16px;
    cursor: default;
    color: rgba(0, 0, 0, 0.87);
    overflow: hidden;
}
.mdl-list__item,
.mdl-list__item .mdl-list__item-primary-content {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mdl-list__item .mdl-list__item-primary-content {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-decoration: none;
}
.mdl-list__item .mdl-list__item-primary-content .mdl-list__item-icon {
    margin-right: 16px;
}
.mdl-list__item .mdl-list__item-primary-content .mdl-list__item-avatar {
    margin-right: 16px;
}
.mdl-list__item .mdl-list__item-secondary-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: 16px;
}
.mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-secondary-action label {
    display: inline;
}
.mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-secondary-info {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.54);
}
.mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-sub-header {
    padding: 0 0 0 16px;
}
.mdl-list__item-icon,
.mdl-list__item-icon.material-icons {
    height: 24px;
    width: 24px;
    font-size: 24px;
    box-sizing: border-box;
    color: #757575;
}
.mdl-list__item-avatar,
.mdl-list__item-avatar.material-icons {
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #757575;
    font-size: 40px;
    color: #fff;
}
.mdl-list__item--two-line {
    height: 72px;
}
.mdl-list__item--two-line .mdl-list__item-primary-content {
    height: 36px;
    line-height: 20px;
    display: block;
}
.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-avatar {
    float: left;
}
.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-icon {
    float: left;
    margin-top: 6px;
}
.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-secondary-content {
    height: 36px;
}
.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-sub-title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.54);
    display: block;
    padding: 0;
}
.mdl-list__item--three-line {
    height: 88px;
}
.mdl-list__item--three-line .mdl-list__item-primary-content {
    height: 52px;
    line-height: 20px;
    display: block;
}
.mdl-list__item--three-line .mdl-list__item-primary-content .mdl-list__item-avatar,
.mdl-list__item--three-line .mdl-list__item-primary-content .mdl-list__item-icon {
    float: left;
}
.mdl-list__item--three-line .mdl-list__item-secondary-content {
    height: 52px;
}
.mdl-list__item--three-line .mdl-list__item-text-body {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    height: 52px;
    color: rgba(0, 0, 0, 0.54);
    display: block;
    padding: 0;
}
.mdl-menu__container {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    overflow: visible;
    height: 0;
    width: 0;
    visibility: hidden;
    z-index: -1;
}
.mdl-menu__container.is-visible,
.mdl-menu__container.is-animating {
    z-index: 999;
    visibility: visible;
}
.mdl-menu__outline {
    display: block;
    background: #fff;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.mdl-menu__container.is-visible .mdl-menu__outline {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 999;
}
.mdl-menu__outline.mdl-menu--bottom-right {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.mdl-menu__outline.mdl-menu--top-left {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.mdl-menu__outline.mdl-menu--top-right {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.mdl-menu {
    position: absolute;
    list-style: none;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    min-width: 124px;
    padding: 0;
    margin: 0;
    /* opacity: 0;
    clip: rect(0 0 0 0);
    z-index: -1; */
}
.mdl-menu__container.is-visible .mdl-menu {
    opacity: 1;
    z-index: 999;
}
.mdl-menu.is-animating {
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), clip 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-menu.mdl-menu--bottom-right {
    left: auto;
    right: 0;
}
.mdl-menu.mdl-menu--top-left {
    top: auto;
    bottom: 0;
}
.mdl-menu.mdl-menu--top-right {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}
.mdl-menu.mdl-menu--unaligned {
    top: auto;
    left: auto;
}
.mdl-menu__item {
    display: block;
    border: none;
    color: rgba(0, 0, 0, 0.87);
    background-color: transparent;
    text-align: left;
    margin: 0;
    padding: 0 16px;
    outline-color: #bdbdbd;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    /* opacity: 0; */
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mdl-menu__container.is-visible .mdl-menu__item {
    opacity: 1;
}
.mdl-menu__item::-moz-focus-inner {
    border: 0;
}
.mdl-menu__item--full-bleed-divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mdl-menu__item[disabled],
.mdl-menu__item[data-mdl-disabled] {
    color: #bdbdbd;
    background-color: transparent;
    cursor: auto;
}
.mdl-menu__item[disabled]:hover,
.mdl-menu__item[data-mdl-disabled]:hover {
    background-color: transparent;
}
.mdl-menu__item[disabled]:focus,
.mdl-menu__item[data-mdl-disabled]:focus {
    background-color: transparent;
}
.mdl-menu__item[disabled] .mdl-ripple,
.mdl-menu__item[data-mdl-disabled] .mdl-ripple {
    background: 0 0;
}

.mdl-menu__item--ripple-container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.mdl-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.mdl-navigation__link .material-icons {
    vertical-align: middle;
}

.mdl-layout.is-small-screen .mdl-layout--large-screen-only {
    display: none;
}
.mdl-layout:not(.is-small-screen) .mdl-layout--small-screen-only {
    display: none;
}

.mdl-layout__title,
.mdl-layout-title {
    display: block;
    position: relative;
    font-family: proxima-nova,"Helvetica", "Arial", sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 600;
    box-sizing: border-box;
}

.mdl-layout__drawer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 240px;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    background: #fafafa;
    /* -webkit-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: transform;
    transition-property: transform, -webkit-transform; */
    color: rgba(0,0,0,.54);
    overflow: visible;
    overflow-y: auto;
    z-index: 999;
}
.mdl-layout__drawer.is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position:fixed;
    visibility:visible;
}
.mdl-layout__drawer.is-visible ~ .mdl-layout__content.mdl-layout__content {
    overflow: hidden;
}
.mdl-layout__drawer > * {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.mdl-layout__drawer > .mdl-layout__title,
.mdl-layout__drawer > .mdl-layout-title {
    line-height: 64px;
    padding-left: 40px;
}

.mdl-layout__drawer .mdl-navigation {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 16px 40px;
    margin: 0;
    color: #757575;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
    background-color: #e0e0e0;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link--current {
    background-color: #e0e0e0;
    color: #000;
}

.mdl-layout__header > .mdl-layout-icon {
    position: absolute;
    left: 16px;
    top: 12px;
    height: 40px;
    width: 168px;
    overflow: hidden;
    z-index: 3;
    display: block;
}

.mdl-layout__header-row .mdl-navigation__link {
    display: block;
    color:#010a37;
    line-height: 64px;
    padding: 0 24px;
}

.mdl-layout__obfuscator {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
    visibility: hidden;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-layout__obfuscator.is-visible {
    background-color: rgba(0, 0, 0, 0.5);
    visibility: visible;
    position:fixed;
}
@supports (pointer-events: auto) {
    .mdl-layout__obfuscator {
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition-property: opacity;
        visibility: visible;
        pointer-events: none;
    }
    .mdl-layout__obfuscator.is-visible {
        pointer-events: auto;
        opacity: 1;
    }
}
.mdl-layout__content {
  flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    position: relative;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}
.mdl-layout--fixed-drawer > .mdl-layout__content {
    margin-left: 240px;
}
.mdl-layout__container.has-scrolling-header .mdl-layout__content {
    overflow: visible;
}


.mdl-layout__tab-bar { 
    width: calc(100% - 32px);
    padding: 0 0 0 16px;
    overflow-x: scroll;
    height: 72px;
     display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin:0;
}

@media screen and (min-width: 960px) {
.mdl-layout__tab-bar {
    overflow-y: hidden;
    overflow-x: hidden;
}
}


.mdl-layout__tab-bar::-webkit-scrollbar {
    display: none;
}
.mdl-layout--no-drawer-button .mdl-layout__tab-bar {
    padding-left: 16px;
    width: calc(100% - 32px);
}
@media screen and (min-width: 1025px) {
    .mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar {
        padding-left: 16px;
        width: calc(100% - 32px);
    }
}
@media screen and (max-width: 1024px) {
    .mdl-layout--no-drawer-button .mdl-layout__tab-bar {
        width: calc(100% - 8px);
        padding-left: 4px;
    }
}
.mdl-layout--fixed-tabs .mdl-layout__tab-bar {
    padding: 0;
    overflow: hidden;
    width: 100%;
}
.mdl-layout__tab-bar-container {
    position: relative;
    height: 64px;
    width: 100%;
    border: none;
    margin: 0;
    z-index: 2;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}
.mdl-layout__container > .mdl-layout__tab-bar-container {
    position: absolute;
    top: 0;
    left: 0;
}
.mdl-layout__tab-bar-button {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 48px;
    width: 56px;
    z-index: 4;
    text-align: center;
    color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar-button,
.mdl-layout--no-drawer-button .mdl-layout__tab-bar-button {
    width: 16px;
}
.mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar-button .material-icons,
.mdl-layout--no-drawer-button .mdl-layout__tab-bar-button .material-icons {
    position: relative;
    left: -4px;
}
@media screen and (max-width: 1024px) {
    .mdl-layout__tab-bar-button {
        width: 60px;
    }
}
.mdl-layout--fixed-tabs .mdl-layout__tab-bar-button {
    display: none;
}
.mdl-layout__tab-bar-button .material-icons {
    line-height: 48px;
}
.mdl-layout__tab-bar-button.is-active {
    color: rgb(255, 255, 255);
    color: rgba(0,0,0,.54);
    z-index:999;
    height: 73px;
    width:32px;
}

.grey .mdl-layout__tab-bar-button.is-active{background-color:#f5f5f5;}

.white .mdl-layout__tab-bar-button.is-active{background-color:#fff;}

.mdl-layout__tab-bar-left-button {
    left: 0;
}
.mdl-layout__tab-bar-right-button {
    right: 0;
}
.mdl-layout__tab {
    margin: 0;
    border: none;
    padding: 0 24px;
    float: left;
    position: relative;
    display: block;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration: none;

    height: 64px;


    min-width: 90px;
    max-width: 360px;
    outline: none;
    padding: 0 16px;

    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
}


@media screen and (max-width: 1024px) {
    .mdl-layout__tab {
        padding: 0 12px;
    }
}
.mdl-layout--fixed-tabs .mdl-layout__tab {
    float: none;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
}
.mdl-layout.is-upgraded .mdl-layout__tab.is-active {
    color: rgb(255, 255, 255);
    color: #6200ea;
}
.mdl-layout.is-upgraded .mdl-layout__tab.is-active::after {
    height: 1px;
    width: 100%;
    display: block;
    content: " ";
    bottom: 0;
    left: 0;
    position: absolute;
    background: #6200ea;
    -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
    animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
    transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}
.mdl-layout__tab .mdl-layout__tab-ripple-container {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}
.mdl-layout__tab .mdl-layout__tab-ripple-container .mdl-ripple {
    background-color: rgb(255, 255, 255);
}
.mdl-layout__tab-panel {
    display: block;
}
.mdl-layout.is-upgraded .mdl-layout__tab-panel {
    display: none;
}
.mdl-layout.is-upgraded .mdl-layout__tab-panel.is-active {
    display: block;
}
.mdl-radio {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    height: 24px;
    margin: 0;
    padding-left: 0;
}
.mdl-radio.is-upgraded {
    padding-left: 24px;
}
.mdl-radio__button {
    line-height: 24px;
}
.mdl-radio.is-upgraded .mdl-radio__button {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}
.mdl-radio__outer-circle {
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 50%;
    z-index: 2;
}
.mdl-radio.is-checked .mdl-radio__outer-circle {
    border: 2px solid rgb(63, 81, 181);
}
.mdl-radio__outer-circle fieldset[disabled] .mdl-radio,
.mdl-radio.is-disabled .mdl-radio__outer-circle {
    border: 2px solid rgba(0, 0, 0, 0.26);
    cursor: auto;
}
.mdl-radio__inner-circle {
    position: absolute;
    z-index: 1;
    margin: 0;
    top: 8px;
    left: 4px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    cursor: pointer;
    transition-duration: 0.28s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    background: rgb(63, 81, 181);
}
.mdl-radio.is-checked .mdl-radio__inner-circle {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
fieldset[disabled] .mdl-radio .mdl-radio__inner-circle,
.mdl-radio.is-disabled .mdl-radio__inner-circle {
    background: rgba(0, 0, 0, 0.26);
    cursor: auto;
}
.mdl-radio.is-focused .mdl-radio__inner-circle {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
.mdl-radio__label {
    cursor: pointer;
}
fieldset[disabled] .mdl-radio .mdl-radio__label,
.mdl-radio.is-disabled .mdl-radio__label {
    color: rgba(0, 0, 0, 0.26);
    cursor: auto;
}
.mdl-radio__ripple-container {
    position: absolute;
    z-index: 2;
    top: -9px;
    left: -13px;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
    mask-image: -webkit-radial-gradient(circle, #fff, #000);
}
.mdl-radio__ripple-container .mdl-ripple {
    background: rgb(63, 81, 181);
}
fieldset[disabled] .mdl-radio .mdl-radio__ripple-container,
.mdl-radio.is-disabled .mdl-radio__ripple-container {
    cursor: auto;
}
fieldset[disabled] .mdl-radio .mdl-radio__ripple-container .mdl-ripple,
.mdl-radio.is-disabled .mdl-radio__ripple-container .mdl-ripple {
    background: 0 0;
}







.mdl-tabs {
    display: block;
    width: 100%;
}
.mdl-tabs__tab-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 48px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
.mdl-tabs__tab {
    margin: 0;
    border: none;
    padding: 0 24px;
    float: left;
    position: relative;
    display: block;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.54);
    overflow: hidden;
}
.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
    color: rgba(0, 0, 0, 0.87);
}
.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
    height: 2px;
    width: 100%;
    display: block;
    content: " ";
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgb(63, 81, 181);
    -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
    animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
    transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}
.mdl-tabs__tab .mdl-tabs__ripple-container {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}
.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
    background: rgb(63, 81, 181);
}
.mdl-tabs__panel {
    display: block;
}
.mdl-tabs.is-upgraded .mdl-tabs__panel {
    display: none;
}
.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active {
    display: block;
}
@-webkit-keyframes border-expand {
    0% {
        opacity: 0;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
    }
}
@keyframes border-expand {
    0% {
        opacity: 0;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
    }
}
.mdl-textfield {
    position: relative;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    width: 300px;
    max-width: 100%;
    margin: 0;
    padding: 20px 0;
}



.mdl-textfield .mdl-button {
    position: absolute;
    bottom: 20px;
}
.mdl-textfield--align-right {
    text-align: right;
}
.mdl-textfield--full-width {
    width: 100%;
}
.mdl-textfield--expandable {
    min-width: 32px;
    width: auto;
    min-height: 32px;
}

.mdl-textfield__input {
    border: none;
    border-bottom: 1px solid #161e2e;
    display: block;
    margin: 0;
    padding: 8px 0;
    line-height:20px;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: #777;
    font-family:proxima-nova,Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size:16px;
}
.mdl-textfield__input[type="number"] {
    -moz-appearance: textfield;
}
.mdl-textfield__input[type="number"]::-webkit-inner-spin-button,
.mdl-textfield__input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.mdl-textfield.is-focused .mdl-textfield__input {
    outline: none;
}
.mdl-textfield.is-invalid .mdl-textfield__input {
    border-color: #ff5252;
    box-shadow: none;
}
fieldset[disabled] .mdl-textfield .mdl-textfield__input,
.mdl-textfield.is-disabled .mdl-textfield__input {
    background-color: transparent;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.26);
}
.mdl-textfield textarea.mdl-textfield__input {
    display: block;
}
.mdl-textfield__label {
    font-family: proxima-nova,"Helvetica", "Arial", sans-serif;
    bottom: 0;
    color: rgba(0, 0, 0, 0.26);
    color: rgba(0,0,0,.6);
    font-weight:400;
    font-size: 16px;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    display: block;
    top: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}
.mdl-textfield.is-dirty .mdl-textfield__label,
.mdl-textfield.has-placeholder .mdl-textfield__label {
    visibility: hidden;
}
.mdl-textfield--floating-label .mdl-textfield__label {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    transition: none;
}
fieldset[disabled] .mdl-textfield .mdl-textfield__label,
.mdl-textfield.is-disabled.is-disabled .mdl-textfield__label {
    color: rgba(0, 0, 0, 0.26);
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: rgb(63, 81, 181);
    color:#0000ff;
    font-size: 12px;
    top: 4px;
    visibility: visible;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__expandable-holder .mdl-textfield__label {
    top: -16px;
}


.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    color: #d50000;
    font-size: 12px;
}
.mdl-textfield__label:after {
    background-color: rgb(63, 81, 181);
    background-color: #0000ff;
    bottom: 20px;
    content: "";
    height: 2px;
    left: 45%;
    position: absolute;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    width: 10px;
}
.mdl-textfield.is-focused .mdl-textfield__label:after {
    left: 0;
    visibility: visible;
    width: 100%;
}
.mdl-textfield.is-invalid .mdl-textfield__label:after {
    background-color: #d50000;
}
.mdl-textfield__error {
    color: #d50000;
    position: absolute;
    font-size: 12px;
    margin-top: 3px;
    visibility: hidden;
    display: block;
}
.mdl-textfield.is-invalid .mdl-textfield__error {
    visibility: visible;
}
.mdl-textfield__expandable-holder {
    display: inline-block;
    position: relative;
    margin-left: 32px;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    max-width: 0.1px;
}
.mdl-textfield.is-focused .mdl-textfield__expandable-holder,
.mdl-textfield.is-dirty .mdl-textfield__expandable-holder {
    max-width: 600px;
}
.mdl-textfield__expandable-holder .mdl-textfield__label:after {
    bottom: 0;
}





/*default*/

body .d-none {
    display: none;
  }
  
  body .d-block {
    display: block;
  }
  
  body .d-inline {
    display: inline;
  }
  
  body .d-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;  
  }
  
  body .flex-column{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  body .flex-row{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  body .justify-center{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  body .align-center{
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }
  
  body .text-center{text-align:center;}
  
  
  body .flex-row-reverse {
    -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
  
    body .flex-column-reverse {
    -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }

body .pa-2 {
        padding: 8px;
}    

body .pa-4 {
        padding: 16px;
}    
body .pa-8 {
    padding: 32px;
}

body .px-4 {
    padding-right: 16px;
    padding-left: 16px;
}

body .py-5 {
    padding-top: 20px;
    padding-bottom: 20px;
}

body .py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
}

body .py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
}

body .pt-2 {
  padding-top: 8px;
}

body .pt-4 {
  padding-top: 16px;
}

body .pt-5 {
    padding-top: 20px;
}

body .pt-8 {
    padding-top: 32px;
}

body .pt-10 {
    padding-top: 40px;
}

body .pb-4 {
    padding-bottom: 16px;
}

body .pb-5 {
    padding-bottom: 20px;
}

body .pb-8 {
    padding-bottom: 32px;
}

body .pb-10 {
  padding-bottom: 40px;
}

body .pb-16 {
    padding-bottom: 64px;
}


body .ma-0 {
    margin: 0px;
}


body .my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
body .my-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
body .my-4 {
      margin-top: 16px;
      margin-bottom: 16px;
}
body .my-5 {
    margin-top: 20px;
    margin-bottom: 20px;
}
body .my-8 {
    margin-top: 32px;
    margin-bottom: 32px;
}

body .my-10 {
    margin-top: 40px;
    margin-bottom: 40px;
}

body .mt-4 {
    margin-top: 16px;
}

body .mt-8 {
    margin-top: 32px;
}
  
body .mt-6 {
    margin-top: 24px;
}
  
body .mt-16 {
    margin-top: 64px;
}

body .mr-8 {
    margin-right: 32px;
}

body .mb-0 {
    margin-bottom: 0px;
}

body .mb-2 {
    margin-bottom: 8px;
}

body .mb-4 {
    margin-bottom: 16px;
}

body .mb-6 {
    margin-bottom: 24px;
}

body .mb-8 {
  margin-bottom: 32px;
}

body .mb-10 {
  margin-bottom: 40px;
}

body .mb-16 {
margin-bottom: 64px;
}

/*sm*/
@media only screen and (min-width: 600px) {

body .ma-sm-0 {
        margin: 0;
}    

body .text-sm-left {
      text-align: left;
  }  

body .flex-sm-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}  
  
body .px-sm-0 {
    padding-right: 0px;
    padding-left: 0px;
  }


}  



/*md*/
@media screen and (min-width: 960px) {

.mdl-mega-footer__drop-down-section {
        width: 25%;
}    

body .text-md-center {
        text-align: center;
}   

body .text-md-left {
    text-align: left;
}   

body .d-md-flex {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }  
    
body .d-md-block {
    display: block;
  }    

body .flex-md-column{
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
}
      
body .flex-md-row{
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
}  

body .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}    

body .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

body .justify-md-center{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }



body .pa-md-2 {
    padding: 8px;
}

body .pa-md-8 {
    padding: 32px;
  }

body .pa-md-10 {
    padding: 40px;
  }

body .px-md-4 {
    padding-right: 16px;
    padding-left: 16px;
  }

body .px-md-8 {
    padding-right: 32px;
    padding-left: 32px;
}    
  
body .px-md-16 {
    padding-right: 64px;
    padding-left: 64px;
}

body .py-md-8 {
    padding-top: 32px;
    padding-bottom: 32px;
} 

body .py-md-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

body .pt-md-0 {
  padding-top: 0px;
}

body .pt-md-6 {
  padding-top: 24px;
}

body .pt-md-8 {
    padding-top: 32px;
}

body .pt-md-10 {
  padding-top: 40px;
}

body .pb-md-8 {
  padding-bottom: 32px;
}

body .pb-md-16 {
  padding-bottom: 64px;
}

body .pb-md-10 {
    padding-bottom: 40px;
}
body .pb-md-10 {
  padding-bottom: 40px;
}

body .pl-md-16 {
    padding-left: 64px;
}

body .px-md-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

body .ma-md-0 {margin:0;}

body .my-md-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}

body .my-md-16 {
  margin-bottom: 64px;
  margin-top: 64px;
}

body .mt-md-4 {
    margin-top:16px;
}

body .mt-md-6 {
    margin-top: 24px;
}

body .mt-md-8 {
    margin-top:32px;
}

body .mt-md-10{margin-top: 40px;}
  
body .mt-md-16 {
    margin-top: 64px;
}

body .mb-md-4 {margin-bottom: 16px;}

body .mb-md-8 {
  margin-bottom: 32px;
}

}

/*lg*/
@media screen and (min-width: 1264px) {

body .pa-lg-10 {
        padding: 40px;
}    

body .px-lg-0 {
    padding-right: 0px;
    padding-left: 0px;
}  

body .px-lg-12 {
    padding-right: 48px;
    padding-left: 48px;
}

body .py-lg-10 {
    padding-top: 40px;
    padding-bottom: 40px;
}

body .pt-lg-10 {
    padding-top: 40px;
}

body .pb-lg-10 {
    padding-bottom: 40px;
  }  

body .pb-lg-16 {
    padding-bottom: 64px;
}

body .mb-lg-16 {
    margin-bottom: 64px;
}


}  


/*xl*/
@media only screen and (min-width: 1600px) {
    
    body .d-xl-none {
        display: none;
      }      
      
      body .d-xl-block {
        display: block;
      }
      
      body .d-xl-inline {
        display: inline;
      }
      
      body .d-xl-flex {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; 
      }
      body .flex-xl-row-reverse {
          -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      }
      
      body .flex-xl-column-reverse {
        -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      }
      
}








.controls button{background:#fafafa;border:1px solid #010a37;border-radius:4px;box-shadow:none;margin:0;height:48px;width:48px;padding:2px 0}

.controls button:hover{border:1px solid #0000ff;opacity:1;}

.controls button:hover svg path {
    fill: #0000ff;}

.slider__arrow svg path {
    fill: #010a37;
}

.media-rail .controls {top:35%;}

.content .controls button{margin-top: -3rem;}

.content .controls button.glide__arrow--prev {margin-left:-16px;}

.content .controls button.glide__arrow--next {margin-right:-16px;}

.search-bar input[type=submit]:hover{color:#0000ff;}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

h1,h2,h3,h4,h5,h6 {
font-family: proxima-nova,Helvetica,Arial,sans-serif;
    font-weight: 900;
}

.imgcaption,
caption,
.content p.wp-caption-text,
figcaption{
  color: #777;
  font-size: 14px;
  line-height: 20px;
  font-family: proxima-nova,Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-bottom:1rem;
}

.imgcaption{margin-top:-1rem;}

a {color:#1a0dab;}

.product-entry li.glide__slide .new-amazingcarousel-item-container div,
.pricewatch-carousel li.glide__slide .new-amazingcarousel-item-container div{
    line-height: 2rem;
    margin: 0 auto;
    text-align: center;
     font-family: proxima-nova,Helvetica,Arial,sans-serif;
    font-weight:normal;
}
.product-entry .glide__slide .amazingcarousel-title,
.pricewatch-carousel .glide__slide .amazingcarousel-title{
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: proxima-nova,Helvetica,Arial,sans-serif;
    font-weight:normal;
}





.new-amazingcarousel-item-container {text-align:center;}


.sidebar .glide__slide {border:none;padding:0;}


.disclosure span {
    font-family: proxima-nova,Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #161e2e;
    font-weight: 300;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
    }

.disclosure img {max-width:45px;margin-right:1rem;flex-shrink:0;}

.disclosure {
  max-width:864px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
margin: 0 0 1rem 0;  
}

.type-carousel {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
margin-bottom: 6px;
    font-weight:300;
    font-size:14px;
}


.print-size-carousel,
.pricewatch-carousel .wc-price {
  font-weight:300;
 margin-bottom:6px;
 font-size:14px;
  }



a.more-deals {
    padding: 4px 0rem;
   background:#fafafa;
    text-align: center;
    display: block;
    width: 100%;
    color: #010a37;
    border: 1px solid #010a37;
    border-radius:4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    float: left;
    clear: both;
    margin: 2rem 0 1rem 0;
    font-weight:700;
    line-height:32px;
}


.sidebar .uploadcontact {padding-top:0;display:block;margin:0 auto;}

body .site-inner .sidebar .uploadcontact a.uploadmodel {padding:4px 0;margin:0;}
body .site-inner .sidebar .uploadcontact a.salescontact {padding:4px 0;margin:1rem 0 0 0;}

body .site-inner .sidebar .uploadcontact.only a.salescontact {margin-top:0;}



.best.list .best-extra ul li a {color:#0000ff;}



.sidebar .col-md-12.cegg-wdgt-gridbox {overflow:hidden;padding-bottom:1rem;}


/* .error404 .site-inner {padding-top:4rem;} */



/* Avoid the header hiding the content on anchor scroll. */
main * {
  scroll-margin-top: 80px;
}




/* product snapshot */


.entry-content .first-part h3 {margin-top:0;}

.scraped-list .details a {
    font-weight: 700;
    max-width: none;
    width: 100%;
    height: auto;
    background: #fafafa;
    color: #010a37;
    border: 1px solid #010a37;
    margin: 1rem 0;
    line-height: 32px;
    padding: 4px 0;
    border-radius:4px;
}

.scraped-list .details a:hover {
    border-color: #0000ff;
    color: #0000ff;
    opacity: 1;
}

.domain {
    font-family: proxima-nova,Helvetica,Arial,sans-serif;
    font-weight: normal;
    display: block;
    color: #161e2e;
    font-weight: 300;
    margin: 0;
    line-height:1.75;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.first-part .scraped-list {
    visibility:visible;
  width:100%;
  padding:0rem;
   margin-top: 1rem;
    overflow: hidden;
    
    border-bottom:none;   
}

.specs{margin-bottom:1rem;display:block;}



/* Button style */
.scraped-list .shop a {
  border: none;
  border-radius: 4px;
  padding: 10px 0;
  font-size: 16px;
  cursor: pointer;
  color: white;
  background-color: #2196f3;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  outline: none;
  width:100%;
}

.scraped-list .shop a{
background-color:#5045cd;  
}

.scraped-list .shop a:hover {
  background: #695eeb radial-gradient(circle, transparent 1%, #695eeb 1%) center/15000%;
}
.scraped-list .shop a:active {
  background-color: #958df2;
  background-size: 100%;
  transition: background 0s;
}

.scraped-list .sale a .woocommerce-Price-amount.amount:last-child, 
.scraped-list .nosale a span.woocommerce-Price-amount.amount {font-weight:500!important;font-size:16px!important;}

.scraped-list .wi {
border-bottom:1px solid #e5e5e5;
}

.material-card .scraped-list .wi {border-top: 1px solid #161e2e;border-bottom:none;}

.material-card .scraped-list {margin-top:auto;padding-top:0px;}

.scraped-list .price,
.scraped-list .shop,
.scraped-list .details {

  text-align: center;
    padding: 0;
width:100%;   

display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-pack:center;
    -webkit-justify-content: center;
 justify-content: center;
    

 -webkit-align-self: center;
    -ms-flex-align: center;
    align-self: center;


    -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.scraped-list .price,
.scraped-list .shop {padding:1rem 0;}

.scraped-list .shop{margin-bottom:1rem;}


.scraped-list .price a:hover {color:#0000ff;}

.single .sale a span.woocommerce-Price-amount.amount,
.single .sale a span.sale-price {width:50%;display: inline;}

.single .price a {color:#1a0dab;}

.single .price a:hover {text-decoration:none;}

.single .sale a span.sale-price .woocommerce-Price-amount.amount:hover {text-decoration:underline;}

.single .sale a > span,
.single .sale a > span:first-child .woocommerce-Price-currencySymbol{text-decoration:line-through;color:#000;opacity:.5;font-size:14px;}


.single .sale a span.sale-price {padding-left:8px;text-decoration:none;font-size:16px;}



.scraped-list:last-child h3 {padding-left:4rem;margin:1rem 0;padding-bottom:2rem;}


.single .sale a .woocommerce-Price-amount.amount:last-child, .nosale a span.woocommerce-Price-amount.amount {
    color: #1a0dab;
    font-weight:500!important;
}

.single .sale a .woocommerce-Price-amount.amount:last-child:hover, .nosale a span.woocommerce-Price-amount.amount:hover {color:#0000ff;}

.single .sale a .woocommerce-Price-amount.amount:last-child:hover, .nosale a span.woocommerce-Price-amount.amount:hover {text-decoration:underline;}

.scraped-list .shop, 
.scraped-list .price,
.scraped-list .details {
   width:100%;
}



.right-col img {max-width:500px;display:block;margin:0 auto;}

.scraped-list .shop,
.scraped-list .details {max-width:500px;}

/* product snapshot breakpoint */

@media only screen and (min-width: 960px) {

.scraped-list .shop {margin-bottom:0;}

.scraped-list .shop{padding-left:0.5rem;} 

.scraped-list .price,
.scraped-list .details{padding-right:0.5rem;}

}


.blockwrap .post-category a {
  position: absolute;
    top: 1rem;
    right: 1rem;
      padding: 0 8px;
    height: 48px;
    border-radius: 4px;
    font-weight:bold;
    z-index:2;
  color:#fff;
  border: 1px solid #fff;
 display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;   

 -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blockwrap .post-category a:hover {color:#0000ff;border: 1px solid #0000ff;}


.archive-pagination {position: relative;}
.entry-comments ol ul,
.entry-comments ol ul.children {list-style:none;margin-top:1rem;}


/*materials*/

body .site-inner .card-block p {
    flex-basis: 100%;
border: 1px solid #1a0dab;
    border-radius: 3px;  
    padding: 0;
     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
     -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
    flex-grow: 1;
    flex-shrink:1;
    margin: 1rem 0;
    min-height: 480px;
}

.card-block {
    width: 100%;
      display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: wrap;
  
}

body .site-inner .card-block p a.btnblue {font-weight:600;margin-top:auto;border:none;text-align:center;margin:auto .5rem .5rem .5rem;border-radius:3px;background:#0079d3;color:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2)}
body .site-inner .card-block p a.btnblue:hover {opacity:0.75;color:white;}



.card-block p img {height: 150px;object-fit: cover;}

.card-block p span {display:block;}

body .site-inner .card-block span.imgwrap {
    padding: 0;
}



body .site-inner .card-block strong {font-size:18px;margin-bottom:1rem;}

body .site-inner .card-block strong,
body .site-inner .card-block a {padding:4px 8px;}

body .site-inner .card-block span,
body .site-inner .card-block label {padding:2px 8px;font-size:14px;}

body .site-inner .card-block label {font-weight:600;}

body .site-inner .card-block span {line-height:1.2rem;}

body .site-inner .card-block span.last {margin-top:0.5rem;}

body .site-inner .card-block p br {display:none;}

body .site-inner .card-block p a {
    margin-top: auto;
    border: 1px solid #010a37;
    text-align: center;
    margin: auto 0.5rem 0.5rem 0.5rem;
    border-radius: 3px;
    background: #fafafa;
    color: #010a37;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); 
}

body .site-inner .card-block p a:hover {
text-decoration:none;
color:#0000ff;
border-color:#0000ff;
}

/* materials breakpoint */
@media screen and (min-width: 1024px) {

body .site-inner .card-block {margin: 0 -0.5rem;}  

body .site-inner .card-block p {
    flex-basis: calc(100% / 3 - 16px);
    margin: 8px;
}  


}




.content .media-rail p,
.content .company-media p {font-size:14px;line-height:18px;text-align:left}

.content .media-rail ul li.glide__slide,.content .media-rail ul {margin-bottom:0;}

.media-rail ul li.glide__slide img {width:auto;height:auto;}

.media-rail ul li.glide__slide .amazingcarousel-item-container {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    /*min-height: 450px;*/
margin-bottom:0;
}


.media-rail.images ul li.glide__slide .amazingcarousel-item-container {min-height:auto;}

.media-rail ul li.glide__slide .amazingcarousel-item-container a.d-block {
    margin-top: auto;
    margin-bottom:1rem;
}


.media-rail .wonderplugincarousel-container .more-info-image strong,
.company-media .more-info-image strong {
    z-index: 9;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-weight: bold;
    font-family:proxima-nova,Helvetica,Arial,sans-serif;
    /*max-width: 304px;*/
    width: 100%;
    padding: 0.5rem;
    line-height: 1.3;
    text-align:center;
    left:0;
}


.more-info-image::after{
background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: linear-gradient(transparent, #000);
    -webkit-transition: opacity, 0.25s, ease-out;
    -moz-transition: opacity, 0.25s, ease-out;
    -o-transition: opacity, 0.25s, ease-out;
    transition: opacity 0.25s ease-out;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
}

/*.sale.price,
.saleon .price {display:none;}

.saleon .sale.price {
 display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}*/

.price del {
    color:#161e2e;
font-weight: normal;
    font-family:proxima-nova,Helvetica,Arial,sans-serif;
    font-size:14px;
    margin-right:0.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.author-box,
.after-entry,
.entry-comments,
.comment-respond,
.after-entry-new {max-width:864px;margin:0 auto;}

.entry-comments,
.comment-respond {padding:0 1rem;}

.single-product .comment-respond {padding:0;}

/* comment form and reviews */

#reply-title{font-family: proxima-nova,Helvetica,Arial,sans-serif;}

li.comment a{
  font-weight: normal;
font-family: proxima-nova,Helvetica,Arial,sans-serif;
}

.entry-comments ol {list-style:none;}

.author-box {
font-family: proxima-nova,Helvetica,Arial,sans-serif;
font-weight:normal;
  padding:1rem;
  line-height:1.5;
  border-top:1px solid #e5e5e5;
  margin-top:2rem;
}

/* .after-entry-new {padding:1rem;} */

.single-product.content-sidebar-sidebar .after-entry-new {padding:0;}

.after-entry-new .latest-wrap h4 {font-size:16px;}

.after-entry-new .latest-wrap article{margin-bottom:1rem;}

.after-entry-new .latest-wrap img {
    width: 75px;
    align-self: center;
}

.after-entry-new .latest-wrap .right-wrap {
    padding-left: 4px;
    width: calc(100% - 79px);
}

.after-entry-new .latest-wrap strong {
    font-size: 14px;
    color: #161e2e;
}

.after-entry-new .latest-wrap strong:hover{color:#0000ff;}

@media only screen and (min-width: 600px) {

.after-entry-new .latest-wrap h4 {font-size:32px;}

.after-entry-new .latest-wrap article{margin-bottom:1rem;}

.after-entry-new .latest-wrap img {
    width: 100%;
    max-width:150px;
    align-self: center;
}

.after-entry-new .latest-wrap .right-wrap {
    padding-left: 32px;
    padding-top:32px;
    width: calc(100% - 20% - 32px);
}

.after-entry-new .latest-wrap strong {
    font-size: 24px;
    color: #161e2e;
}


}

@media only screen and (min-width: 960px) {

.author-box {padding:2rem 0;}

.entry-comments,
.comment-respond,
.after-entry-new{padding:1rem 0;}

}


.comment-form-comment{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;  

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comment-list ul.children{list-style:none;margin-top:2rem;}

li.comment {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 1rem;
    margin-bottom: 1rem;
}

li.comment a {color:#1a0dab;}

.comment-form-comment textarea {
    min-height: 200px;
    max-width: none;
    padding: 1rem;
}



#reviews {position:relative;}

#commentform {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
   -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

#commentform .mdl-textfield {width:100%;}

#commentform .mdl-textfield textarea.mdl-textfield__input {min-height:140px;}

#cancel-comment-reply-link {margin-left:8px;}

@media screen and (min-width: 600px) {
#commentform {
    max-width: 864px;
    margin: 0 auto;
}
}  



/* social buttons */

.crunchify-social{
 display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 
  margin-top:3rem;
  position:relative;
  max-width:864px;
  margin-left:auto;
  margin-right:auto;
}

.crunchify-social .material-icons:before{color:#fff;font-size:16px;padding-right:4px;}

.crunchify-social svg{margin-right:4px;line-height:32px;margin-top:-1px;}

.crunchify-social .mdl-layout__tab-bar {height:auto;}

.crunchify-social .mdl-layout__tab-bar {
    width: 100%;
    padding: 0;
}

@media screen and (max-width: 832px) {

.crunchify-social:after{
content: "";
    width: 30px;
    background-image: url(../svg/nav_gradient_mask_right.svg);
    background-size: 100% 150%;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    float: right;
    position: absolute;
    z-index: 4;
    right: 0;
    height:60px;
    top: -14px;
    padding:0;
    line-height:3rem;
}    

}



.crunchify-crunchy-sharing-icon-round:first-of-type {
    border-radius: 100px 0 0 100px;
}

.share-label{
margin: 0 8px 0 0;
font-size: 16px;
padding: 3px 0;
text-align: left;
line-height: 26px;
width:50px;
}

a.crunchify-crunchy-sharing-icon-round {
   width:100%;
   white-space: nowrap;
    margin: 0px;
    font-size: 16px;
    padding: 0 16px;
    color: #fff;
    text-align: center;
    line-height:32px;
}

a.crunchify-crunchy-sharing-icon-round:hover{color:#fff;}
 
.crunchify-link:hover,.crunchify-link:active {
    color: white;
}

.crunchify-whatsapp {
    background: #43d854;
}

.crunchify-whatsapp:hover {
background: #37b546;
}

.crunchify-reddit {
    background: #ff4500;
}

.crunchify-reddit:hover {
    background: #e23f02;
}

.crunchify-email {
    background: #6875f5;
}

.crunchify-email:hover {
    background: #5045cd;
}
  

.crunchify-twitter {
    background: #00aced;
}
 
.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #0084b4;
}
 
.crunchify-facebook {
    background: #3B5997;
}
 
.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
}

 
.crunchify-buffer {
    background: #444;
}
 
.crunchify-buffer:hover,.crunchify-buffer:active {
    background: #222;
}
 
 
.crunchify-linkedin {
    background: #0074A1;
}
 
.crunchify-linkedin:hover,.crunchify-linkedin:active {
    background: #006288;
}

.crunchify-crunchy-sharing-icon-round:last-of-type {
    border-radius: 0 100px 100px 0;
}



.entry-content .contactus {
background: #fafafa;
    padding: 2rem 0;
    }

.entry-content .contactus a {
    max-width: 236px;
    margin: 2rem auto;
    background:white;
}

@media only screen and (min-width: 1264px) {  

.entry-content .contactus a {max-width: 288px;}

}  
/* 
@media only screen and (min-width: 960px) { 

  .revealme{width:100%;}
  .revealme li strong{float:right;margin-left:1rem;}
  .revealer,
  .sidebarrevealer {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    padding:0;
    height:auto;
    overflow-x: hidden;
    max-width: 1000px;
    margin: 0;
    position: relative;
  }
  
  .sidebarrevealer,
  .sidebarrevealer .revealme {height:304px;width:304px;}

  .revealme {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
  }
  
  .active .revealme {
    opacity: 1;
  }
  
  .revealme.fromleft {
    position: absolute;
    top:50%;
    -webkit-transform: translate(0, -50%); 
    -moz-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    -o-transform: translate(0, -50%); 
    transform: translate(0, -50%);
    left: -100%;
  }
  
  .active .revealme.fromleft {
    opacity: 1;
    left: 2%;
  }
  
  .revealme.fromright {
    position: absolute;
    top:50%;
    -webkit-transform: translate(0, -50%); 
    -moz-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    -o-transform: translate(0, -50%); 
    transform: translate(0, -50%);
    right: -100%;
  margin-top: 30px;
  }
  
  .active .revealme.fromright {
    opacity: 1;
    right: 0;
  }

  .sidebarrevealer.active .revealme {position:fixed;top:84px;}

}

@media only screen and (min-width: 1264px) { 

  .sidebarrevealer {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    padding:0;
    height:auto;
    overflow-x: hidden;
    max-width: 1000px;
    margin: 0;
    position: relative;
  }
  
  .sidebarrevealer .siderevealme {height:auto;width:304px;}
  
  .sidebarrevealer .siderevealme.fromright {
    position: fixed;
    top:80px;
    right: -100%;
    margin-top:0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
  }
  
  .sidebarrevealer.active .siderevealme.fromright {
    opacity: 1;
    right: 16px;
  }

}


@media only screen and (min-width: 1600px) { 

.sidebarrevealer.active .siderevealme.fromleft {
  opacity: 1;
  left: 16px;
}

.sidebarrevealer .siderevealme.fromleft {
  position: fixed;
  top:80px;
  left: -100%;
  margin-top:0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}


} */

.related-carousel ul li.glide__slide a:hover {color:#fff;text-decoration:underline;}

.related-carousel .amazingcarousel-image {
    position: relative;
}

.related-carousel .amazingcarousel-image a:after {

    overflow: hidden;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: linear-gradient(transparent, #000);
    -webkit-transition: opacity, .25s, ease-out;
    -moz-transition: opacity, .25s, ease-out;
    -o-transition: opacity, .25s, ease-out;
    transition: opacity .25s ease-out;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.related-carousel .amazingcarousel-image a:hover:after {
    opacity: .5
}

.related-carousel .amazingcarousel-description {
    text-align: center
}

.related-carousel .amazingcarousel-image img {
    width: auto;
    height:auto;
    max-width: 100%;
}

.related-carousel .amazingcarousel-title a {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.related-carousel .amazingcarousel-title {
    position: absolute;
    bottom: 1rem;
    width: calc(100% - 2rem);
    padding: 0;
    line-height: 1.4rem;
    font-size: 1.2rem;
    background: 0 0;
    left: 1rem;
    right: 1rem;
    border: none;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 1em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 8px; }
  .glide__bullet:focus {
    outline: none; }
  .glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5); }
  .glide__bullet--active {
    background-color: white; }

.mdl-list__item svg {margin-right:1rem;}



.elv-callout-info:before {
  content: "ℹ️ ";
}

.elv-callout-info{
font-family: proxima-nova,Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-bottom: 1.36rem;
  background:#DEEBFF;
  padding:8px 16px;
}

.contactwrap .is-dirty input[type="file"] {opacity:1;}
.mdl-textfield.mdl-js-textfield.mdl-textfield--floating-label.fileap.is-upgraded.is-dirty.is-focused .mdl-textfield__label:after {visibility:hidden;}



/* .material-entry{margin:0 auto;max-width:864px;}

@media only screen and (min-width: 1264px) {
  .material-entry{margin:0 auto;max-width:none;}
} */

.material-entry .wonderplugincarousel-container .wc-price {
  border-top: 1px solid #e5e5e5;
  line-height: 2.5rem;
  height: 2.5rem;
}

.material-entry .wonderplugincarousel-container .amazingcarousel-title{    
  line-height: 2.5rem;
  height: 2.5rem;
  text-align:left;
  font-family: proxima-nova;
  font-weight:bold;
}

.material-entry .wonderplugincarousel-container span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-family: proxima-nova;
  font-weight:normal;
  text-align:left;
}

#ourservices .amazingcarousel-image {
  position: relative;
}

#ourservices .amazingcarousel-image:after {

  overflow: hidden;
  text-indent: -9999rem;
  font-size: 0;
  line-height: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(transparent, #000);
  -webkit-transition: opacity, .25s, ease-out;
  -moz-transition: opacity, .25s, ease-out;
  -o-transition: opacity, .25s, ease-out;
  transition: opacity .25s ease-out;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

#ourservices label {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-decoration: none;
  position: absolute;
    bottom: 1rem;
    width: calc(100% - 2rem);
    padding: 0;
    background: 0 0;
    left: 1rem;
    right: 1rem;
    border: none;
    text-align: center;
}


/* newsletter */

.mc4wp-form-fields{visibility:visible;}

.newsletter{border-radius:10px;}

.newsletter strong {
  font-size: 48px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 16px 0 40px 0;
  color: white;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mc4wp-response{ max-width: 500px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding-bottom: 1rem;}

.mc4wp-form-fields input.email{
  line-height: 32px;
  height:42px;
    margin: 2px 0;
    background-color: #fff;
    border: 1px solid #010a37;
    border-radius: 3px;
    font-family:proxima-nova,Helvetica,Arial,sans-serif;
    font-weight:normal;
    color: #010a37;
    font-weight: 300;
    font-size: 16px;
    padding: 4px 8px;
    width: 100%;
    outline:none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
  }

.content p.isfree,
.sidebar p.isfree{
  color:#fff;
  text-align:center;
font-family:proxima-nova,Helvetica,Arial,sans-serif;
font-style:italic;
font-weight:300;
font-weight:normal;
margin-bottom:0;
padding:1rem;
}

.mc4wp-form-fields .newsletter-wrap {margin:0 auto;max-width:500px;}

.mc4wp-form-fields .newsletter-right,
.mc4wp-form-fields .newsletter-left{width:100%;max-width:none;}

.mc4wp-form-fields input[type="submit"] {max-width:none;margin-top:1rem;}



/* .material-entry-medium{max-width:864px;}*/

.material-entry-medium .wc-price span,
.material-entry-large .wc-price span {
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-family: proxima-nova;
    font-weight: 400;
    text-align: left;
} 

.material-entry-medium .wc-price,
.material-entry-large .wc-price {
  border-top: 1px solid #e5e5e5;
  line-height: 2.5rem;
  height: 2.5rem;
}

.material-entry-medium strong,
.material-entry-large strong {
  line-height: 2.5rem;
  height: 2.5rem;
}


/* single post single page */

.entry-content blockquote {
    font-weight: 300;
    font-size: 18px;
    margin: 0 0 1.5rem 0;
    padding: 1rem 2rem;
    background: #f5f5f5;
}

.entry-content blockquote:before {
  color: #010a37;
    font-size: 52px;
    left: -26px;
    top: -22px;
    content: "\201C";
    display: block;
    height: 0;
    position: relative;
}

.entry-content blockquote p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}    

.entry-content blockquote cite {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 8px;
    font-style: italic;
    line-height: 1.2rem;
}




 



    /* gets the actual input out of the way; 
    we're going to style the label instead */ 
    
    
    #drawer-toggle-label:hover{cursor:pointer;}
    
    /* adds our "hamburger" menu icon */ 
    
    #drawer-toggle-label:before { 
    content: ''; 
    display: block; 
    position: absolute; 
    height: 2px; 
    width: 24px; 
    background: #161e2e; 
    right: 26px; 
    top: 24px; 
    box-shadow: 0 6px 0 #161e2e, 0 12px 0 #161e2e; 
    } 
    
  
    
    /* drawer menu pane - note the 0px width */ 
    
    #drawer { 
    position: fixed; 
    top: 0; 
    right:-300px; 
    height: 100%; 
    width: 300px; 
    overflow-x: hidden; 
    overflow-y: scroll; 
    -webkit-overflow-scrolling: touch; 
    -webkit-transition: .25s ease-in-out; 
        -moz-transition: .25s ease-in-out; 
        -o-transition: .25s ease-in-out; 
        transition: .25s ease-in-out; 
    } 

    #drawer nav{
        display:flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    
    /* actual page content pane */ 
    
    .site-container { 
        -webkit-transition: .25s ease-in-out; 
        -moz-transition: .25s ease-in-out; 
        -o-transition: .25s ease-in-out; 
        transition: .25s ease-in-out; 
 
    width: 100%; 
    height: calc(100% - 50px); 
    overflow-x:hidden; 
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch; 

    }

    header.mdl-layout__header{
    -webkit-transition: .25s ease-in-out; 
    -moz-transition: .25s ease-in-out; 
    -o-transition: .25s ease-in-out; 
    transition: .25s ease-in-out; 
}

    @media all and (min-width:1264px) { 
    .site-container{overflow:visible;}
    }
    
    /* checked styles (menu open state) */ 
    
    #drawer-toggle:checked ~ #drawer-toggle-label {     
    height: 100%; 
    width: calc(100% - 300px); 
    background-color: rgba(0,0,0,.5);
  
    } 
    
    #drawer-toggle:checked ~ #drawer-toggle-label { 
    right: 300px; 
    } 
    
    #drawer-toggle:checked ~ #drawer { 
    right: 0px; 
    z-index: 5;
    } 
    
    #drawer-toggle:checked ~ .site-container,
    #drawer-toggle:checked ~ header.mdl-layout__header { 
    margin-left: -300px; 
    }
    

    @media all and (max-width:384px) { 
    
        #drawer{width:240px;}

        #drawer-toggle:checked ~ #drawer-toggle-label { 
        right: 240px; 
        } 

        #drawer-toggle:checked ~ #drawer-toggle-label {     
            width: calc(100% - 240px); 
        }
        
    }
/* 
    .blog ul,
    .products ul {
      position: absolute;
      left: 0px;
      opacity: 0;
    } 

    .blog,
    .products {
      position: relative;
    }
    
    .blog ul,
    .products ul {
      margin-top: 36px;
      background: white; 
      list-style: none;
      border-radius: 5px;
      display:none;
      transform: translateY(-10px);
      transition: all 0.4s ease;
    }
    
    .blog button:focus + ul,
    .products button:focus + ul {
      opacity: 1;
      display:block;
      transform: translateY(0px);
    } */
    

/* intersection observer fade in */

.revealer {
    opacity: 0;
    transition: opacity 1500ms ease-in;
}
  .revealer.appear {
    opacity: 1;
  }


/* pure css mdl form*/

.contactwrap .button-container {
  text-align: center;
}

.contactwrap fieldset {
  margin: 0 0 3rem;
  padding: 0;
  border: none;
}

.contactwrap .form-radio,
.contactwrap .form-group {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.contactwrap .form-inline > .form-group,
.contactwrap .form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.contactwrap .form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}
.contactwrap .checkbox .form-help, .form-radio .form-help, .form-group .form-help {
  position: absolute;
  width: 100%;
}
.contactwrap .checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}
.contactwrap .form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}

.contactwrap .form-group input {
  height: 1.9rem;
}
.contactwrap .form-group textarea {
  resize: none;
}
.contactwrap .form-group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}
.contactwrap .form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.contactwrap .form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.contactwrap .form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #0000ff;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.contactwrap .form-group input,
.contactwrap .form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.contactwrap .form-group input[type="file"] {
  line-height: 1;
}
.contactwrap .form-group input[type="file"] ~ .bar {
  display: none;
}
.contactwrap .form-group select,
.contactwrap .form-group input:focus,
.contactwrap .form-group input:valid,
.contactwrap .form-group input.form-file,
.contactwrap .form-group input.has-value,
.contactwrap .form-group textarea:focus,
.contactwrap .form-group textarea:valid,
.contactwrap .form-group textarea.form-file,
.contactwrap .form-group textarea.has-value {
  color: #333;
  font-family: proxima-nova;
font-weight: 400;
}
.contactwrap .form-group select ~ .control-label,
.contactwrap .form-group input:focus ~ .control-label,
.contactwrap .form-group input:valid ~ .control-label,
.contactwrap .form-group input.form-file ~ .control-label,
.contactwrap .form-group input.has-value ~ .control-label,
.contactwrap .form-group textarea:focus ~ .control-label,
.contactwrap .form-group textarea:valid ~ .control-label,
.contactwrap .form-group textarea.form-file ~ .control-label,
.contactwrap .form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}
.contactwrap .form-group select:focus,
.contactwrap .form-group input:focus,
.contactwrap .form-group textarea:focus {
  outline: none;
}
.contactwrap .form-group select:focus ~ .control-label,
.contactwrap .form-group input:focus ~ .control-label,
.contactwrap .form-group textarea:focus ~ .control-label {
  color: #0000ff;
}
.contactwrap .form-group select:focus ~ .bar::before,
.contactwrap .form-group input:focus ~ .bar::before,
.contactwrap .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.contactwrap .checkbox label,
.contactwrap .form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
  font-family: proxima-nova;
  font-weight: 400;
}
.contactwrap .checkbox input,
.contactwrap .form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.contactwrap .radio {
  margin-bottom: 1rem;
}
.contactwrap .radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #999;
}
.contactwrap .radio .helper::before, 
.contactwrap .radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.contactwrap .radio .helper::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #0000ff;
  border-color: #0000ff;
}
.contactwrap .radio label:hover .helper {
  color: #0000ff;
}
.contactwrap .radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.contactwrap .radio input:checked ~ .helper::before {
  color: #0000ff;
}

.contactwrap .checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.contactwrap .checkbox .helper {
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.contactwrap .checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #0000ff;
  display: block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.contactwrap .checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.contactwrap .checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contactwrap .checkbox label:hover .helper {
  color: #0000ff;
}
.contactwrap .checkbox input:checked ~ .helper {
  color: #0000ff;
}
.contactwrap .checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.contactwrap .checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}
.contactwrap .checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.contactwrap .radio + .radio,
.contactwrap .checkbox + .checkbox {
  margin-top: 1rem;
}

.contactwrap .has-error .legend.legend, 
.contactwrap .has-error.form-group .control-label.control-label {
  color: #d9534f;
}
.contactwrap .has-error.form-group .form-help,
.contactwrap .has-error.form-group .helper, .has-error.checkbox .form-help,
.contactwrap .has-error.checkbox .helper, .has-error.radio .form-help,
.contactwrap .has-error.radio .helper, .has-error.form-radio .form-help,
.contactwrap .has-error.form-radio .helper {
  color: #d9534f;
}
.contactwrap .has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}

.contactwrap .button {
  position: relative;
  background: currentColor;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  color: #4f93ce;
  margin: 3rem 0;
  padding: 0.75rem 3rem;
  cursor: pointer;
  -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.contactwrap .button span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.contactwrap .button::before {
  content: '';
  position: absolute;
  background: #071017;
  border: 50vh solid #1d4567;
  width: 30vh;
  height: 30vh;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.contactwrap .button:hover {
  color: #0000ff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.contactwrap .button:active::before, 
.contactwrap .button:focus::before {
  -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.contactwrap .button:focus {
  outline: none;
}

.contactwrap .mdi-attachment {position:relative;}

.contactwrap .form-group.fileap{color:#b3b3b3;}

  
  /* Dropdown in nav menu */
  
  .blog {
    display: inline-block;
    position: relative;
  }
  
  .dd-button {
    display:block;
    border-radius: 4px;
    padding: 0 40px 0 24px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    white-space: nowrap;
    color: #161e2e;
  }
  
  .dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
  }
  
  .dd-button:hover {
    background-color: rgba(0, 0, 255, 0.04);
    color: #0000ff;
  }
  
  .dd-menu {
    position: absolute;
    top: 100%;
   
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    list-style-type: none;
  }

  .dd-menu:not(:focus){display:none;}
  
  .dd-input + .dd-menu {
    display: none;
  } 
  
  .dd-input:checked + .dd-menu {
    display: block;
  } 
  
  .dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
  }
  
  .dd-menu li:hover {
    background-color: rgba(0, 0, 255, 0.04);
    color: #0000ff;
  }
  
  .dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
  }
  




  .card {
    background: white;
    margin-bottom: 2rem;
}

.card label {
    color: black;
    text-decoration: none;
}

.card label:hover {
    box-shadow: 3px 3px 8px hsl(0, 0%, 70%);
}

.card-content {
    padding: 1.4rem;
}

.card-content h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: normal;
}

.card-content p {
    font-size: 95%;
}

img {
    width: 100%;
    height: auto;
}

/* Flexbox styles */

@media screen and (min-width: 40rem) {
    .cards {
        margin-top: -1rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .card {
        margin-bottom: 1rem;
        display: flex;
        flex: 0 1 calc(50% - 0.5rem);
    }
}

@media screen and (min-width: 60rem) {
    .cards {
        margin-top: inherit;
    }

    .card {
        margin-bottom: 2rem;
        display: flex;
        flex: 0 1 calc(33% - 0.5rem);
    }
}

/* CSS for modals 

.modal .btn-close {
    color: #aaa;
    cursor: pointer;
    font-size: 3rem;
    position: absolute;
    top: 0;
    right: 5px;
    text-decoration: none;
}

.modal .btn-close:hover, .modal .btn-close:focus {
    color: #999;
}

.modal-wrap:before {
    content: '';
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 102;
}

.modal-open:checked ~ .modal-wrap:before, .modal-open:checked ~ .modal-wrap .modal-overlay {
    display: block;
}

.modal-open:checked ~ .modal-wrap .modal-dialog {
    transform: translate(-50%, -50%);
    position: fixed;
    top: 40%;
}

.modal-dialog {
    background: #fefefe;
    border: #555 solid 1px;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: -100%;
    transform: translate(-50%, -150%);
    transition: transform .6s ease-in-out;
    width: 80%;
    max-width: 600px;
    z-index: 103;
}

.modal-body {
    padding: 20px;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.modal-body p {
    margin: 0;
}

.modal-header, .modal-footer {
    padding: 20px 20px;
}

.modal-header {
    border-bottom: #eaeaea solid 1px;
}

.modal-header h2 {
    font-size: 2rem;
    margin: 0;
}

.modal-footer {
    border-top: #eaeaea solid 1px;
    text-align: right;
}

<div class="modal">
                <input class="modal-open" id="'. $post_id .'" type="checkbox" hidden>
                <div class="modal-wrap" aria-hidden="true" role="dialog">
                    <label class="modal-overlay" for="'. $post_id .'"></label>
                    <div class="modal-dialog">
                        <div class="modal-header">
                            <h2>Modal in CSS 6</h2>
                            <label class="btn-close" for="'. $post_id .'" aria-hidden="true">x</label>
                        </div>
                        <div class="modal-body">
                        '. $content .'
                        </div>
                        <div class="modal-footer">
                            <label class="btn btn-primary" for="'. $post_id .'">Nice!</label>
                        </div>
                    </div>
                </div>
    </div>

*/

.socials{
    display: grid;
    grid-template-columns: auto;
    column-gap: 16px;row-gap: 16px;
}

.socials.one .social-item button.deferred-media__poster {padding:0 1rem;}
.socials.one .social-item .social-view {margin: 16px 0;}
.socials.one .social-item .social-image {height:375px;}

@media all and (min-width:600px) {   
.socials.two{column-gap: 48px;grid-template-columns: auto auto;}
}

@media all and (min-width:600px) { 
.socials.three{column-gap: 16px;grid-template-columns: auto auto;}
.socials.three .social-item:last-child{grid-column: 1 / -1;}
.socials.three .social-item:last-child button.deferred-media__poster {padding:0 1rem;}
.socials.three .social-item:last-child .social-view {margin: 16px 0;}
.socials.three .social-item:last-child .social-image {height:375px;}
}

@media all and (min-width:960px) { 
    .socials.three{column-gap: 16px;grid-template-columns: auto auto auto;}
    .socials.three .social-item:last-child{grid-column: auto;}
    .socials.three .social-item:last-child button.deferred-media__poster {padding: 1px 6px;}
    .socials.three .social-item:last-child .social-view {margin: 8px 0 8px 0;}
    .socials.three .social-item:last-child .social-image {height:200px;}
    .socials.three .social-content h5,
    .socials.three .social-content p{font-size:14px;}
    
}

.social-item button.deferred-media__poster{padding: 1px 6px;}

.socials.two button.deferred-media__poster {padding:0 1rem;}

.socials.two .social-view {margin: 16px 0;}

.social-header{display:flex;justify-content: space-between;padding: 8px 0;min-height: 56px;}
.social-content {text-align:left;}
.social-content h5 {text-align:left;font-size:16px;margin-bottom:8px;
    display: -webkit-box;
    max-width: 98%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.social-content p {
    display: -webkit-box;
    max-width: 98%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.social-content p.lineclamp.two {-webkit-line-clamp: 2;}
.social-content p.lineclamp.four {-webkit-line-clamp: 4;}
.social-profile-image {width:40px;}
.social-profile-image img {border-radius:50%;}
.socialtype{
    align-self: center;
    background-color: #fff;
    border-radius: 4px;
    padding: 4px 8px;
}

.socialtype.Vimeo{background-color:#282828;color:white; box-shadow: 0px 3px 10px rgba(0,0,0,.55);}
.socialtype.YouTube{background-color:#FF0000;color:white; box-shadow: 0px 3px 10px rgba(0,0,0,.55);}

.socialtype.LinkedIn{background-color:#0072b1;color:white; box-shadow: 0px 3px 10px rgba(0,0,0,.55);}
.socialtype.Facebook{background-color:#4267B2;color:white; box-shadow: 0px 3px 10px rgba(0,0,0,.55);}
.socialtype.Instagram{
    background: #d6249f;
  background: radial-gradient(circle at 50% 250%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.55);
    color:white;}

.social-image {display:flex;height:200px;position:relative;}

.social-image img {
object-fit:cover;
border-radius:10px;
}
    
.social-view{text-align:center;background:#fff;font-weight:bold;margin:8px 0 8px 0;
    padding: 4px;
    border-radius:3px;
    font-size: 16px;
    color:#010a37;
    border:1px solid #010a37;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    margin-left:auto;
    margin-right:auto;
    font-weight:normal;
}


.modal-video {
    background: rgba(var(--color-foreground), 0.2);
    box-sizing: border-box;
    height: 100%;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1;
  }
  
  .modal-video[open] {
    opacity: 1;
    visibility: visible;
    z-index: 120;
  }
  
  .modal-video__content {
    background-color: rgba(0,0,0,.5);
    height: 100%;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  
  .modal-video__toggle {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(18, 18, 18, 0.1);
    color: rgba(18, 18, 18, 0.55);
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0 0 0 auto;
    padding: 1.2rem;
    position: fixed;
    right: 16px;
    top: 16px;
    width: 64px;
    z-index: 2;
  }
  
  /* @media screen and (min-width: 750px) {
    .modal-video__toggle {
      right: 4.8rem;
      top: 3.5rem;
    }
  }
  
  @media screen and (min-width: 990px) {
    .modal-video__toggle {
      right: 4.3rem;
      top: 3rem;
    }
  } */
  
  .modal-video__toggle svg {
    height: auto;
    margin: 0;
    width: 2rem;
  }
  
  .modal-video__content-info {
    height: calc(100% - 6rem);
    margin: 0 auto;
    padding-top: 96px;
    width: calc(100% - 1rem);
  }
  

  
  @media screen and (min-width: 960px) {
    .modal-video__content-info {
      height: calc(100% - 96px);
      padding-top: 96px;
      width: calc(100% - 368px);
    }
  }
  
  .modal-video__video,
  .modal-video__video iframe {
    height: 100%;
    width: 100%;
  }
  
  .modal-video__video iframe {
    position: static;
    border: 0;
  }


/* component-modal */
.modal__toggle {
    list-style-type: none;
  }
  
  .no-js details[open] .modal__toggle {
    position: absolute;
    z-index: 5;
  }
  
  .modal__toggle-close {
    display: none;
  }
  
  .no-js details[open] svg.modal__toggle-close {
    display: flex;
    z-index: 1;
    height: 1.7rem;
    width: 1.7rem;
  }
  
  .modal__toggle-open {
    display: flex;
  }
  
  .no-js details[open] .modal__toggle-open {
    display: none;
  }
  
  .no-js .modal__close-button.link {
    display: none;
  }
  
  .modal__close-button.link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    height: 4.4rem;
    width: 4.4rem;
    background-color: transparent;
  }
  
  .modal__close-button .icon {
    width: 1.7rem;
    height: 1.7rem;
  }
  
  .modal__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(var(--color-background));
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .media-modal {
    cursor: zoom-out;
  }
  
  .media-modal .deferred-media {
    cursor: initial;
  }

  .social-item button.deferred-media__poster{
  background: #fafafa;
    box-shadow: none;
    border: 1px solid #121212;
    border-radius: 3px;
    text-align:left;
    color: #161e2e;
}


button.deferred-media__poster:focus{ outline-color: #121212!important; border-color: #121212!important; }

  .overflow-hidden {
    overflow: hidden;
}


.modal-iframe__content-info {
    height: calc(100% - 6rem);
    margin: 0 auto;
    padding-top: 96px;
    width: calc(100% - 1rem);
  }
  
  @media screen and (min-width: 960px) {
    .modal-iframe__content-info {
      height: calc(100% - 96px);
      padding-top: 96px;
      width: calc(100% - 368px);
    }
  }


  .modal-iframe__content-info iframe {
    overflow: scroll;
  }

  @media screen and (min-width: 960px) {
    .modal-iframe__content-info iframe {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

  /* .modal-video__content .modal-video__content-info iframe {  
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
  } */



.rll-youtube-player {
    border-radius: 10px!important;
}

.rll-youtube-player .play {
    height: 64px;
    width: 64px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    background-image: url(../svg/newplay.svg)!important;
    background-repeat:no-repeat!important;
    background-color:#fff!important;
    background-position: 55% center!important;
    border-radius:50%;
    background-size: 50%!important;
    cursor: pointer;
}

.deferred-media__poster-button.play,
.deferred-media__poster-button.external{
    height: 32px;
    width: 32px;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    background-repeat:no-repeat;
    background-color:#fff;
    border-radius:50%;
    background-size: 50%;
    cursor: pointer;
}

.deferred-media__poster-button.play {background-position: 55% center;background-image: url(../svg/newplay.svg)!important;}

.deferred-media__poster-button.external {background-position: 50% center;background-image: url(../svg/external.svg)!important;}

.thumbwrap{position:relative;width:100%;margin-top:1rem;}

.featured-content .contactus {
    background: #fafafa;
    padding: 2rem 0;
}
@media only screen and (min-width: 480px){
.featured-content .contactus a {
    max-width: 288px;
margin: 2rem auto;
}

}


.featured-content .blockwrap article,
.featured-content .blockwrap div.contactus {border-radius:10px}


.featured-content .blockwrap div {border-radius:10px}

@media only screen and (min-width: 960px){
.featured-content .blockwrap {border-radius:10px;}
.featured-content .blockwrap article,
.featured-content .blockwrap div.contactus {border-radius:0px}
.featured-content .blockwrap div {border-radius:0px}
}

.featured-content .blockwrap div.contactus {
    background: #fafafa;
    padding: 2rem 0;
    width:100%;
    height:auto;
}
@media only screen and (min-width: 480px){
    .featured-content .blockwrap div.contactus a {
    max-width: 288px;
margin: 2rem auto;
}

}

.content .headerbanner img{border-radius:10px;}



.content .newsletter{display:block;max-width:864px;margin:2rem auto 2rem auto;border-radius:10px;color:#161e2e;border:1px solid #e5e5e5;}




.content .mc4wp-form-fields .newsletter-wrap{padding-bottom:0;}
/* .content p.isfree{padding:16px 0;color:#161e2e;} */
.content .newsletter strong {font-size:32px;padding-top:16px;padding-bottom:16px;color:#161e2e;}


*:focus {
    outline: 0;
    box-shadow: none;
  }
  
  *:focus-visible {
    background: rgba(0, 0, 255, 0.12) radial-gradient(circle, transparent 1%, rgba(0, 0, 255, 0.12) 1%) center/15000%; 
  }

  /* .articles-wrap button.deferred-media__poster:focus-visible {
    background: rgba(0, 0, 255, 0.12) radial-gradient(circle, transparent 1%, rgba(0, 0, 255, 0.12) 1%) center/15000%; 
  } */

img.fc-header-image{align-self:center!important;}

@media screen and (max-width: 479px){
body .fc-consent-root .fc-choice-dialog .fc-header-image {max-height: none!important;}
}