



/** MODULES **/





.baseModuleParent {position: relative; overflow:hidden;}
.baseModuleOutter {
  z-index: 3;
  position: relative;
}

.overlay {
 position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.baseModuleParent video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
}
/* Header */

.header .dnd-section { padding: 0; }

.headerSection { background-color: #FFFFFF; border-bottom: 1px none #1D1D1D; }
/* Header content */
.headerSection p,
.headerSection h1,
.headerSection h2,
.headerSection h3,
.headerSection h4,
.headerSection h5,
.headerSection h6,
.headerSection a:not(.button a),
.headerSection span,
.headerSection div,
.headerSection li,
.headerSection blockquote {
    color: #1D1D1D;
}

.headerSection { position: absolute; left: 0; top: 0; width: 100%; z-index:1001; }
/* .headerSection { padding: 20px 0;} */
.headerParent { display: flex; flex-wrap: wrap; align-items: center; }
.headerLogo { width: 175px; position: relative; top: -4px; }
.headerNavigation { display: flex; padding-left: 20px; justify-content: flex-end; width: calc(100% - 175px); }

/* Submenus */
.submenu{float:none;list-style:none;margin:0;padding:0;}

/* HubSpot Editor Styles */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2{visibility:hidden;}

ul.submenu.level-2 li { margin: 0; padding: 0;}
ul.submenu.level-2 li a { display: block;}

.navigation-primary input[type=checkbox] { display: none;}

/* Color // Main Navigation */

.navigation-primary .level-1 > li > a {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none; font-size: 18px; color: #262E33; text-transform: capitalize;
    display: flex; justify-content: center; align-items: center; height: 100%; padding: 1.25rem 1.375rem;
}
/* Main Navigation - Child Menus */
.navigation-primary .submenu:not(.level-1) .menu-link {
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; color: #262e33;  text-transform: none;font-size: 18px;
}

/* Header Sticky */
/* .headerSticky .headerSection{position:fixed; top:0; left:0; width:100%; animation:headerAnim 0.5s;}
header.headerSection.headerSticky { position: fixed; top: 0; left: 0; width: 100%; animation: headerAnim 0.5s;}
@keyframes headerAnim { from {transform : translateY(-100%) } to {transform : translateY(0%)}} */
/* End Header Sticky */


.headerLogo,
.headerLogo * { display: block; }
.headerSectionInner .navigationRight form { padding: 0; border: none; background: transparent; display: grid; height: auto; width: 350px; grid-template-columns: 3fr 0.8fr; }
.headerSectionInner .navigationRight form input.hs-search-field__input { outline-color: #262e33; border-top-left-radius: 50px; border-bottom-left-radius: 50px; padding: 1rem !important; border: 0; background-color: #f2f2f2; font-family: inherit; font-size: 100%; line-height: 1.1; }
.headerSectionInner .navigationRight form input.hs-search-field__input:focus { outline-color: #262e33; }
.headerSectionInner .navigationRight form button,
.headerSectionInner .navigationRight .search-toggle{ background-color: #f2f2f2; border: none; border-top-right-radius: 50px; border-bottom-right-radius: 50px; justify-content: center; }
.navigationParentInner { gap: 2rem; }
.headerSectionInner .navigationRight form input.hs-search-field__input::-webkit-input-placeholder { color: #757575; font-size: 1rem; }
.navigation-primary .level-1 > .has-submenu:after { display: none !important; }
.navigation-primary .level-1 > li.has-submenu > a:after { content: ''; display: inline-block; width: 12px; height: 12px; background-image: url(https://23704355.fs1.hubspotusercontent-na1.net/hubfs/23704355/mnhs_theme/darkgray-arrow-down.svg); background-repeat: no-repeat; background-position: center; background-size: contain; margin-left: 12px; }
.mega-style .mega-row { width: 90vw; max-width: 1440px; margin: 0 auto; -moz-column-gap: 0.625rem; column-gap: 0.625rem; display: grid; grid-template-columns: repeat(12, 1fr); }
.mega-style .mega-row .mega-col.mega-col2 { grid-column-start: span 2; }
.mega-style .mega-row .mega-col.mega-col3 { grid-column-start: span 3; }
.mega-style .mega-row .mega-col { margin-left: 20px; padding-right: 30px; border-right: 1px solid rgb(205, 212, 215); }
.mega-style .mega-row .mega-col.mega-col7 { grid-column-start: span 7; }
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu { margin: 0; padding: 0; /*max-height: 370px; */ display: flex; flex-direction: column; justify-content: space-between; height: -moz-fit-content; height: fit-content; gap:0 40px; }
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu li.mega-item { min-height: 58px; position: relative; list-style: none !important; display: block; margin: 0; }
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu li.mega-item a { padding: 0.5rem; position: relative; display: block; height: 100%; color: rgb(38, 46, 51); font-size: 17px; line-height: 135%; border-bottom: 3px solid transparent; background: transparent; font-weight: 600; text-decoration: none; }
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu li.mega-item a .mega-img,
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu li.mega-item a .mega-img img { width: 100%; height: 100%; aspect-ratio: 200 / 111; }
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu li.mega-item a .mega-title { display: block;font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; color: #262e33;  text-transform: none; font-size: 17px; line-height: 135%;  text-decoration: none; margin-bottom: 0.25rem; margin-top: 6px; }
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu li.mega-item a .mega-location { font-size: 0.875rem; line-height: 150%; color:#45555f; font-weight: 400; margin: 0px; }
.mega-style .mega-row .mega-col.mega-col2 .mega-submenu li.mega-item a:hover .mega-title { color: rgb(0, 118, 160); }
.mega-style .list-menu-1 h2 { margin: 0; margin-bottom: 1.5rem; padding: 0; font-weight: 600; font-size: 1.25rem; line-height: 135%; text-transform: inherit; }
.mega-style .list-menu-1 ul { height: -moz-fit-content; height: fit-content; display: block; }
.mega-style .list-menu-1 ul li { min-height: 58px; position: relative; display: block; margin: 0; }
.mega-style .list-menu-1 ul li a { position: relative; display: block; height: 100%;  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none; color: #262e33;  text-transform: none; font-size: 17px; line-height: 135%; border-bottom: 3px solid transparent; background: transparent;  padding: 1rem 2px 1.1875rem 0.5rem; text-transform: initial; }
.mega-style .list-menu-1 ul li a:after { position: absolute; bottom: -3px; left: 0; width: 100%; content: " "; border-bottom: 1px solid rgb(205, 212, 215); }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner h2 { margin: 0; margin-bottom: 1.5rem; padding: 0; font-weight: 600; font-size: 1.25rem; line-height: 135%; text-transform: inherit; }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper { /* max-height: 370px; */ padding-top: 1.125rem; display: flex; justify-content: space-between; gap: 1rem; }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner:nth-child(1) { width: 25%; }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner h3 { margin: 0; margin-bottom: 0.75rem; font-weight: 600; font-size: 0.875rem; line-height: 150%; padding-left: 7px; text-transform: initial; }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner ul { display: block; /* max-height: 370px; height: -moz-fit-content; height: fit-content; */ }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner ul li { margin: 0; }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner ul li a { white-space: inherit; text-transform: initial; position: relative; display: block; height: 100%; color: #262e33; text-transform: none; border-bottom: 3px solid transparent; background: transparent; text-decoration: none; padding: 7px; padding-right: 2px; font-weight: 400; font-size: 0.8125rem; line-height: 130%; }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner ul li a:after { content: ''; position: absolute; bottom: -3px; left: 0; width: 100%; border-bottom: 1px solid rgb(205, 212, 215); }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner ul li ul.hs-menu-children-wrapper { position: inherit; left: inherit; opacity: 1; padding-left: 40px; }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner ul li a:hover,
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner ul li a:focus { background-color: rgba(255, 255, 255, 65%);color: #0076a0;border-color: #eeb111; }
.mega-style .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner:nth-child(2) ul { -moz-columns: 2 auto; columns: 2 auto; }
.mega-style .mega-row .mega-col:last-child { padding-right: 0; border: none; }
.mega-style.mega-style4 .mega-row .mega-col.mega-col4 { grid-column-start: span 4; }
.mega-style.mega-style4 .mega-row .mega-col.mega-col4 h3,
.mega-style.mega-style5 .mega-sidebar h3{ margin: 0; font-weight: 600; font-size: 17px; line-height: 135%; margin-bottom: 4px; text-transform: initial; }
.mega-style.mega-style5 .mega-sidebar h3{ margin-top: 12px; }
.mega-style.mega-style4 .mega-row .mega-col.mega-col4 .mega-sidebar p,
.mega-style.mega-style5 .mega-sidebar p{ font-size: 1.125rem; line-height: 1.6; margin: 0 0 2rem; }
.mega-style.mega-style3 .mega-col.mega-col12 { grid-column-start: span 12; margin-left: 20px; }
.mega-style.mega-style3 .mega-col.mega-col12 ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); gap: 40px; }
.mega-style.mega-style3 .mega-col.mega-col12 ul p:last-child { font-weight: 400; font-size: 16px; line-height: 155%; color: rgb(69, 85, 95); margin: 0; }
.mega-style.mega-style3 .list-menu-1 ul li a { padding: 0.5rem; }
.mega-style.mega-style5 .mega-col.mega-col4 { grid-column-start: span 4; }
.mega-style.mega-style5 .mega-col.mega-col8 { grid-column-start: span 8; }
.mega-style.mega-style5 .mega-col.mega-col8 ul { margin: 0; padding: 0; display: grid; grid-template-rows: repeat(3, 1fr); gap: 40px; grid-template-columns: repeat(2, 1fr); }
.mega-style.mega-style5 .mega-col.mega-col8 ul li a { padding: 0.5rem; }
.mega-style.mega-style5 .mega-col.mega-col8 ul li a p:last-child { font-weight: 400; font-size: 16px; line-height: 155%; color: rgb(69, 85, 95); margin: 0; }
.mega-style.mega-style5 .mega-col.mega-col8 ul li a p:first-child { margin-bottom: 0.25rem; }
.mega-style.mega-style5 .mega-sidebar p { text-transform: initial; }
.mega-style.mega-style5 .mega-sidebar p { text-transform: initial; }
.btn-link1 a { line-height: 100%; background-image: url('https://23704355.fs1.hubspotusercontent-na1.net/hubfs/23704355/mnhs_theme/blue-arrow-right.svg'); background-repeat: no-repeat; font-size: 1rem; font-weight: 600; background-position: 100% 50%; padding: 1rem 1.5rem 1rem 0px; padding-right: 3rem; background-color: transparent; border: 2px solid transparent; width: -moz-fit-content; width: fit-content; display: inline-block; }
.btn-link1 a:hover { padding-right: 3.5rem; color: rgb(0, 118, 160) !important; }
.navigation-primary .level-1 > li.has-submenu.activeMenu > a:after { background-image: url(https://23704355.fs1.hubspotusercontent-na1.net/hubfs/23704355/mnhs_theme/darkgray-arrow-up.svg); }
.mega-style.mega-style2 .mega-col.mega-col4 { grid-column-start: span 4; }
.mega-style.mega-style2 .mega-col.mega-col8 { grid-column-start: span 8; }
.mega-style.mega-style2 .mega-col.mega-col8 ul { margin: 0; padding: 0; grid-template-columns: repeat(2, 1fr); display: grid; gap: 40px; }
.mega-style.mega-style2 .mega-col.mega-col8 ul p:last-child { font-weight: 400; font-size: 16px; margin-top: 0; line-height: 155%; color:#45555f; }
.mega-style.mega-style2 .list-menu-1 ul li a { padding: 0.5rem; }
.mega-style.mega-style2 .mega-col.mega-col8 ul li { min-height: 100px; }
.mega-style.mega-style2 .mega-col.mega-col4 ul { margin: 0; padding: 0; grid-template-columns: 1fr; gap: 0; display: grid; grid-template-rows: repeat(3, 1fr); }
.mega-style.mega-style2 .mega-col.mega-col4 h4 { margin: 0; margin-bottom: 1.5rem; padding: 0; font-weight: 600; font-size: 1.25rem; line-height: 135%; text-transform: initial; }
.mega-style.mega-style2 .mega-col.mega-col4 ul li a { display: flex; justify-content: flex-start; align-items: center; gap: 1rem; padding: 1.15rem 0.5rem; }
.mega-style.mega-style2 .mega-col.mega-col4 ul li a .img { width: 60px; }
.mega-style.mega-style2 .mega-col.mega-col4 ul li a .img img { width: auto; height: auto; object-fit: contain; }
.mega-style.mega-style2 .mega-col.mega-col4 ul li a p { line-height: 135%; font-weight: 600; margin: 0;    color: inherit;}
.headerSectionInner .navigationRight .search-toggle svg.close { display: none; }
.headerSection.isMegaMenuEnable .container { max-width: 1470px; }
.navigationRight :focus::-webkit-input-placeholder { opacity: 1; }
/* Top Navigation and Language Switcher */
.top-nav-main {
    background-color: #262e33;
}
.top-nav-main > li > a,
.top-nav-main .hs-menu-wrapper > ul .hs-menu-depth-1 >a{
    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #cdd4d7;
    font-size: 12px;
    text-transform: none;
    display: block;
    margin-bottom: 2px;padding:0;
}
.top-nav-main li.hs-menu-depth-1 a:hover,
.top-nav-main li.hs-menu-depth-1 a:focus{
    background-color: rgba(255, 255, 255, 0%);
}
.top-nav-main li.hs-menu-depth-1 a:hover ,
.top-nav-main li.hs-menu-depth-1 a:focus{

    color: #eeb111;
}
.top-nav-main li.hs-menu-depth-1 a:active {
    background-color: ;
}
.top-nav-main li.hs-menu-depth-1 > a:active {

    color: ;
}
.top-nav-main li.hs-menu-depth-1 > a.active-item:after {
    background-color: #cdd4d7;
}
/* Top Navigation Child Menus */
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1)
{
    background-color: ;
}
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1) a {
    ;
    color: ;
    font-size: ;
    text-transform: ;
}
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1) a:hover,
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1) a:focus {
    background-color: ;
}
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1) a:hover ,
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1) a:focus {

    color: ;
}
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1) a:active{
    background-color: ;
}
.top-nav-main .hs-menu-item:not(.hs-menu-depth-1) a:active  {

    color: ;
} 
.top-nav-menu .hs-menu-wrapper ul { justify-content: flex-end; gap: 1rem; flex-wrap: nowrap; align-items: center; height: 35px; padding-right: 1rem; }
.top-nav-menu .hs-menu-wrapper ul li { margin: 0; }
/* .top-nav-menu .hs-menu-wrapper ul li:last-child { display: none; } */
.top-nav-menu .hs-menu-wrapper ul li:last-child a{ position: relative; top: 1px; background-image: url('https://23704355.fs1.hubspotusercontent-na1.net/hubfs/23704355/mnhs_theme/cart-icon-1.svg'); background-repeat: no-repeat; background-size: contain; font-size: 0px; background-position: center; width: 16px; height: 16px;display:block;    }
.top-nav-menu .hs-menu-wrapper ul li:last-child { margin-left: 10px; position: relative; }
.top-nav-menu .hs-menu-wrapper ul li:last-child:before { content: ''; position: absolute; top: 2px; left: -14px; bottom: 2px; border-left: 1px solid #fff; }


.top-nav-menu .hs-menu-wrapper ul li:nth-last-of-type(2) a{ position: relative; top: 1px; background-image: url('https://23704355.fs1.hubspotusercontent-na1.net/hubfs/23704355/mnhs_theme/user-icon1.svg'); background-repeat: no-repeat; background-size: contain; font-size: 0px; background-position: center; width: 16px; height: 16px; }
.top-nav-menu .hs-menu-wrapper ul li:nth-last-of-type(2) { margin-left: 10px; position: relative; }
.top-nav-menu .hs-menu-wrapper ul li:nth-last-of-type(2):before { content: ''; position: absolute; top: 2px; left: -14px; bottom: 2px; border-left: 1px solid #fff; }


@media(min-width:992px){

    .mega-style .list-menu-1 ul li a:hover,
    .mega-style .list-menu-1 ul li a:focus{background-color: rgba(255, 255, 255, 65%);color: #0076a0;border-color: #eeb111; }
    .navigation-primary .level-1 > li:has(li.active){ background-color: #f2f2f2; }
    .navigation-primary .level-1 > li:has(li.active){ color: #0B3954;}
    .list-menu-1 ul li.active a{ border-color: rgb(238, 177, 17) !important; background: rgba(255, 255, 255, 0.65) !important; color: rgb(0, 118, 160) !important; }
    .navigation-primary .level-1>li.activeMenu>a{outline:2px solid #0076a0}
    .navigation-primary .level-1>li>a{transition:none}
    .headerSectionInner .navigationRight form input.hs-search-field__input:focus-visible { outline: -webkit-focus-ring-color auto 1px; }

        
    .headerOutter {height: 130px;}

    .headerSection .mega-style .list-menu-1 ul li a p:first-child { color: #262e33; }
    .headerSection.isMegaMenuEnable { padding: 0;}
    .navigationRight,.navigationParentInner { display: flex; flex-wrap: wrap; align-items: center; } 

    /* Navigation Wrapper */
    .navigation-primary{display:inline-block;float:right;}

    /* Top Level Menu Items */
    .submenu.level-1{display:inline-block;}
    .submenu.level-1 > li{display:inline-block;margin:0;padding: 0;position:relative;text-transform:capitalize;height: 95px; }

    /* Active Menu Item Styles */
    .navigation-primary .submenu.level-1 > li > a.active-item{position:relative;}
    /*     .navigation-primary .submenu.level-1 > li > a.active-item:after{background-color:#1d1d1d;bottom:-3px;content:'';height:2px;left:0;position:absolute;width:100%;} */

    /* Top Level Menu Items Icon */
    .navigation-primary .level-1 > .has-submenu:after{border-color:#1d1d1d transparent transparent;border-style:solid;border-width:5px 5px 0;content:'';display:inline-block;height:0;vertical-align:middle;width:0;}
    .navigation-primary .level-1 > .has-submenu.active-item:after{border-color:#fff transparent transparent;}
    .navigation-primary .level-1 > .has-submenu:hover:after,
    .navigation-primary .level-1 > .has-submenu:focus:after,
    .navigation-primary .level-1 > .has-submenu.focus:after,
    .navigation-primary .level-1 > .has-submenu.active-item:hover:after{border-color:transparent transparent #fff;border-width:0 5px 5px;}

    /* Menu Items With Children */
    .navigation-primary ul.submenu.level-2 li a{padding: 12px 15px 12px 15px;}
    .navigation-primary .submenu.level-2{ left:0; top:100% }
    .navigation-primary .submenu.level-2,.navigation-primary .submenu.level-3{        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); border:none; min-width:200px;  position:absolute; z-index:2; width: 100%;-webkit-transition: opacity ease .4s; -moz-transition: opacity ease .4s; transition: opacity ease .4s; display: none;  }
    .navigation-primary .submenu.level-3{top:0;}

    /* Submenu Level One Visibility */
    .navigation-primary .submenu.level-1 > li.activeMenu .submenu.level-2,
    .navigation-primary .submenu.level-1 > li.focus .submenu.level-2{left:0;}
    .navigation-primary .submenu.level-1 > li.activeMenu:last-child .submenu.level-2,
    .navigation-primary .submenu.level-1 > li.focus:last-child .submenu.level-2{left:auto;right:0;}

    /* Submenu Level Two Visibility */
    .navigation-primary .submenu.level-2 > li .submenu.level-3{left:100%;}
    .navigation-primary .submenu.level-2 > li:hover .submenu.level-3,
    .navigation-primary .submenu.level-2 > li.focus .submenu.level-3{opacity:1;visibility: visible; pointer-events: inherit !important;}

    /* prettier-ignore */
    .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2 .menu-item:hover .submenu.level-3,
    .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2 .menu-item.focus .submenu.level-3{left:auto;right:100%;}

    .navigationParent{ display: block !important;}
    /*     .navigation-primary .submenu{ display: block !important;} */

    /*   Theme Color   */

    /* Main Navigation */
    .navigation-primary .level-1 > .has-submenu:after { border-color: #262E33 transparent transparent transparent; }
    .navigation-primary .level-1 > li:hover,.navigation-primary .level-1 > li.activeMenu,
    .navigation-primary .level-1 > li:focus { background-color: #f2f2f2; }
    .navigation-primary .level-1 > li:hover > a,
    .navigation-primary .level-1 > li:focus > a { color: #0B3954;}
    .navigation-primary .level-1 > .has-submenu:hover:after,
    .navigation-primary .level-1 > .has-submenu:focus:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:hover:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:focus:after { border-color: transparent transparent #0B3954 transparent; }
    .navigation-primary .level-1 > li:active { background-color: #f2f2f2; }
    .navigation-primary .level-1 > li:active > a { color: #0B3954; }
    .navigation-primary .level-1 > .has-submenu:active:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:active:after { border-color: transparent transparent #0B3954 transparent; }

    /*     .navigation-primary .level-1 > li.active-item { background-color: #f2f2f2; }
    .navigation-primary .level-1 > li.active-item > a { color: #0B3954; }
    .navigation-primary .level-1 > li.has-submenu.active-item:after { border-color: #0B3954 transparent transparent transparent; }
    .navigation-primary .submenu.level-1 > li > a.active-item:after { background-color: #0B3954;}
    */
    /* Main Navigation - Child Menus */
    .navigation-primary .submenu:not(.level-1) { background-color: #f1f1f1; }
    .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus  > a { background-color: rgba(255, 255, 255, 65%);color: #0076a0;border-color: #eeb111; }

    .navigation-primary .submenu:not(.level-1) .menu-item:active > a{ background-color: rgba(255, 255, 255, 65%);color: #0076a0;border-color: #eeb111;  }
    .navigation-primary .submenu:not(.level-1) .menu-item:active > a {   }
    .navigation-primary .submenu:not(.level-1) .menu-link{border-bottom: 3px solid transparent; background: transparent;}
    .submenu.level-1 { display: flex !important; flex-direction: row; }
    .headerSection.isMegaMenuEnable .submenu.level-1 > li > .childExpand { cursor: pointer; height: 95px; display: block; position: relative; top: -95px; z-index: 9999999999; width: 100%; }
    .navigationRight + .top-nav-main{ display:none; }
    .expandMenu * { display: none; }


    .submenu.level-1 > li.menuParent { position: static;}
    /*         .megaMenu {opacity: 0; visibility: hidden; transition:opacity ease 0.3s; pointer-events: none; display:block !important;}  */
    .megaMenu { position: absolute; left: 0; top:100%; background-color: #f1f1f1; width:100%; display: none; padding: 48px 0px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2); border-bottom: none; border-top: none;} 
    /*         .submenu.level-1 > li.menuParent:hover .megaMenu { opacity: 1; visibility: visible; pointer-events: inherit !important; } */

    .mega-style .list-menu-1 ul li a:focus p:first-child,.mega-style .list-menu-1 ul li a:hover p:first-child{color:#0076a0}
    .mega-style .list-menu-1 ul li a p{transition:all .4s ease-in-out}

    .top-nav-menu .hs-menu-wrapper ul li.hs-menu-depth-1 > a:hover { text-decoration: underline; }
    .top-nav-menu .hs-menu-wrapper ul li.hs-menu-depth-1 > a{ transition:none }
    .headerSectionInner .mega-style.mega-style4 .mega-sidebar h3 { padding-top: 10px; }
}

@media(min-width:1200px){
    .headerSectionInner .navigationRight .search-toggle{ display: none; }

}
@media(max-width:1400px) and (min-width: 992px){
    .mega-style.mega-style1 .mega-row { width: 100%; max-width: inherit; }
    .navigation-primary .level-1 > li > a { padding: 1.25rem 0.6rem; }
    .headerSectionInner .navigationRight form { width: 200px; }
    .mega-style.mega-style1 .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner:nth-child(2) ul { -moz-columns: 1 auto; columns: 1 auto; }
    .mega-style.mega-style1 .mega-row .mega-col.mega-col2 { grid-column-start: span 3; }
    .mega-style.mega-style1 .mega-row .mega-col.mega-col7 { grid-column-start: span 5; }
    .mega-style.mega-style1 .mega-row .mega-col.mega-col3 { grid-column-start: span 4; }
    .mega-style.mega-style1 .mega-row .mega-col.mega-col7 .mega-col7-inner .group-wrapper .group-inner:nth-child(1) { width: 70%; }
}

@media(max-width:1199px){
    .navigation-primary .level-1 > li > a { font-size: 1rem; padding: 1.25rem 0.6rem; }
    .navigation-primary .level-1 > li.has-submenu > a:after { width: 12px; height: 10px; margin-left: 7px; }
    .navigationRight { position: relative; }
    .headerSectionInner .navigationRight form { width: 350px; position: absolute; max-width: inherit; opacity: 0; visibility: hidden; top: 0px; right: 100%; }
    .headerSectionInner .navigationRight .search-toggle.searchToggle + form { opacity: 1; visibility: visible; }
    .headerSectionInner .navigationRight .search-toggle { padding: 15px 12px 15.7px; border-radius: 100%; width: 48px; height: 48px; }
    .headerSectionInner .navigationRight .search-toggle.searchToggle { border-top-left-radius: 0; border-bottom-left-radius: 0; }
    .headerSectionInner .navigationRight .search-toggle.searchToggle + form button:not(.searchToggle){ border-top-right-radius: 0; border-bottom-right-radius: 0; }
    .headerSectionInner .navigationRight form input.hs-search-field__input { padding: 0.9rem 1rem; }
    .headerSectionInner .navigationRight .search-toggle.searchToggle svg:first-child { display: none; }
    .headerSectionInner .navigationRight .search-toggle.searchToggle svg.close { display: block; }
    .headerSectionInner .navigationRight .search-toggle.searchToggle svg.close rect { stroke: rgb(69, 85, 95); }
    .navigationRight { z-index: 99999999999; }



}

@media(max-width:991px){

    /*-=-=-=-  Expand Menu   -=-=-=*/  
    .headerOutter {height: 88.89px;}
    /*-=-=-=-  Expand Menu   -=-=-=*/
    .expandMenu {width: 44px; height: 44px; display: block; cursor: pointer; padding: 3px; position: absolute; top: 21px; right: 16px; z-index:999; }
    .expandMenu i { position: relative; width: 30px; top: 8px; left: 0; border-radius: 5px; height: 4px; opacity: 1; display: block; background-color: #45555F; margin: 6px auto; transition: all ease .3s; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; }
    .expandMenu i:first-child { margin-top: 0; }
    .expandMenu.active i:first-child { transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 18px; position: relative;}
    .expandMenu.active i:nth-child(2) { position: relative; left: -46px; opacity: 0;}
    .expandMenu.active i:last-child { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top: -2px; position: relative;}

    /*-=-=-=- Mobile Submenu Icon -=-=-=*/
    .childExpand { position: absolute; top: 5px; z-index: 999; display: inline-block; right: 22px; width: 36px; text-align: center; height: 36px; margin: 0; padding: 5px; cursor: pointer; }
    .childExpand i { position:relative; width: 18px; left:0; height: 1px; opacity:1; display: block; background: #262e33; top:5px; margin: 8px auto; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
    .childExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top: -4px; }
    .childExpand.open i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
    .childExpand.open i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); }


    /*-=-=-=-  Header Section   -=-=-=*/
    /*     header.headerSection { padding: 15px 0; } */
    .navigationParent { position: absolute; left: 0; top: 88.89px; width: 100%; display:none; }
    .navigation-primary .submenu:not(.level-1),.navigation-primary .megaMenu { display: none;}
    .navigation-primary .submenu.level-1 > li { margin: 0; padding: 0; } 
    .navigation-primary .submenu.level-1 > li > a { padding: 12px 15px; display: block; }

    /*-=-=-=-  Second Level   -=-=-=*/
    .navigation-primary .menu-item { position: relative; }
    .navigation-primary .submenu li:not(first-child):before { content: ''; position: absolute; top: 0; width: 100%; height: 1px; background-color: rgba(255,255,255,0.1); }
    .navigation-primary ul.submenu.level-2 > li > a{padding: 12px 15px 12px 25px;}
    .navigation-primary ul.submenu.level-3 > li > a{padding: 12px 15px 12px 35px;}

    /*-=-=-=-  End Header Section   -=-=-=*/

    /*   Button   */
    /*     .navigationRight { padding: 12px 15px; display: flex; flex-wrap: wrap; background-color: #fff;} */



    /*   Color   */
    .navigationParent{background-color:#45555F;}
    .navigationParent {
        background-color: #262e33;
    }
    .navigation-primary .level-1 > li > a { color: #fff;}
    .navigation-primary .has-submenu.activeMenu > a,
    .menu-item a:hover { background-color:;}


    .headerNavigation { position: relative; }
    .expandMenu { position: inherit; }
    .top-nav-main { display: none; }
    .headerOutter { height: 90px; }
    .headerParent { padding: 14px 0px; }
    .submenu { padding-bottom: 50px; display: block !important; }
    .headerNavigation { position: initial; }
    .headerSectionInner { position: relative; }
    .navigationParent { left: 0; top: 91px; }
    .headerSectionInner .container { width: 90vw; max-width: 1440px; padding: 0; max-width: initial; }
    .mega-style .mega-row .mega-col.mega-col2,
    .mega-style .mega-row .mega-col.mega-col7,
    .mega-style .list-menu-1 h2 { display: none; }
    .mega-style .mega-row .mega-col.mega-col3 { grid-column-start: span 12; }
    .mega-style .mega-row .mega-col { margin-left: 0; border-right: none; padding-right: 0; }
    .mega-style .list-menu-1 ul li a { color: #fff; padding: 1rem 0; font-size: 1rem; font-weight: 400; border-bottom: rgb(255, 255, 255) 1px solid; }
    .mega-style .mega-row .mega-col.mega-col3 ul { display: block !important; }
    .megaMenu { background-color: transparent !important; padding: 0; }
    .headerSectionInner .megaMenu .container { width: 100%; padding: 0; }
    .mega-style .mega-row { width: 100%; max-width: 100%; }
    .navigation-primary .submenu.level-1 > li > a { font-weight: 600; font-size: 1.125rem; line-height: 1.5rem; display: block; padding: 1.75rem 0; border-bottom: transparent 1px solid; }
    .navigation-primary .submenu.level-1 > li > a.has-submenu{ background: url(https://23704355.fs1.hubspotusercontent-na1.net/hubfs/23704355/mnhs_theme/white-arrow-down.svg) right 50% no-repeat; background-position: right 50%;}
    .navigation-primary .level-1 > li.has-submenu > a:after{ display: none; }
    .navigation-primary .submenu li:not(first-child):before{ display: none; }
    .childExpand { width: 100%; left: 0; right: 0; padding: 0; height: 81px; top: 0; z-index: 999999; }
    .childExpand i { display: none; }
    .submenu { width: 90vw; margin: 0 5vw; }
    .navigationParentInner { display: flex; flex-wrap: wrap; }
    .navigationLeft { order: 2; }
    .navigationRight { order: 1; padding: 0; display: flex; flex-wrap: wrap; background-color: transparent; width: 90vw; margin: 0 5vw; margin-top: 32px; margin-bottom: 20px; }
    .headerSectionInner .navigationRight .search-toggle { display: none; }
    .headerSectionInner .navigationRight form { width: 100%; position: inherit; max-width: inherit; opacity: 1; visibility: visible; top: 0px; right: 0; display: flex; }
    .headerSectionInner .navigationRight form input.hs-search-field__input { border-radius: 0; }
    .headerSectionInner .navigationRight form button { width: 53px; border-radius: 0; padding: 0px; }
    .mega-style.mega-style2 .mega-col.mega-col4 h4,
    .mega-style.mega-style2 .mega-col.mega-col4 ul,
    .mega-style.mega-style2 .mega-col.mega-col8 ul p:last-child,
    .mega-style.mega-style3 .mega-col.mega-col12 ul p:last-child,
    .mega-style.mega-style4 .mega-row .mega-col.mega-col4:first-child,
    .mega-style.mega-style5 .mega-col.mega-col4,
    .mega-style.mega-style5 .mega-col.mega-col8 ul li a p:last-child{ display: none !important; }
    .mega-style.mega-style2 .mega-col.mega-col8 ul { display: block !important; }
    .mega-style.mega-style2 .list-menu-1 ul li a,
    .mega-style.mega-style3 .list-menu-1 ul li a,
    .mega-style.mega-style5 .mega-col.mega-col8 ul li a{ padding: 0; padding: 1rem 0; font-size: 1rem; font-weight: 400; border-bottom: rgb(255, 255, 255) 1px solid; }
    .mega-style.mega-style2 .list-menu-1 ul li a p,
    .mega-style.mega-style3 .list-menu-1 ul li a p,
    .mega-style.mega-style5 .mega-col.mega-col8 ul li a p:first-child{ color: inherit; }
    .mega-style .list-menu-1 ul li a:after { display: none !important; }
    .mega-style.mega-style2 .mega-col.mega-col4,
    .mega-style.mega-style2 .mega-col.mega-col8 { grid-column-start: span 12; }
    .mega-style.mega-style2 .mega-col.mega-col8 ul li { min-height: inherit; }
    .mega-style .mega-row { border-top: 1px solid rgb(238, 177, 17); }
    .megaMenu .btn-link1 a { padding: 1rem 0; font-size: 1rem; font-weight: 400; border: none; border-bottom: rgb(255, 255, 255) 1px solid; display: block; background: no-repeat; color: #fff !important; width: 100%; }
    .mega-style.mega-style3 .mega-col.mega-col12 ul { display: block !important; }
    .mega-style.mega-style3 .mega-col.mega-col12 { margin-left: 0; }
    .mega-style.mega-style4 .mega-row .mega-col.mega-col4 ul,
    .mega-style.mega-style5 .mega-col.mega-col8 ul{ display: block !important; }
    .mega-style.mega-style4 .mega-row .mega-col.mega-col4,
    .mega-style.mega-style5 .mega-col.mega-col4,
    .mega-style.mega-style5 .mega-col.mega-col8 { grid-column-start: span 12; }
    .mega-style.mega-style5 .mega-col.mega-col8 ul li:last-child a { border-bottom: none; }
    .navigationRight + .top-nav-main { display: block; background: transparent; width: 90vw; margin: 0 5vw; margin-top: 32px; }
    .top-nav-menu .hs-menu-wrapper ul li:first-child { display: inline-block; }
    .top-nav-menu .hs-menu-wrapper ul li { display: none; }
    .top-nav-menu div.hs-menu-wrapper ul li:last-child { display: inline-block; }
    .top-nav-menu div.hs-menu-wrapper ul { padding: 0; flex-wrap: nowrap; height: inherit; justify-content: space-between; display: flex; flex-direction: row; }
    .navigationParentInner { gap: 0; }
    .expandMenu svg.close { display: none; }
    .expandMenu { display: flex; align-items: center; justify-content: center; margin-top: 4px; }
    .expandMenu.active .menu-open { display: none; }
    .expandMenu.active .close { display: block; }
    .navigation-primary .submenu.level-1 > li.has-submenu > a { background: url(https://23704355.fs1.hubspotusercontent-na1.net/hubfs/23704355/mnhs_theme/white-arrow-down.svg) right 50% no-repeat; }
    .navigation-primary .submenu.level-1 > li.has-submenu.activeMenu > a { background: url(https://23704355.fs1.hubspotusercontent-na1.net/hubfs/23704355/mnhs_theme/white-arrow-up.svg) right 50% no-repeat; }
    .top-nav-menu .hs-menu-wrapper ul li:last-child:before { content: none !important; }
    .top-nav-menu .hs-menu-wrapper ul li:last-child a { border: none; margin-left: 0;  padding: 1rem 1.5rem;}
    .navigation-primary .level-1 > li:has(li.active) > a { color: #ecb432; }
    .list-menu-1 ul li.active a { color: #ecb432; }
    .mega-style .list-menu-1 ul li a:hover,
    .mega-style .list-menu-1 ul li a:focus{  color: #ecb432; }


}




@media(min-width:992px){


}

@media(max-width:991px){



}
.footer-main { background: #262e33; }
.footer-main .footer-top .footer-inner { flex-direction: row; justify-content: space-between; gap: 8.5rem; display: flex; align-items: center; padding-top: 4rem; padding-bottom: 2.5rem; }
.footer-main .container { margin: auto; width: 90vw; max-width: 1470px; }
.footer-main .footer-top .footer-inner .footer-logo { width: 168px; }
.footer-main .footer-top .footer-inner .footer-right { flex-direction: row; justify-content: space-between; gap: 1.5rem; align-items: center; display: flex; }
.footer-main .footer-top .footer-inner .footer-right .title { font-size: 1.5rem; color: #fff; width: 100%; text-align: right; }
.footer-main .footer-top .footer-inner .footer-right .footer-btn a { line-height: 100%; }
.footer-middle { padding-bottom: 2.25rem; }
.footer-middle .hs-menu-wrapper > ul { gap: 3rem; display: flex; justify-content: space-between; align-items: flex-start; }
.footer-middle .hs-menu-wrapper > ul > li { margin: 0; padding: 0.25rem 0; margin-bottom: 0; width: 16.66%; }
.footer-middle .hs-menu-wrapper > ul > li > a { color: #cdd4d7; display: block; padding: 0.375rem 0; margin-bottom: 0.5rem; border-bottom: #cdd4d7 1px solid; font-size: 17px; font-weight: 600; line-height: 135%; }

.footer-main .footer-middle .hs-menu-wrapper > ul ul { position: inherit; left: inherit; opacity: 1; display: inherit; }
.footer-main .footer-middle .hs-menu-wrapper > ul ul li { padding: 0.25rem 0; margin: 0; }
.footer-main .footer-middle .hs-menu-wrapper > ul ul li a { display: block; font-size: 14px; font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; line-height: 1.42; color: #f2f2f2; text-align: left; white-space: normal; padding: 0.375rem 0; width: 100%; }
.footer-main .footer-middle .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover { text-decoration: underline !important;color:#f2f2f2; }
.footer-bottom { padding-top: 3rem; }
.footer-bottom .footer-upper { flex-direction: row; justify-content: space-between; align-items: flex-start; display: flex; }
.footer-bottom .footer-upper ul { margin: 0; padding: 0; display: flex; justify-content: flex-start; margin: 0; gap: 1.5rem; }
.footer-bottom .footer-upper ul li { margin: 0; padding-top: 0.2em; display: inline-block; }
.footer-bottom .footer-upper ul li a { width: 48px; height: 48px; display: block; }
.footer-bottom .footer-upper .footer-right { margin: 0; font-size: 0.875rem; line-height: 1.5rem; text-align: right; }
.footer-bottom .footer-upper .footer-right,
.footer-bottom .footer-upper .footer-right a { color: #cdd4d7; }
.footer-bottom .footer-upper .footer-right p { margin: 0; }
.footer-bottom .footer-upper .footer-right p:nth-child(3) { margin-top: 1.5rem; }
.footer-lower { padding-bottom: 2rem; flex-direction: row; display: flex; justify-content: space-between; gap: 1.5rem; align-items: flex-end; }
.footer-lower .footer-left { flex-direction: row; justify-content: flex-start; gap: 21px; display: flex; align-items: center; }
.footer-lower .footer-left .img { width: 115px; }
.footer-lower .footer-left .img img { min-width: 76px; max-width: 100%; }
.footer-lower .text { font-size: 0.6875rem; max-width: 331px; color: #cdd4d7;     line-height: 1.15; }
.footer-lower .footer-right { flex-direction: row; justify-content: flex-end; line-height: 1.125rem; align-items: center; display: flex; font-size: 0.6875rem; font-weight: 700; text-align: center; }
.footer-lower .footer-right > span { font-size: 0.6875rem; font-weight: 700; text-align: center; color: #cdd4d7; }
.footer-lower .footer-right ul { margin: 0; padding: 0; color: #cdd4d7; }
.footer-lower .footer-right ul li { margin: 0; padding-left: 1rem; margin-left: 0.5rem; display: inline-block; position: relative; }
.footer-lower .footer-right ul li a {padding:0; font-size: 0.6875rem; line-height: 1.125rem; display: inline-block; font-weight: 500; color: inherit; text-decoration: underline !important; }
.footer-lower .footer-right ul li:before { position: absolute; top: 0; left: 0; content: "|"; font-weight: 700; color: #cdd4d7; }
.footer-lower .footer-right ul li a:hover { text-decoration: none !important; }
.footer-bottom .footer-upper .footer-right a { text-decoration: underline !important; }
.footer-bottom .footer-upper .footer-right a:hover { text-decoration: none !important; }



@media(max-width: 1300px){

    .footer-lower { justify-content: center; flex-direction: column; margin-top: 3.5rem; }
    .footer-lower .footer-left { width: 100%; justify-content: center; }
    .footer-lower .footer-right { width: 100%; justify-content: center; }
    .footer-middle .hs-menu-wrapper > ul { gap: 2rem; }
    
}
@media(max-width: 991px){

    .footer-main .footer-top .footer-inner { flex-direction: column; padding-top: 2.5rem; padding-bottom: 2rem; border-bottom: rgb(69, 85, 95) 2px solid; gap: 1rem; }
    .footer-main .footer-top .footer-inner .footer-logo { width: 130px; padding-bottom: 1rem; }
    .footer-main .footer-top .footer-inner .footer-right { flex-direction: column; } 
    .footer-main .footer-middle .hs-menu-wrapper > ul ul { display: none; }
    .footer-middle .hs-menu-wrapper > ul > li > a { border: none; padding: 0.375rem 0; font-size: 18px; font-weight: 600; line-height: 135%; margin: 0; }
    .footer-middle .hs-menu-wrapper > ul > li { width: 100%; }
    .footer-middle .hs-menu-wrapper > ul { gap: 2rem; display: inherit; text-align: center; padding-top: 1.125rem; padding-bottom: 1.5rem; }
    .footer-middle { padding-bottom: 0px; }

}
@media(max-width: 767px){

    .footer-bottom .footer-upper { flex-direction: column; text-align: center; justify-content: center; }
    .footer-bottom .footer-upper .footer-right { width: 100%; text-align: center; margin-top: 3.5rem; }
    .footer-bottom .footer-upper .footer-left { width: 100%; }
    .footer-bottom .footer-upper ul { justify-content: center; flex-wrap: wrap; gap: 0.7rem; }
    .footer-bottom .footer-upper ul li a { width: 41px; height: 41px; }
    .footer-main .footer-top .footer-inner .footer-right .title { text-align: center; }
    .footer-lower .footer-right { text-align: center; display: initial; }
    .footer-lower .footer-right > span { display: block; width: 100%; }
    .footer-lower .footer-right ul { display: inherit; }
    .footer-lower .footer-right ul li:first-child:before { display: none; }
    .footer-lower .footer-right ul li:first-child { margin: 0; padding: 0; }
    .footer-lower .footer-left { flex-direction: column; }
    .footer-lower .text { text-align: center; }
    .footer-bottom .footer-upper ul li a {
    width: 41px;
    height: 41px;
}

}






.hhs-blog-post-mod {position: relative; z-index: 1;}
.hhs-blog-post-mod .row {position: relative; z-index: 2;}
.hhs-blog-post-mod {position: relative;}
.hhs-blog-post-mod .row {
  z-index: 2;
  position: relative;
}

.hhs-post-feat-img {
 background-size: cover;
  background-position: center;
}

.hhs-post-summary *,
.hhs-post-summary p,
.hhs-post-summary p strong{
 font-size: 0.95em;
  font-weight: normal;
}

.hhs-post-content .hhs-post-summary a {
 display: inline; 
}

.hhs-blog-post-card{
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  margin-bottom: 25px;
}

.hhs-blog-post-card:hover {
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

.hhs-blog-post-card h3,
.hhs-blog-post-card h4,
.hhs-blog-post-card h5 {
  margin-bottom: 0px 
}

.hhs-blog-post-card a:hover {
  text-decoration: none;
}

.hhs-post-content a{
  margin-bottom: 5px;
  display: block;
}

.hhs-post-meta p {
 opacity: 0.7; 
 font-size: 0.8em;
}

.hhs-blog-post-mod video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
}

@media (max-width: 575px) {
 .hhs-blog-post-card {
   margin-bottom: 25px;
  }
}




/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

.container-fluid.no-gutters{
  padding-right: 0px;
  padding-left: 0px;
}

.container-slim {
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto !important;
   margin-left: auto !important;
   display: block !important;
   float: none !important;
 }

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 922px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 922px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}


/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Accesibility
   ========================================================================== */

.screen-reader-text {
   clip: rect(1px, 1px, 1px, 1px);
   height: 1px;
   overflow: hidden;
   position: absolute !important;
   width: 1px;
}
.dnd-section .widget-type-cell {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 992px) {
  .dnd_area-module-1-vertical-alignment {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body {
   background-color: #fff;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
    opacity:0;
 }
body.loaded { opacity:1; }
img { display: inline-block; max-width: 100%; height: auto; vertical-align: middle; }
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}






/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
 margin:0;
    padding:0;
  
}

p { margin: 0;}
*+h1, *+h2 { margin-top: 30px;}
*+h3, *+h4 { margin-top: 30px;}
*+h5, *+h6 { margin-top: 25px;}
*+p { margin-top: 20px;}

strong {
  font-weight: bold;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


:focus {
  outline: none;
}

.user-is-tabbing :focus {
  -webkit-box-shadow: 0 0 3px 3px rgba(2,114,252,0.7);
  box-shadow: 0 0 3px 3px rgba(2,114,252,0.7);
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}






html {

}

body {
  color: #262E33;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.62em;
}

p {
  
}

@media(max-width: 991px) {
  body {
    font-size: 14px;
  }
}



blockquote,
blockquote p{
  color: #262E33;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.55em;
   background-color: #F2F2F2;
  
    border-left: 6px solid rgba(238, 177, 17, 100);
    padding-left: 25px;
  
}


a {
  color: #0076A0;
}

a:hover,
a:focus {
  color: #0076A0;
}

a:active {
  color: #0076A0;
}

h1 {
  color: #262E33;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.26em;
}

@media(max-width: 991px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  color: #262E33;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.35em;
}

@media(max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  color: #0076A0;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.41em;
}

@media(max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  color: #262E33;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.5em;
}

@media(max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  color: #262E33;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.55em;
}
@media(max-width: 991px) {
  h5 {
    font-size: 16px;
  }
}
h6 {
  color: #262E33;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.62em;
}
@media(max-width: 991px) {
  h6 {
    font-size: 14px;
  }
}



.hhs-foot-nav-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  font-family: ;
  font-size: ;
  font-style: ;
  font-weight: ;
  text-decoration: ;
  text-transform: ;
  letter-spacing: px;
}

.hhs-foot-base-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
.hhs-foot-nav-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  font-size: 0.0 !important;
}
.hs-form label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 8px;
}

.hs-input {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  line-height: 22px;
  box-sizing: border-box;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}


.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

/* MATERIAL CHECKBOXES */

.hs-form .mdl-switch.is-checked .mdl-switch__thumb,
.hs-form .mdl-switch.is-checked .mdl-switch__track,
.hs-form .mdl-checkbox__ripple-container .mdl-ripple {
  background: #45555F;
}
.hs-form .mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border-color: #45555F;
}
.hs-form .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
  background: rgb( 69, 85, 95) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K")
}

.hs-form .mdl-radio__inner-circle,
.hs-form.mdl-radio__ripple-container .mdl-ripple,
.hs-form .mdl-radio__ripple-container .mdl-ripple {
  background: #45555F;
}
.hs-form .mdl-radio.is-checked .mdl-radio__outer-circle {
  border-color: #45555F;
}

.hs_radio_buttons .inputs-list label > span {
  vertical-align: text-top !important;
}

.inputs-list label>input, .inputs-list label>span {
  line-height: 23px; 
}

.legal-consent-container .mdl-checkbox {
 height: auto !important; 
}

textarea.hs-input {
  height: auto;
}

select,
select.hs-input {
  background-image: url("https://507386.fs1.hubspotusercontent-na1.net/hubfs/507386/CLEAN-images/gfx/dropdown-arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 7px;
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

select::-ms-expand,
select.hs-input::-ms-expand {
    display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}


select[multiple],
select[multiple].hs-input {
  height: inherit;
}

.hs-error-msgs {
/*     border: 1px solid; */
}

.hs-error-msgs label {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
}

.hs-error-msgs li {
  color: #da0101 !important;
  margin-bottom: 0px;
}


/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}



.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}



.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family:  Montserrat;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
 white-space: normal !important; 
}
/* TODO: Find a better place for this */


.container-wide {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

/***** POST PAGE *************/

.post-page-full .blog-header-full {
 background-color: rgba(242, 245, 248, 1.0);
 margin-bottom: 50px;
 padding-top: 100px;
 padding-bottom: 50px;
}

@media screen and (max-width: 922px) {
  .post-page-full .blog-header-full {
   padding-top: 100px;
   padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .post-page-full .blog-header-full {
   padding-top: 100px;
   padding-bottom: 50px;
  }
}

/***** LISTING PAGE *************/

.blog-header-standard .blog-header__inner {
  margin: 0 auto;
 padding-top: 100px;
 padding-bottom: 150px;
}

@media screen and (max-width: 922px) {
  .blog-header-standard .blog-header__inner {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 575px) {
  .blog-header-standard .blog-header__inner {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/***** POST PAGE *************/

.post-header .blog-header__inner {
  margin: 0 auto;
 padding-top: 100px;
 padding-bottom: 50px;
}

@media screen and (max-width: 922px) {
  .post-header .blog-header__inner {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .post-header .blog-header__inner {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}


.blog-header__title {
  text-align: left;
  margin-top: 1.1rem !important;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.blog-header-standard {
  position: relative;
}

.blog-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blog-header-standard .container,
.blog-header-standard .container-slim {
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 922px) {
  .blog-header__form {
    margin: 0 auto;
  }
}

.blog-index {
  display: contents;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0,0,0, 0.2);
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
  -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.blog-index__post:hover {
  transform: scale(1.02);
}

.blog-index__post--large {
  margin-bottom: 1rem;
  padding: 0px;
}

.blog-index__post--large .blog-index__post-content {
 padding: 2rem 1rem 2rem 1rem; 
}

.hhs-blog-card-inner {
  padding: 0px;
  height: 100%;
  position: relative;
}

.hhs-blog-card-inner .blog-index__post-content {
  padding: 20px;
}

.blog-index__post--large h4 a:hover,
.blog-index__post--small h4 a:hover {
  text-decoration: none;
}

.blog-index__post-content--small {
  min-height: 210px;
}

/** FIX FOR RELATED POSTS **/

.blog-recent-posts__list p a.blog-recent-posts__post {
  background-color: transparent;
  -webkit-box-shadow: none;
   box-shadow: none;
  flex: none !important;
}

/** END **/


@media screen and (min-width: 922px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 922px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}

@media (max-width: 575px) {
  .blog-header__title,
  .blog-header__subtitle {
    text-align: center;
  }
  .blog-index__post {
    padding: 1rem 0;
  }
  .blog-index__post--large.blog-index__post  {
   padding-top: 0; 
  }
}

.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}


.blog-index__post--small .blog-index__post-image {
  margin-bottom: 15px;
}



@media screen and (min-width: 922px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 20px;
}
.blog-index__post-content p {
  font-family: Montserrat;
}
.blog-index__post-content a {
  color: #0076A0;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-index__post-author {
  margin: 10px 0;
}

a.blog-index__post-author-name {
 line-height: 30px; 
}
  

.blog-index__post-author-image {
  -webkit-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
}



.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family:  Montserrat;
  margin: 0 auto 3.3rem;
  width: 100%;
  clear: both;
}

.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid  #45555F;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #262E33;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: rgba(38, 46, 51, 0.5);
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #45555F;
  background-color: #45555F;
  color: #ffffff;
}

.blog-header__author-avatar {
  height: 120px;
  width: 120px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #45555F;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  margin: 0 auto;
  padding: 0 0 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta{
  margin: 1rem 0;
}
.blog-post__meta p {
  font-size: 0.9em;
  line-height: 30px;
}

.blog-post__meta a {
  text-decoration: none;
}

.hhs-tag-list ul {
 padding-left: 0px;
  display: table;
}

.hhs-tag-list li {
 list-style-type: none;
  display: block;
  float: left;
}

.blog-index__post-tag,
.hhs-tag-list li a,
.hhs-tag-list li a:hover {
  color: rgba(153, 153, 153, 1.0);
  background-color: rgba(69, 85, 95, 1.0);
}

.blog-index__post-tag,
.hhs-tag-list li a,
.blog-post__tag-link {
  font-size: .8rem;
  padding: 5px 10px;
  -webkit-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  margin: 0 5px 5px 0; 
  display: inline-block;
  line-height: normal;
}

.hhs-tag-list li a span {
  color: rgba(153, 153, 153, 1.0);
  font-size: .6rem;
  text-transform: uppercase;
  font-weight: bold;
}

.blog-post__tag-link:hover,
.hhs-tag-list li a:hover {
  text-decoration: none;
  transform: scale(1.02);
}

.hhs-tag-list .filter-expand-link {
  clear: both;
  display: block;
  margin-top: 15px;
}

a.blog-index__post-button {
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}


.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h4 {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
.blog-recent-posts__list {
  display: flex;
}

.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.blog-recent-posts__post:hover {
  transform: scale(1.02);
}

.blog-recent-posts__post h3 {
  padding: 1rem 1rem 0.5rem;
}
.blog-recent-posts__post p {
  padding: 0 1rem 1rem 1rem;
}

@media screen and (min-width: 922px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (max-width: 922px) {
  .blog-recent-posts__list {
    display: block; 
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3.2);
    margin: 10px;
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
  font-size: 1.25rem;
}

.blog-comments {
  margin: 0 auto;
  padding-bottom: 50px;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.comment.depth-0 {
  border-top: 0px !important;
}

.blog-comments .hs-form-booleancheckbox label {
  line-height: 1.6em !important;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.blog-comments .comment-reply-to:hover {
  transform: scale(1);
}

.blog-comments .replying-to {
 margin-bottom: 25px; 
  display: block;
}


 .hs-blog-social-share {
   padding: 10px 0 0 0;
   border-top: 1px solid rgba(0,0,0,0.2);
   border-bottom: 1px solid rgba(0,0,0,0.2);
   height: auto;
   width: 100%;
   height: auto !important;
 }


/*** FILTER OPTION ***/
.filter__header {
	padding: 16px;
	padding: 1rem;
	margin-bottom: 16px;
  margin-top: 25px;
}

select.post__category-selector {
 height: auto !important;
  padding-right: 25px !important;
}

@media screen and (min-width: 922px) {
	.filter__header {
		padding: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.filter__header .column--8 {
		-webkit-box-flex: 2;
		-ms-flex: 2 300px;
		flex: 2 300px;
	}
	.filter__header .column--4 {
		/*-webkit-box-flex: .5;
		-ms-flex: .5 300px;
		flex: .5 300px;*/
		margin-right: 20px;
	}
}

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

@media screen and (max-width: 575px) {
  .blog-header__author-social-links {
    text-align: center;
  }  
}


/*** END ***/


/***** POST SIDEBAR *************/

.sidebar-con {
 margin-bottom: 50px; 
}

/*** END ***/

 @media (max-width: 922px) {
   .blog-post__tags {
    margin-bottom: 25px;
  }
 }


.blogPostfeaturedImage{float:left;max-width:255px;width:100%;border:1px solid #f2f2f2;cursor:pointer;padding:9px!important; margin-right: 20px;}
.blogPostfeaturedImage .image .blogRelatedPopUp{font-size:0;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1;}
.blogPostfeaturedImage .image { width: 100%; height: 185px; position: relative; }
.blogPostfeaturedImage .image img{width:100%;height:100%!important}
.blogPostfeaturedImage .content p{font-size:10px;line-height:1.2}
.blogPostfeaturedImage p{font-size:10px}
.relatedArticlesWp { padding: 20px; }
.error-page-con {
  padding: 20rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family:  Montserrat;
  font-size: 40vw;
  font-weight: bold;
  z-index: 0;
}

.error-inner {
  position: relative;
  z-index: 2;
}

.error-page h4 {
  margin-bottom: 25px;
}
section.content-wrapper.searchResult button.hs-search-field__button { width: 60px; position: absolute; right: 0; height: 100%; top: 1px; padding: 0 20px; border: none; transition: all .3s; cursor: pointer; background: url(https://23704355.fs1.hubspotusercontent-na1.net/hubfs/23704355/Dakota-2024/images/search-button.svg); background-repeat: no-repeat; background-position: center center; }
section.content-wrapper.searchResult{padding:105px 0 80px 0;}
section.content-wrapper.searchResult input{height:48px;border:1px solid #cdd4d7;border-radius:50px}
section.content-wrapper.searchResult .hs-search-field__form{width:100%}
section.content-wrapper.searchResult .hs-search-field__suggestions-container{display:none}
section.content-wrapper.searchResult button.hs-search-field__button svg{display:none}
section.content-wrapper.searchResult ul.hs-search-results__listing li{border:none;padding:30px;background:#f2f2f2;margin-bottom:30px!important}
section.content-wrapper.searchResult .hs-search-results__title{font-size:24px;font-weight:600;line-height:1.4166}
.custom-pagination{display:flex;justify-content:space-between;margin:0 -8px}
.custom-pagination a{background:#fefbf2;border:1px solid #cdd4d7;cursor:pointer;display:inline-flex;font-weight:600;height:40px;line-height:1.714;margin:0 8px;outline:0;transition:all .3s;width:40px;align-items:center;justify-content:center;font-weight:600;color:#262e33}
.custom-pagination a.active,.custom-pagination a:hover{background:#eeb111}
section.content-wrapper.searchResult ul.hs-search-results__listing li:last-child{margin:0!important}
section.content-wrapper.searchResult .hs-search-results__pagination{margin-top:50px}
input[type="search" i]::-webkit-search-cancel-button { display:none; }
.hs-search-results__pagination a.nextButton { transform: rotate(180deg); }
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

/*** SUBSCRIPTION PREFS ***/


.sub-pre-header {
  padding: 7rem 0 5rem;
  position: relative;
}

.sub-pre-header .container {
  position: relative;
  z-index: 2;
}

.sub-pre-header h1,
.sub-pre-header p {
  text-align: center;
}

.sub-pref-full {
  padding: 1rem 0;
}
.sub-pref-full form {
  max-width: 100%;
}

#hs_cos_wrapper_subscriptions_confirmation h2,
.sub-pref-full form h2 {
  font-size: 20px;
}

.sub-pref-full form .checkbox-row span span {
  font-weight: bold;
}

.sub-pref-full form .item-inner p {
  font-size: 0.8em;
  padding-left: 20px;
}

#email-prefs-form .page-header {
  margin-bottom: 25px;
}

.sub-pref-full h1 {
  display: none;
}

.sub-pref-full h3 {
  font-size: 18px;
}

.head-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0,0,0,0.5);
}


#hs_cos_wrapper_password_prompt_ form {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

/*** SEARCH RESULTS ***/

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Montserrat;
  text-decoration: none;
  margin-bottom: 0.25rem;
  font-size: 20px;
}
.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #0076A0;
}

.results-pre-header {
  padding: 150px 0 50px;
  position: relative;
}

@media (max-width: 922px) {
  .results-pre-header {
    padding: 100px 0 50px;
  }
}

@media (max-width: 767px) {
section.content-wrapper.searchResult{padding:50px 0}
section.content-wrapper.searchResult .hs-search-results__title{font-size:18px}
.hs-search-results__description{margin-top:10px}
section.content-wrapper.searchResult ul.hs-search-results__listing li{padding:20px}
.custom-pagination a{margin:0 2px}
.custom-pagination{margin:0 -2px}
}


@media (max-width: 575px) {
  .results-pre-header {
    padding: 100px 0 50px;
  }
}

.results-pre-header .container {
  position: relative;
  z-index: 2;
}

.results-pre-header h1,
.results-pre-header h5 {
  text-align: center;
}

 
 .hs-search-results__listing li {
   padding-bottom: 20px;
   margin-bottom: 30px;
   border-bottom: 1px solid rgba(0,0,0,0.1);
 }
 
 .hs-search__no-results {
   border: 1px solid rgba(0,0,0,0.1);
   padding: 200px 60px;
   text-align: center;
 }
 
 .hs-search__no-results p:first-child {
   font-weight: bold; 
   font-size: 18px;
 }
/*** CLEAN 6.2 STYLE ****/


/*** CLEAN 6.2 STYLE ****/


/* Images */

img {
    max-width: 100%;
    border: 0;
    
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}





/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}


 
 /* ==========================================================================
 Macros                                                  
 ========================================================================== */
 
 /* Transition */
 
 
 /* Animation Delay */
 
 
 /* Box Shadow */
 
 
 /* Background Size */
 
 
 /* Border Radius */
 
 
 /* User Select */
 
 
 /* Opacity*/
 
 
 
 
 /* ==========================================================================
 Base                                                    
 ========================================================================== */
 
 *, *:before, *:after {
   -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
 html {position: relative;}
 
 html, body {
   min-height: 100%;
   margin: 0;
   padding: 0;
 } 

.body-wrapper {
 overflow: hidden; 
}
 
 hr{
   border: 0;
   height: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
   color: #ccc;
   background-color: #ccc;
   height: 1px;
   border: none;
 }

 
 a { 
   -webkit-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
   text-decoration: none;
 }

 
 /* Highlighted Text */
 ::-moz-selection {
   text-shadow: none;
   color: #fff;
   background: #444;
 }
 ::selection {
   text-shadow: none;
   color: #fff;
   background: #444;
 }
 
 /* Corrects width issues in table elements created via the wysiwyg editor */
 table tr td img {
   max-width: initial;
 }
 
 
 
 /* ==========================================================================
 Structure                                               
 ========================================================================== */
 
 
 
 
 
 /* ==========================================================================
 CSS USED BY CUSTOM MODULES                                                 
 ========================================================================== */
 
 


 /* ==========================================================================
 DEVICE VISIBILITY CLASSES                                                
 ========================================================================== */
 
 .hide-desktop {display: none;}
 .show-desktop {display: block;}
 
 @media (max-width: 991px) { 
   .hide-desktop {display: block !important;}
 
   .show-tablet {display: block !important;}
   .hide-tablet {display: none !important;}
 }
 
 @media (max-width: 767px) { 
   .hide-mobile {display: none !important;}
   .show-mobile {display: block !important;}
 }

 
 /* Modular & Reusable Components
 ========================================================================== */

 .widget-type-blog_subscribe .hs-error-msgs {
   display: none;
 }
 
 .hs_error_rollup {display: none;}

 /* Rich Editor Checkmark Lists */
 .hs_cos_wrapper_type_rich_text ul {
   padding-left: 40px;
 }

 .hs_cos_wrapper_type_rich_text ul li:before {
   display: none;
 }

 
 .post-jump .next-arrow,
 .post-jump .prev-arrow {
   margin: 60px 0 0 12px;
 }


 
 
 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
   z-index: 1000 !important;
 }
 
 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
   left: 100% !important;
 }
 

 
 

 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
   overflow: visible !important;
   max-width: none !important;
   width: auto !important;
   text-decoration: none !important;
   padding-right: 30px;
   white-space: normal !important;
   /*padding-left: 15px;*/
 }
 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
   margin: 0px; 
 }
 
 .hs-menu-wrapper.hs-menu-flow-horizontal ul {
   margin-bottom: 0px; 
 }
 
 
 
 .row-fluid [class*="span"] {
   min-height: auto !important; 
 }
 
 @media (min-width: 1280px) {
   .row-fluid [class*="span"] {
     min-height: 0 !important;
   }
 }
 
 .row-fluid {
   min-height: 0px !important;
 }
 
 
 /* ==========================================================================
 Mobile Menu - Hubspot Standard Toggle Menu
 ========================================================================== */
 
 
 .fb_iframe_widget span,
 .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item span.IN-widget {
   vertical-align: top !important;
 }
 
 
 /**** TOGGLE CSS for Pricing Pages ***/
 
 
 /* ==========================================================================
 4. TEMPLATE MODULE SELECTORS                                         
 ========================================================================== */
 
 #hs-pwd-widget-password {
   margin-bottom: 15px;
   height: auto !important;
   margin-top: 0px !important;
 }
 
 
 /* ==========================================================================
 Blog                                         
 ========================================================================== */
 
 
 .social-sharing-wrapper {
   clear: both;
 }
 
 /** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */
 
 #comments-listing {
   margin-bottom: 30px;
   margin-top: 30px;
 }
 .comment {
   margin: 10px 0;
   padding: 15px 0;
 }
 .comment-date { font-size: 0.8em; display: block !important;  }

 .comment-body { padding: 10px 0; }
 
 /*** RESPONSIVE VIDEO IN BLOG  ****/
 
 .hs-embed-wrapper,
 .hs-responsive-embed-wrapper,
 .hs-responsive-embed { 
   position: relative; 
   height: 0; 
   overflow: hidden; 
   padding-top: 0; 
   padding-left: 0; 
   padding-right: 0; 
   max-width: none !important;
   max-height: none !important;
 }
 
 
 
 .hs-responsive-embed-target-iframe,
 .hs-responsive-embed iframe, 
 .hs-responsive-embed object, 
 .hs-responsive-embed embed { 
   position: absolute; 
   top: 0; 
   left: 0; 
   width: 100%; 
   height: 100%; 
   border: 0; 
 }
 
 .hs-responsive-embed, 
 .hs-responsive-embed.hs-responsive-embed-youtube, 
 .hs-responsive-embed.hs-responsive-embed-wistia, 
 .hs-responsive-embed.hs-responsive-embed-vimeo { 
   padding-bottom: 56.25%; 
 }
 
 /* ==========================================================================
 Forms
 ========================================================================== */
 
 .form-title {
   margin-bottom: 30px;
 }
 
 .legal-consent-container {
   margin: 5px 0 15px;
 }
 
 .legal-consent-container .hs-dependent-field {
   margin-bottom: 20px;
 }
 
 /**** CUSTOM SUBMIT BUTTON ININE WITH INPUT FIELD *****/
 
 .cta-input-inline {
   position: relative; 
 }
 
 .cta-input-inline *, 
 .cta-input-inline form *:after, .cta-input-inline form *:before{
   box-sizing:border-box;
 }
 .cta-input-inline form > div:first-child{
   display:inline-block;
   width:100%;
 }
 .cta-input-inline .hs_email,
 .cta-input-inline .hs_email input{ 
   width:100%;
   display:inline-block;
 }
 .cta-input-inline .hs_submit{
   position: absolute;
   top: 24px;
   right: 0px;
 }
 
 .cta-input-inline .submit-alt .hs-button.primary,
 .cta-input-inline .hs-button.primary {
   padding-top: 14px;
   padding-bottom: 13px;
   margin-right: -2px;
 }
 
 body .cta-input-inline input[type="email"] {
   margin-bottom: 0px; 
 }
 
 .hubspot-link__icon {
   margin-bottom: 4px !important; 
 }
 
 .hs_submit .actions {
   margin-top: 0em; 
 }
 
 
 /* All Global Forms
 ========================================================================== */
 
 /* Labels */
 body label {
   margin-bottom: 5px;
   font-weight: 700;
 }
 body .hs-form-field > label {}
 
 
 body input[type="text"]:focus,
 body input[type="password"]:focus, 
 body input[type="datetime"]:focus, 
 body input[type="datetime-local"]:focus, 
 body input[type="date"]:focus, 
 body input[type="month"]:focus, 
 body input[type="time"]:focus, 
 body input[type="week"]:focus, 
 body input[type="number"]:focus, 
 body input[type="email"]:focus, 
 body input[type="url"]:focus, 
 body input[type="search"]:focus, 
 body input[type="tel"]:focus, 
 body input[type="color"]:focus,
 body input[type="file"]:focus,
 body textarea:focus,
 body select:focus {
   outline: 0;
   box-shadow: none;
 }
 
 /* Separate Styles for Multiple Line Inputs */
 body textarea {
   min-height: 120px;
 }
 
 /* Separate Styles for Drop Downs */
 body select {
   height: 44px;
   -webkit-appearance: none;
   background: #ffffff url("https://507386.fs1.hubspotusercontent-na1.net/hubfs/507386/CLEAN-images/gfx/select-drop-down-arrows.png") no-repeat right center;
   background-size: 14px 33px;
 }
 
 /* Multiple Selection Inputs */
 body form.hs-form .hs-form-field ul.inputs-list {
   list-style: none;
   padding: 0;
 }
 
 .hs-form fieldset.form-columns-1 input[type="checkbox"], 
 .hs-form fieldset.form-columns-1 input[type="radio"] { 
   width: auto !important
 }
 
 
 .form-simple label {
   display: none !important;
 }
 
 /* Form Module
 ========================================================================== */
 
 /* Form Field */
 .hs_cos_wrapper_type_form .hs-form-field {position: relative;margin-bottom: 20px;}
 
 
 /* Labels */
 .hs_cos_wrapper_type_form label {line-height: 20px;}
 
 /* One Line Inputs */
 .hs_cos_wrapper_type_form input[type="text"],
 .hs_cos_wrapper_type_form input[type="password"], 
 .hs_cos_wrapper_type_form input[type="datetime"], 
 .hs_cos_wrapper_type_form input[type="datetime-local"], 
 .hs_cos_wrapper_type_form input[type="date"], 
 .hs_cos_wrapper_type_form input[type="month"], 
 .hs_cos_wrapper_type_form input[type="time"], 
 .hs_cos_wrapper_type_form input[type="week"], 
 .hs_cos_wrapper_type_form input[type="number"], 
 .hs_cos_wrapper_type_form input[type="email"], 
 .hs_cos_wrapper_type_form input[type="url"], 
 .hs_cos_wrapper_type_form input[type="search"], 
 .hs_cos_wrapper_type_form input[type="tel"], 
 .hs_cos_wrapper_type_form input[type="color"],
 .hs_cos_wrapper_type_form input[type="file"],
 .hs_cos_wrapper_type_form textarea,
 .hs_cos_wrapper_type_form select {
   padding: 8px 8px 9px;
 }
 
 
 /* Blog Comment Form
 ========================================================================== */
 
 #comment-form label span {
   vertical-align: middle;
 }
 
 /* Inputs */
 #comment-form input[type="text"] {
   display: inline-block;
 }
 
 #comment-form input[type="checkbox"] {margin-right: 10px;}
 
 
 
 /* Blog Subscription Form
 ========================================================================== */
 
 
 /* Inputs */
 
 #hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"]{
   float: left;
   margin-top: 2px;
   text-align: left !important;
   margin-bottom: 15px;
 }
 #hs_form_target_blog_subscription input[type="email"]:focus {}
 
 #hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
   width: auto;
   margin-right: 10px;
 }
 
 
 /* HUBSPOT SEARCH FORM
 ========================================================================== */
 
 
 .hhs-search-modal.modal {
   max-width: 100%;
   z-index: 100000;
 }
 .hs-search-field__suggestions {
   background-color: #fff; 
   max-height: 200px;
   overflow: scroll;
   text-align: left !important;
 }
 
 .hs-search-field--open .hs-search-field__suggestions {
   border-color: transparent;
   -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
   box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
 }
 
 .hs-search-field__suggestions li a {
   padding: 5px 10px;
   color: #000;
 }
 
 
 .hs-search-field__suggestions li a:hover .hs-search-highlight {
   color: #ffffff; 
 }
 
 #results-for {
   background-color: #f4f4f4;
   padding: 5px 10px;
 }
 


 
 /* HUBSPOT SEARCH FORM IN MODAL
 ========================================================================== */
 
 
 .hhs-search-modal {
   position: relative; 
 }
 
 .hhs-pop {overflow: visible !important;}
 
 .hhs-pop.hhs-modal.hhs-search-modal {
   padding: 20px 40px !important; 
 }
 
 
 .hhs-search-modal .hs-search-field__input {
   box-sizing: border-box;
   width: 100%;
   font-size: 32px !important;
   border: none;
 }
 
 
 .hhs-search-modal .hs-search-field__input  {
   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;
   -o-box-shadow: none !important;
   -ms-box-shadow: none !important;
   box-shadow: none !important; 
 }
 
 .hhs-search-modal button {
   position: absolute;
   top: 0;
   right: -5px;
   height: 100%;
   display: block;
   border: none;
   font-size: 24px;
   -webkit-border-radius: 0 8px 8px 0;
   border-radius: 0 8px 8px 0;
 }
 
 .hhs-search-modal button i {
   color: #fff;
   padding: 0 40px;
 }
 
.hhs-search-modal.modal a.close-modal {
 right: -25px; 
}

 .hhs-search-modal .hs-search-field__suggestions {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .hhs-search-modal .hs-search-field--open .hs-search-field__suggestions {
   border: 1px solid #000;  
 }
 .hhs-search-modal .hs-search-field__suggestions li {
   display: block;
   margin: 0;
   padding: 0;
 }
 .hhs-search-modal .hs-search-field__suggestions #results-for {
   font-weight: bold;
 }
 .hhs-search-modal .hs-search-field__suggestions a,
 .hhs-search-modal .hs-search-field__suggestions #results-for {
   display: block;
 }
 .hhs-search-modal .hs-search-field__suggestions a:hover,
 .hhs-search-modal .hs-search-field__suggestions a:focus {
   background-color:  rgba(0,0,0, .1);
   outline: none;
 }
 
 .blocker {
   z-index: 10000; 
 }
 
 
 @media (max-width: 575px) {
   .search-results h1 {
     text-align: left !important;
   }
   .search-results .padding40tb {
     padding: 0px;
   }
 }
 
 
 /**** CLEAN MODAL OVERIDES ******/
 
 .hhs-pop .hhs-pop-the-form {
   padding: 50px 0;
 }
 
 .blocker {z-index:100000 !important;}
 .hhs-pop.hhs-modal {
   padding: 60px 0px 60px;
   z-index: 1000000;
   position: relative;
 }
 .hhs-pop.hhs-modal .hhs-pform .hs-form-required {
   display: none !important;
 }
 .hhs-pop.hhs-modal .hs-form {
   margin-top: 0;
 }
 @media (min-width: 922px) {
   .hhs-pop .vert-align {
     display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flexbox;
     display: flex;
     align-items: center;
     -webkit-align-items: center;
     justify-content: center;
     -webkit-justify-content: center;
   }
   .hhs-pop .vert-align.rev-order {
     flex-direction: row-reverse;
     -webkit-flex-direction: row-reverse;
   }
 }
 
 .hhs-pop .hhs-page-center {
   max-width: 1000px;
   margin: 0 auto !important;
   float: none !important;
 }
 
 .hhs-pop a.hhs-cta-button, .hhs-pop a.hhs-cta-button:link, .hhs-pop a.hhs-cta-button:active, .hhs-pop a.hhs-cta-button:visited, .hhs-pop a.hhs-cta_button, .hhs-pop a.hhs-cta_button:link, .hhs-pop a.hhs-cta_button:active, .hhs-pop a.hhs-cta_button:visited {
   color: #fff;
   text-decoration: none;
 }
 
 .modal {
   -webkit-border-radius: 3px !important;
   border-radius: 3px !important; 
 }
 
 /*****************************************/
 /*                 FORMS                 */
 /*****************************************/
 
 
 .hs-fieldtype-checkbox > label {
   margin-bottom: 15px;
   display: block;
 }
 .hs-fieldtype-radio > label {
   margin-bottom: 15px;
   display: block;
 }
 
 body .hhs-pop .hhs-pform input[type="checkbox"] {
   -webkit-appearance: checkbox;
   box-sizing: border-box;
 }
 
 body .hhs-pop .hhs-pform input[type="radio"] {
   -webkit-appearance: radio;
   box-sizing: border-box;
 }
 
 body .hhs-pop .hhs-pform input[type="radio"], body .hhs-pop .hhs-pform input[type="checkbox"] {
   background-color: initial;
   cursor: default;
   margin: 3px 0.5ex;
   padding: initial;
   border: initial;
 }
 
 .hhs.hhs-modal.modal .hs-richtext {
   height: auto !important;
   width: 300px !important;
 }
 .hhs.hhs-modal.modal .hs-richtext img {
   height: auto !important;
   width: 300px !important;
 }
 .hhs-pop .hhs-pform .hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
   width: auto;
   margin-right: 10px;
 }
 .hhs-pop .hhs-pform .hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input {
   width: auto;
   margin-right: 10px;
 }
 .hhs-pop .hhs-pform form.hs-form fieldset[class*="form-columns"] .hs-input {
   width: 100%;
   height: auto;
 }
 
 .submitted-message p {
   font-weight: bold;
   font-size: 22px;
 }
 
 @media (max-width: 575px) {
   .hhs-pop.hhs-modal {
     padding: 50px 0px;
   }
 }
 
 
 /* Multi Column Form
 ========================================================================== */
 
 /* Multiple Selection Inputs */
 body form.hs-form .hs-form-field ul.inputs-list li input {}
 body input[type="radio"] {}
 body input[type="checkbox"] {}
 body form.hs-form fieldset { max-width: none; margin-bottom: 0px; }
 body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
 body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
 body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
 body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
 body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }
 
 @media (max-width: 400px) {
   body form.hs-form fieldset .hs-form-field { padding: 0; }
   body form.hs-form fieldset.form-columns-3 .hs-form-field,
   body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
   body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100% !important; }
   body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
 }
 
 
 /* Form Error Selectors
 ========================================================================== */
 .hsformerror{
   font-size: 12px!important;
   border: 0 !important;
   color: #FFF!important;
   background-image: none!important;
   -webkit-box-shadow: none!important;
   -moz-box-shadow: none!important;
   box-shadow: none!important;
   z-index: 99999 !important;*/
 }
 
 
 /* ==========================================================================
 Buttons                                              
 ========================================================================== */
 
 /* Blog Comment Button
 ========================================================================== */
 
 
 /* Blog comment "reply to" section */
 .comment-reply-to{
   background: transparent!important;
   padding-left: 0px!important;
 }
 .comment-reply-to:before{
   content: "\f3e5";
   display: inline-block;
   font-family: "Font Awesome 5 Free";
   font-style: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin-right: 7px;
   font-size: 15px;
   vertical-align: top;
 }
 
 /* Blog Subscription Button
 ========================================================================== */
 
 
 /* ==========================================================================
 Custom Style                                                    
 ========================================================================== */
 
 
 .body-container.container-fluid {
   padding-right: 0 !important;
   padding-left: 0 !important
 }


 
 /* Landscape tablet and smaller devices
 ========================================================================== */
 

   /* General */
   .body-container-wrapper {
     padding-top: 0;
   }
   .sidebar.right,
   .main-content,
   .blog-sidebar {
     margin: 25px 0;
   }
   .hhs-team-member-con {
     margin-top: 50px !important; 
   }
   .social-tagline {
     text-align: center;
     margin-bottom: 15px;
   }
 
   /* Blog */
   #comment-form {
     margin-bottom: 25px;
   }
 


 
 
 
 /* Landscape phones and smaller devices
 ========================================================================== */
 
 @media (max-width: 575px) {
   .body-container-wrapper {
     padding-top: 0px;
   }
   .cta-input-inline .hs_submit {
     float: none;
     width: auto;
   }
   .cta-input-inline form > div:first-child {
     width: 100%;
   }
   .post-item h2 {
     text-align: left;
   }
 
   .hhs-search-modal .hs-search-field__input {
     font-size: 18px !important; 
     margin-bottom: 0px;
   }
   .hhs-pop.hhs-modal.hhs-search-modal{
     padding: 10px !important; 
   }
   .hhs-search-modal button {
     font-size: 16px; 
   }
   .hhs-search-modal button i{
     padding: 0 20px !important;
   }
   .hhs-video-con {max-width:100% !important;}
 
   .hhs-footer {padding: 30px 0px !important;}
 
   .scrolling-testimonials .quote-con {
     font-size: 21px !important; 
   }
   .hhs-form-con {
     max-width: 100% !important; 
   }
 }
 
 
 img {height: auto !important;}
 

 .hubspot-link__container {
   top: 7px !important;
   padding-bottom: 0px !important;
 }
 
 
 /*** BOOTSTRAP GRID ADDITIONS ***/
 
 @media (max-width: 922px) {
   .order-1-tablet {order: 1 !important;}
   .order-2-tablet {order: 2 !important;}
   .order-3-tablet {order: 3 !important;}
   .order-4-tablet {order: 4 !important;}
   .order-5-tablet {order: 5 !important;}
   .order-6-tablet {order: 6 !important;}
 
 }

 
 @media (max-width: 575px) {
   .order-1-mobile {order: 1 !important;}
   .order-2-mobile {order: 2 !important;}
   .order-3-mobile {order: 3 !important;}
   .order-4-mobile {order: 4 !important;}
   .order-5-mobile {order: 5 !important;}
   .order-6-mobile {order: 6 !important;}
 
 }

 
 /*** OVERRIDES ***/

 
 div#preload {
   display: none;
 }
.hhs-pop .hhs-pop-the-form {
  padding: 50px 0;
}



.blocker {z-index:100000 !important;}
.hhs-pop.hhs-modal {
  z-index: 1000000;
  position: relative;
}
.hhs-pop.hhs-modal .hhs-pform .hs-form-required {
  display: none !important;
}
.hhs-pop.hhs-modal .hs-form {
  margin-top: 0;
}
@media (min-width: 922px) {
  .hhs-pop .vert-align {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .hhs-pop .vert-align.rev-order {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
}

.hhs-pop .hhs-page-center {
    max-width: 1000px;
    margin: 0 auto !important;
    float: none !important;
}

.hhs-pop a.hhs-cta-button, .hhs-pop a.hhs-cta-button:link, .hhs-pop a.hhs-cta-button:active, .hhs-pop a.hhs-cta-button:visited, .hhs-pop a.hhs-cta_button, .hhs-pop a.hhs-cta_button:link, .hhs-pop a.hhs-cta_button:active, .hhs-pop a.hhs-cta_button:visited {
    color: #fff;
  	text-decoration: none;
}


/*****************************************/
/*                 FORMS                 */
/*****************************************/

.hhs-pop .hhs-pform input, .hhs-pop .hhs-pform select, .hhs-pop .hhs-pform textarea {
  -webkit-appearance: none;
  color: #555;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #aaaaaa;
}
.hhs-pop .hhs-pform .hs-button.primary {
  background-color: #ffaf03;
  color: #fff;
  text-align: center;
  padding: 15px 12px;
  min-width: 93.5% !important;
}

@media (max-width: 767px) {
  .hhs-pop .hhs-pform .hs-button.primary {
    min-width: 100% !important;
  }
}

.hhs-pop .hhs-pform .hs-button.primary:hover {
  background-color: rgba(255, 175, 3, .7);
}

/* ========================= */
/*           FORM            */
/* ========================= */

.hhs-pop .hhs-pform .hs-button.primary {
    padding: 10px;
    background: transparent;
    color: #ffaf03;
    border: 3px solid #ffaf03;
    margin-top:10px;
    min-width:100%;
    max-width: 100%;
    white-space: normal;
    display: block;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
}
.hhs-pop .hhs-pform .hs-button.primary:hover {
    background: #ffaf03;
    color: #fff;
}

.hhs-pop .hhs-pform .hs-form {
    margin-top:45px;
}
.hhs-pop .hhs-pform ul.inputs-list {
    -webkit-padding-start: 0;
}
.hhs-pop .hhs-pform .hs-form-radio {
    list-style-type:none;
}
.hhs-pop .hhs-pform .hs-form-booleancheckbox {
    list-style-type:none;
}
.hhs-pop .hhs-pform .hs-form fieldset {
    max-width: none !important;
}
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 .input {
    margin-right: 0!important;
}
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-2 .input {
    margin-right: 8px;
}
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-2 .hs-form-field:last-child .input {
    margin-right: 0;
}
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-3 .input {
    margin-right: 12px;
}
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-3 .hs-form-field:last-child .input {
    margin-right: 0;
}
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%!important;
}
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 input[type=checkbox], .hhs-pop .hs-form fieldset.form-columns-1 input[type=radio] {
    width:auto!important;
}
.hhs-pop .hhs-pform .hs-form-field .hs_email {
    display:inline-block;
}


.hhs-pop .hhs-pform ul.inputs-list li {
    list-style: none;
}

body .hhs-pop .hhs-pform input[type="checkbox" i] {
    -webkit-appearance: checkbox;
    box-sizing: border-box;
}

body .hhs-pop .hhs-pform input[type="radio" i] {
    -webkit-appearance: radio;
    box-sizing: border-box;
}

body .hhs-pop .hhs-pform input[type="radio" i], body .hhs-pop .hhs-pform input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}

.hhs.hhs-modal.modal .hs-richtext {

}
.hhs.hhs-modal.modal .hs-richtext {
    height: auto !important;
    width: 300px !important;
}
.hhs.hhs-modal.modal .hs-richtext img {
    height: auto !important;
    width: 300px !important;
}
.hhs-pop .hhs-pform .hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
  	margin-right: 10px;
}
.hhs-pop .hhs-pform .hs-form fieldset[class*="form-columns"] input[type="checkbox" i].hs-input {
    width: auto;
  	margin-right: 10px;
}
.hhs-pop .hhs-pform form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%;
    height: auto;
}

.submitted-message p {
 font-weight: bold;
  font-size: 22px;
}

@media (max-width: 575px) {
 .hhs-pop.hhs-modal {
   padding: 50px 0px;
  }
}



/** 3RD PART CSS INCLUDES **/

/*!
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 */
html{box-sizing:border-box;-ms-overflow-style:scrollbar;}
*,*::before,*::after{box-sizing:inherit;}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:576px){
  .container{max-width:540px;}
}
@media (min-width:768px){
  .container{max-width:720px;}
}
@media (min-width:992px){
  .container{max-width:960px;}
}
@media (min-width:1200px){
  .container{max-width:1140px;}
}
.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.no-gutters{margin-right:0;margin-left:0;}
.no-gutters > .col,.no-gutters > [class*="col-"]{padding-right:0;padding-left:0;}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px;}
.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-first{-ms-flex-order:-1;order:-1;}
.order-last{-ms-flex-order:13;order:13;}
.order-0{-ms-flex-order:0;order:0;}
.order-1{-ms-flex-order:1;order:1;}
.order-2{-ms-flex-order:2;order:2;}
.order-3{-ms-flex-order:3;order:3;}
.order-4{-ms-flex-order:4;order:4;}
.order-5{-ms-flex-order:5;order:5;}
.order-6{-ms-flex-order:6;order:6;}
.order-7{-ms-flex-order:7;order:7;}
.order-8{-ms-flex-order:8;order:8;}
.order-9{-ms-flex-order:9;order:9;}
.order-10{-ms-flex-order:10;order:10;}
.order-11{-ms-flex-order:11;order:11;}
.order-12{-ms-flex-order:12;order:12;}
.offset-1{margin-left:8.333333%;}
.offset-2{margin-left:16.666667%;}
.offset-3{margin-left:25%;}
.offset-4{margin-left:33.333333%;}
.offset-5{margin-left:41.666667%;}
.offset-6{margin-left:50%;}
.offset-7{margin-left:58.333333%;}
.offset-8{margin-left:66.666667%;}
.offset-9{margin-left:75%;}
.offset-10{margin-left:83.333333%;}
.offset-11{margin-left:91.666667%;}
@media (min-width:576px){
  .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
  .col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
  .col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
  .col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
  .col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
  .col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
  .col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
  .col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
  .col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
  .col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
  .col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
  .col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
  .col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
  .col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
  .order-sm-first{-ms-flex-order:-1;order:-1;}
  .order-sm-last{-ms-flex-order:13;order:13;}
  .order-sm-0{-ms-flex-order:0;order:0;}
  .order-sm-1{-ms-flex-order:1;order:1;}
  .order-sm-2{-ms-flex-order:2;order:2;}
  .order-sm-3{-ms-flex-order:3;order:3;}
  .order-sm-4{-ms-flex-order:4;order:4;}
  .order-sm-5{-ms-flex-order:5;order:5;}
  .order-sm-6{-ms-flex-order:6;order:6;}
  .order-sm-7{-ms-flex-order:7;order:7;}
  .order-sm-8{-ms-flex-order:8;order:8;}
  .order-sm-9{-ms-flex-order:9;order:9;}
  .order-sm-10{-ms-flex-order:10;order:10;}
  .order-sm-11{-ms-flex-order:11;order:11;}
  .order-sm-12{-ms-flex-order:12;order:12;}
  .offset-sm-0{margin-left:0;}
  .offset-sm-1{margin-left:8.333333%;}
  .offset-sm-2{margin-left:16.666667%;}
  .offset-sm-3{margin-left:25%;}
  .offset-sm-4{margin-left:33.333333%;}
  .offset-sm-5{margin-left:41.666667%;}
  .offset-sm-6{margin-left:50%;}
  .offset-sm-7{margin-left:58.333333%;}
  .offset-sm-8{margin-left:66.666667%;}
  .offset-sm-9{margin-left:75%;}
  .offset-sm-10{margin-left:83.333333%;}
  .offset-sm-11{margin-left:91.666667%;}
}
@media (min-width:768px){
  .col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
  .col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
  .col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
  .col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
  .col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
  .col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
  .col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
  .col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
  .col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
  .col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
  .col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
  .col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
  .col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
  .col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
  .order-md-first{-ms-flex-order:-1;order:-1;}
  .order-md-last{-ms-flex-order:13;order:13;}
  .order-md-0{-ms-flex-order:0;order:0;}
  .order-md-1{-ms-flex-order:1;order:1;}
  .order-md-2{-ms-flex-order:2;order:2;}
  .order-md-3{-ms-flex-order:3;order:3;}
  .order-md-4{-ms-flex-order:4;order:4;}
  .order-md-5{-ms-flex-order:5;order:5;}
  .order-md-6{-ms-flex-order:6;order:6;}
  .order-md-7{-ms-flex-order:7;order:7;}
  .order-md-8{-ms-flex-order:8;order:8;}
  .order-md-9{-ms-flex-order:9;order:9;}
  .order-md-10{-ms-flex-order:10;order:10;}
  .order-md-11{-ms-flex-order:11;order:11;}
  .order-md-12{-ms-flex-order:12;order:12;}
  .offset-md-0{margin-left:0;}
  .offset-md-1{margin-left:8.333333%;}
  .offset-md-2{margin-left:16.666667%;}
  .offset-md-3{margin-left:25%;}
  .offset-md-4{margin-left:33.333333%;}
  .offset-md-5{margin-left:41.666667%;}
  .offset-md-6{margin-left:50%;}
  .offset-md-7{margin-left:58.333333%;}
  .offset-md-8{margin-left:66.666667%;}
  .offset-md-9{margin-left:75%;}
  .offset-md-10{margin-left:83.333333%;}
  .offset-md-11{margin-left:91.666667%;}
}
@media (min-width:992px){
  .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
  .col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
  .col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
  .col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
  .col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
  .col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
  .col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
  .col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
  .col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
  .col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
  .col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
  .col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
  .col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
  .col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
  .order-lg-first{-ms-flex-order:-1;order:-1;}
  .order-lg-last{-ms-flex-order:13;order:13;}
  .order-lg-0{-ms-flex-order:0;order:0;}
  .order-lg-1{-ms-flex-order:1;order:1;}
  .order-lg-2{-ms-flex-order:2;order:2;}
  .order-lg-3{-ms-flex-order:3;order:3;}
  .order-lg-4{-ms-flex-order:4;order:4;}
  .order-lg-5{-ms-flex-order:5;order:5;}
  .order-lg-6{-ms-flex-order:6;order:6;}
  .order-lg-7{-ms-flex-order:7;order:7;}
  .order-lg-8{-ms-flex-order:8;order:8;}
  .order-lg-9{-ms-flex-order:9;order:9;}
  .order-lg-10{-ms-flex-order:10;order:10;}
  .order-lg-11{-ms-flex-order:11;order:11;}
  .order-lg-12{-ms-flex-order:12;order:12;}
  .offset-lg-0{margin-left:0;}
  .offset-lg-1{margin-left:8.333333%;}
  .offset-lg-2{margin-left:16.666667%;}
  .offset-lg-3{margin-left:25%;}
  .offset-lg-4{margin-left:33.333333%;}
  .offset-lg-5{margin-left:41.666667%;}
  .offset-lg-6{margin-left:50%;}
  .offset-lg-7{margin-left:58.333333%;}
  .offset-lg-8{margin-left:66.666667%;}
  .offset-lg-9{margin-left:75%;}
  .offset-lg-10{margin-left:83.333333%;}
  .offset-lg-11{margin-left:91.666667%;}
}
@media (min-width:1200px){
  .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
  .col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
  .col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
  .col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
  .col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
  .col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
  .col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
  .col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
  .col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
  .col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
  .col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
  .col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
  .col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
  .col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
  .order-xl-first{-ms-flex-order:-1;order:-1;}
  .order-xl-last{-ms-flex-order:13;order:13;}
  .order-xl-0{-ms-flex-order:0;order:0;}
  .order-xl-1{-ms-flex-order:1;order:1;}
  .order-xl-2{-ms-flex-order:2;order:2;}
  .order-xl-3{-ms-flex-order:3;order:3;}
  .order-xl-4{-ms-flex-order:4;order:4;}
  .order-xl-5{-ms-flex-order:5;order:5;}
  .order-xl-6{-ms-flex-order:6;order:6;}
  .order-xl-7{-ms-flex-order:7;order:7;}
  .order-xl-8{-ms-flex-order:8;order:8;}
  .order-xl-9{-ms-flex-order:9;order:9;}
  .order-xl-10{-ms-flex-order:10;order:10;}
  .order-xl-11{-ms-flex-order:11;order:11;}
  .order-xl-12{-ms-flex-order:12;order:12;}
  .offset-xl-0{margin-left:0;}
  .offset-xl-1{margin-left:8.333333%;}
  .offset-xl-2{margin-left:16.666667%;}
  .offset-xl-3{margin-left:25%;}
  .offset-xl-4{margin-left:33.333333%;}
  .offset-xl-5{margin-left:41.666667%;}
  .offset-xl-6{margin-left:50%;}
  .offset-xl-7{margin-left:58.333333%;}
  .offset-xl-8{margin-left:66.666667%;}
  .offset-xl-9{margin-left:75%;}
  .offset-xl-10{margin-left:83.333333%;}
  .offset-xl-11{margin-left:91.666667%;}
}
.d-none{display:none!important;}
.d-inline{display:inline!important;}
.d-inline-block{display:inline-block!important;}
.d-block{display:block!important;}
.d-table{display:table!important;}
.d-table-row{display:table-row!important;}
.d-table-cell{display:table-cell!important;}
.d-flex{display:-ms-flexbox!important;display:flex!important;}
.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important;}
@media (min-width:576px){
  .d-sm-none{display:none!important;}
  .d-sm-inline{display:inline!important;}
  .d-sm-inline-block{display:inline-block!important;}
  .d-sm-block{display:block!important;}
  .d-sm-table{display:table!important;}
  .d-sm-table-row{display:table-row!important;}
  .d-sm-table-cell{display:table-cell!important;}
  .d-sm-flex{display:-ms-flexbox!important;display:flex!important;}
  .d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important;}
}
@media (min-width:768px){
  .d-md-none{display:none!important;}
  .d-md-inline{display:inline!important;}
  .d-md-inline-block{display:inline-block!important;}
  .d-md-block{display:block!important;}
  .d-md-table{display:table!important;}
  .d-md-table-row{display:table-row!important;}
  .d-md-table-cell{display:table-cell!important;}
  .d-md-flex{display:-ms-flexbox!important;display:flex!important;}
  .d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important;}
}
@media (min-width:992px){
  .d-lg-none{display:none!important;}
  .d-lg-inline{display:inline!important;}
  .d-lg-inline-block{display:inline-block!important;}
  .d-lg-block{display:block!important;}
  .d-lg-table{display:table!important;}
  .d-lg-table-row{display:table-row!important;}
  .d-lg-table-cell{display:table-cell!important;}
  .d-lg-flex{display:-ms-flexbox!important;display:flex!important;}
  .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important;}
}
@media (min-width:1200px){
  .d-xl-none{display:none!important;}
  .d-xl-inline{display:inline!important;}
  .d-xl-inline-block{display:inline-block!important;}
  .d-xl-block{display:block!important;}
  .d-xl-table{display:table!important;}
  .d-xl-table-row{display:table-row!important;}
  .d-xl-table-cell{display:table-cell!important;}
  .d-xl-flex{display:-ms-flexbox!important;display:flex!important;}
  .d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important;}
}
@media print{
  .d-print-none{display:none!important;}
  .d-print-inline{display:inline!important;}
  .d-print-inline-block{display:inline-block!important;}
  .d-print-block{display:block!important;}
  .d-print-table{display:table!important;}
  .d-print-table-row{display:table-row!important;}
  .d-print-table-cell{display:table-cell!important;}
  .d-print-flex{display:-ms-flexbox!important;display:flex!important;}
  .d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important;}
}
.flex-row{-ms-flex-direction:row!important;flex-direction:row!important;}
.flex-column{-ms-flex-direction:column!important;flex-direction:column!important;}
.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important;}
.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important;}
.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;}
.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;}
.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important;}
.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important;}
.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important;}
.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important;}
.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important;}
.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important;}
.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important;}
.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important;}
.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important;}
.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important;}
.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important;}
.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important;}
.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important;}
.align-items-center{-ms-flex-align:center!important;align-items:center!important;}
.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important;}
.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important;}
.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important;}
.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important;}
.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important;}
.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important;}
.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important;}
.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important;}
.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important;}
.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important;}
.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important;}
.align-self-center{-ms-flex-item-align:center!important;align-self:center!important;}
.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important;}
.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important;}
@media (min-width:576px){
  .flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important;}
  .flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important;}
  .flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important;}
  .flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important;}
  .flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;}
  .flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;}
  .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important;}
  .flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important;}
  .flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important;}
  .flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important;}
  .flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important;}
  .flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important;}
  .justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important;}
  .justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important;}
  .justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important;}
  .justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important;}
  .justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important;}
  .align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important;}
  .align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important;}
  .align-items-sm-center{-ms-flex-align:center!important;align-items:center!important;}
  .align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important;}
  .align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important;}
  .align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important;}
  .align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important;}
  .align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important;}
  .align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important;}
  .align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important;}
  .align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important;}
  .align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important;}
  .align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important;}
  .align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important;}
  .align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important;}
  .align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important;}
  .align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important;}
}
@media (min-width:768px){
  .flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important;}
  .flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important;}
  .flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important;}
  .flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important;}
  .flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;}
  .flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;}
  .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important;}
  .flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important;}
  .flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important;}
  .flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important;}
  .flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important;}
  .flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important;}
  .justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important;}
  .justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important;}
  .justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important;}
  .justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important;}
  .justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important;}
  .align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important;}
  .align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important;}
  .align-items-md-center{-ms-flex-align:center!important;align-items:center!important;}
  .align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important;}
  .align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important;}
  .align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important;}
  .align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important;}
  .align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important;}
  .align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important;}
  .align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important;}
  .align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important;}
  .align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important;}
  .align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important;}
  .align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important;}
  .align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important;}
  .align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important;}
  .align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important;}
}
@media (min-width:992px){
  .flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important;}
  .flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important;}
  .flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important;}
  .flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important;}
  .flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;}
  .flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;}
  .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important;}
  .flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important;}
  .flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important;}
  .flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important;}
  .flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important;}
  .flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important;}
  .justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important;}
  .justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important;}
  .justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important;}
  .justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important;}
  .justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important;}
  .align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important;}
  .align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important;}
  .align-items-lg-center{-ms-flex-align:center!important;align-items:center!important;}
  .align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important;}
  .align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important;}
  .align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important;}
  .align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important;}
  .align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important;}
  .align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important;}
  .align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important;}
  .align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important;}
  .align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important;}
  .align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important;}
  .align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important;}
  .align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important;}
  .align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important;}
  .align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important;}
}
@media (min-width:1200px){
  .flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important;}
  .flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important;}
  .flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important;}
  .flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important;}
  .flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;}
  .flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;}
  .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important;}
  .flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important;}
  .flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important;}
  .flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important;}
  .flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important;}
  .flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important;}
  .justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important;}
  .justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important;}
  .justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important;}
  .justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important;}
  .justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important;}
  .align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important;}
  .align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important;}
  .align-items-xl-center{-ms-flex-align:center!important;align-items:center!important;}
  .align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important;}
  .align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important;}
  .align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important;}
  .align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important;}
  .align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important;}
  .align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important;}
  .align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important;}
  .align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important;}
  .align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important;}
  .align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important;}
  .align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important;}
  .align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important;}
  .align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important;}
  .align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important;}
}

  .pt-0,.py-0{padding-top:0px !important;}
  .pb-0,.py-0{padding-bottom:0px !important;}
  .mt-0,.my-0{margin-top:0px !important;}
  .mb-0,.my-0{margin-bottom:0px !important;}
  .pt-5,.py-5{padding-top:5px !important;}
  .pb-5,.py-5{padding-bottom:5px !important;}
  .mt-5,.my-5{margin-top:5px !important;}
  .mb-5,.my-5{margin-bottom:5px !important;}
  .pt-10,.py-10{padding-top:10px !important;}
  .pb-10,.py-10{padding-bottom:10px !important;}
  .mt-10,.my-10{margin-top:10px !important;}
  .mb-10,.my-10{margin-bottom:10px !important;}
  .pt-15,.py-15{padding-top:15px !important;}
  .pb-15,.py-15{padding-bottom:15px !important;}
  .mt-15,.my-15{margin-top:15px !important;}
  .mb-15,.my-15{margin-bottom:15px !important;}
  .pt-20,.py-20{padding-top:20px !important;}
  .pb-20,.py-20{padding-bottom:20px !important;}
  .mt-20,.my-20{margin-top:20px !important;}
  .mb-20,.my-20{margin-bottom:20px !important;}
  .pt-25,.py-25{padding-top:25px !important;}
  .pb-25,.py-25{padding-bottom:25px !important;}
  .mt-25,.my-25{margin-top:25px !important;}
  .mb-25,.my-25{margin-bottom:25px !important;}
  .pt-30,.py-30{padding-top:30px !important;}
  .pb-30,.py-30{padding-bottom:30px !important;}
  .mt-30,.my-30{margin-top:30px !important;}
  .mb-30,.my-30{margin-bottom:30px !important;}
  .pt-35,.py-35{padding-top:35px !important;}
  .pb-35,.py-35{padding-bottom:35px !important;}
  .mt-35,.my-35{margin-top:35px !important;}
  .mb-35,.my-35{margin-bottom:35px !important;}
  .pt-40,.py-40{padding-top:40px !important;}
  .pb-40,.py-40{padding-bottom:40px !important;}
  .mt-40,.my-40{margin-top:40px !important;}
  .mb-40,.my-40{margin-bottom:40px !important;}
  .pt-45,.py-45{padding-top:45px !important;}
  .pb-45,.py-45{padding-bottom:45px !important;}
  .mt-45,.my-45{margin-top:45px !important;}
  .mb-45,.my-45{margin-bottom:45px !important;}
  .pt-50,.py-50{padding-top:50px !important;}
  .pb-50,.py-50{padding-bottom:50px !important;}
  .mt-50,.my-50{margin-top:50px !important;}
  .mb-50,.my-50{margin-bottom:50px !important;}
  .pt-55,.py-55{padding-top:55px !important;}
  .pb-55,.py-55{padding-bottom:55px !important;}
  .mt-55,.my-55{margin-top:55px !important;}
  .mb-55,.my-55{margin-bottom:55px !important;}
  .pt-60,.py-60{padding-top:60px !important;}
  .pb-60,.py-60{padding-bottom:60px !important;}
  .mt-60,.my-60{margin-top:60px !important;}
  .mb-60,.my-60{margin-bottom:60px !important;}
  .pt-65,.py-65{padding-top:65px !important;}
  .pb-65,.py-65{padding-bottom:65px !important;}
  .mt-65,.my-65{margin-top:65px !important;}
  .mb-65,.my-65{margin-bottom:65px !important;}
  .pt-70,.py-70{padding-top:70px !important;}
  .pb-70,.py-70{padding-bottom:70px !important;}
  .mt-70,.my-70{margin-top:70px !important;}
  .mb-70,.my-70{margin-bottom:70px !important;}
  .pt-75,.py-75{padding-top:75px !important;}
  .pb-75,.py-75{padding-bottom:75px !important;}
  .mt-75,.my-75{margin-top:75px !important;}
  .mb-75,.my-75{margin-bottom:75px !important;}
  .pt-80,.py-80{padding-top:80px !important;}
  .pb-80,.py-80{padding-bottom:80px !important;}
  .mt-80,.my-80{margin-top:80px !important;}
  .mb-80,.my-80{margin-bottom:80px !important;}
  .pt-85,.py-85{padding-top:85px !important;}
  .pb-85,.py-85{padding-bottom:85px !important;}
  .mt-85,.my-85{margin-top:85px !important;}
  .mb-85,.my-85{margin-bottom:85px !important;}
  .pt-90,.py-90{padding-top:90px !important;}
  .pb-90,.py-90{padding-bottom:90px !important;}
  .mt-90,.my-90{margin-top:90px !important;}
  .mb-90,.my-90{margin-bottom:90px !important;}
  .pt-95,.py-95{padding-top:95px !important;}
  .pb-95,.py-95{padding-bottom:95px !important;}
  .mt-95,.my-95{margin-top:95px !important;}
  .mb-95,.my-95{margin-bottom:95px !important;}
  .pt-100,.py-100{padding-top:100px !important;}
  .pb-100,.py-100{padding-bottom:100px !important;}
  .mt-100,.my-100{margin-top:100px !important;}
  .mb-100,.my-100{margin-bottom:100px !important;}
  .pt-105,.py-105{padding-top:105px !important;}
  .pb-105,.py-105{padding-bottom:105px !important;}
  .mt-105,.my-105{margin-top:105px !important;}
  .mb-105,.my-105{margin-bottom:105px !important;}
  .pt-110,.py-110{padding-top:110px !important;}
  .pb-110,.py-110{padding-bottom:110px !important;}
  .mt-110,.my-110{margin-top:110px !important;}
  .mb-110,.my-110{margin-bottom:110px !important;}
  .pt-115,.py-115{padding-top:115px !important;}
  .pb-115,.py-115{padding-bottom:115px !important;}
  .mt-115,.my-115{margin-top:115px !important;}
  .mb-115,.my-115{margin-bottom:115px !important;}
  .pt-120,.py-120{padding-top:120px !important;}
  .pb-120,.py-120{padding-bottom:120px !important;}
  .mt-120,.my-120{margin-top:120px !important;}
  .mb-120,.my-120{margin-bottom:120px !important;}
  .pt-125,.py-125{padding-top:125px !important;}
  .pb-125,.py-125{padding-bottom:125px !important;}
  .mt-125,.my-125{margin-top:125px !important;}
  .mb-125,.my-125{margin-bottom:125px !important;}
  .pt-130,.py-130{padding-top:130px !important;}
  .pb-130,.py-130{padding-bottom:130px !important;}
  .mt-130,.my-130{margin-top:130px !important;}
  .mb-130,.my-130{margin-bottom:130px !important;}
  .pt-135,.py-135{padding-top:135px !important;}
  .pb-135,.py-135{padding-bottom:135px !important;}
  .mt-135,.my-135{margin-top:135px !important;}
  .mb-135,.my-135{margin-bottom:135px !important;}
  .pt-140,.py-140{padding-top:140px !important;}
  .pb-140,.py-140{padding-bottom:140px !important;}
  .mt-140,.my-140{margin-top:140px !important;}
  .mb-140,.my-140{margin-bottom:140px !important;}
  .pt-145,.py-145{padding-top:145px !important;}
  .pb-145,.py-145{padding-bottom:145px !important;}
  .mt-145,.my-145{margin-top:145px !important;}
  .mb-145,.my-145{margin-bottom:145px !important;}
  .pt-150,.py-150{padding-top:150px !important;}
  .pb-150,.py-150{padding-bottom:150px !important;}
  .mt-150,.my-150{margin-top:150px !important;}
  .mb-150,.my-150{margin-bottom:150px !important;}
  .pt-155,.py-155{padding-top:155px !important;}
  .pb-155,.py-155{padding-bottom:155px !important;}
  .mt-155,.my-155{margin-top:155px !important;}
  .mb-155,.my-155{margin-bottom:155px !important;}
  .pt-160,.py-160{padding-top:160px !important;}
  .pb-160,.py-160{padding-bottom:160px !important;}
  .mt-160,.my-160{margin-top:160px !important;}
  .mb-160,.my-160{margin-bottom:160px !important;}
  .pt-165,.py-165{padding-top:165px !important;}
  .pb-165,.py-165{padding-bottom:165px !important;}
  .mt-165,.my-165{margin-top:165px !important;}
  .mb-165,.my-165{margin-bottom:165px !important;}
  .pt-170,.py-170{padding-top:170px !important;}
  .pb-170,.py-170{padding-bottom:170px !important;}
  .mt-170,.my-170{margin-top:170px !important;}
  .mb-170,.my-170{margin-bottom:170px !important;}
  .pt-175,.py-175{padding-top:175px !important;}
  .pb-175,.py-175{padding-bottom:175px !important;}
  .mt-175,.my-175{margin-top:175px !important;}
  .mb-175,.my-175{margin-bottom:175px !important;}
  .pt-180,.py-180{padding-top:180px !important;}
  .pb-180,.py-180{padding-bottom:180px !important;}
  .mt-180,.my-180{margin-top:180px !important;}
  .mb-180,.my-180{margin-bottom:180px !important;}
  .pt-185,.py-185{padding-top:185px !important;}
  .pb-185,.py-185{padding-bottom:185px !important;}
  .mt-185,.my-185{margin-top:185px !important;}
  .mb-185,.my-185{margin-bottom:185px !important;}
  .pt-190,.py-190{padding-top:190px !important;}
  .pb-190,.py-190{padding-bottom:190px !important;}
  .mt-190,.my-190{margin-top:190px !important;}
  .mb-190,.my-190{margin-bottom:190px !important;}
  .pt-195,.py-195{padding-top:195px !important;}
  .pb-195,.py-195{padding-bottom:195px !important;}
  .mt-195,.my-195{margin-top:195px !important;}
  .mb-195,.my-195{margin-bottom:195px !important;}
  .pt-200,.py-200{padding-top:200px !important;}
  .pb-200,.py-200{padding-bottom:200px !important;}
  .mt-200,.my-200{margin-top:200px !important;}
  .mb-200,.my-200{margin-bottom:200px !important;}
  .pt-205,.py-205{padding-top:205px !important;}
  .pb-205,.py-205{padding-bottom:205px !important;}
  .mt-205,.my-205{margin-top:205px !important;}
  .mb-205,.my-205{margin-bottom:205px !important;}
  .pt-210,.py-210{padding-top:210px !important;}
  .pb-210,.py-210{padding-bottom:210px !important;}
  .mt-210,.my-210{margin-top:210px !important;}
  .mb-210,.my-210{margin-bottom:210px !important;}
  .pt-215,.py-215{padding-top:215px !important;}
  .pb-215,.py-215{padding-bottom:215px !important;}
  .mt-215,.my-215{margin-top:215px !important;}
  .mb-215,.my-215{margin-bottom:215px !important;}
  .pt-220,.py-220{padding-top:220px !important;}
  .pb-220,.py-220{padding-bottom:220px !important;}
  .mt-220,.my-220{margin-top:220px !important;}
  .mb-220,.my-220{margin-bottom:220px !important;}
  .pt-225,.py-225{padding-top:225px !important;}
  .pb-225,.py-225{padding-bottom:225px !important;}
  .mt-225,.my-225{margin-top:225px !important;}
  .mb-225,.my-225{margin-bottom:225px !important;}
  .pt-230,.py-230{padding-top:230px !important;}
  .pb-230,.py-230{padding-bottom:230px !important;}
  .mt-230,.my-230{margin-top:230px !important;}
  .mb-230,.my-230{margin-bottom:230px !important;}
  .pt-235,.py-235{padding-top:235px !important;}
  .pb-235,.py-235{padding-bottom:235px !important;}
  .mt-235,.my-235{margin-top:235px !important;}
  .mb-235,.my-235{margin-bottom:235px !important;}
  .pt-240,.py-240{padding-top:240px !important;}
  .pb-240,.py-240{padding-bottom:240px !important;}
  .mt-240,.my-240{margin-top:240px !important;}
  .mb-240,.my-240{margin-bottom:240px !important;}
  .pt-245,.py-245{padding-top:245px !important;}
  .pb-245,.py-245{padding-bottom:245px !important;}
  .mt-245,.my-245{margin-top:245px !important;}
  .mb-245,.my-245{margin-bottom:245px !important;}
.m-auto{margin:auto!important;}
.mt-auto,.my-auto{margin-top:auto!important;}
.mr-auto,.mx-auto{margin-right:auto!important;}
.mb-auto,.my-auto{margin-bottom:auto!important;}
.ml-auto,.mx-auto{margin-left:auto!important;}
@media (min-width:576px){
  
  
  .pt-sm-0,.py-sm-0{padding-top:0px !important;}
  .pb-sm-0,.py-sm-0{padding-bottom:0px !important;}
  .mt-sm-0,.my-sm-0{margin-top:0px !important;}
  .mb-sm-0,.my-sm-0{margin-bottom:0px !important;}
  .pt-sm-5,.py-sm-5{padding-top:5px !important;}
  .pb-sm-5,.py-sm-5{padding-bottom:5px !important;}
  .mt-sm-5,.my-sm-5{margin-top:5px !important;}
  .mb-sm-5,.my-sm-5{margin-bottom:5px !important;}
  .pt-sm-10,.py-sm-10{padding-top:10px !important;}
  .pb-sm-10,.py-sm-10{padding-bottom:10px !important;}
  .mt-sm-10,.my-sm-10{margin-top:10px !important;}
  .mb-sm-10,.my-sm-10{margin-bottom:10px !important;}
  .pt-sm-15,.py-sm-15{padding-top:15px !important;}
  .pb-sm-15,.py-sm-15{padding-bottom:15px !important;}
  .mt-sm-15,.my-sm-15{margin-top:15px !important;}
  .mb-sm-15,.my-sm-15{margin-bottom:15px !important;}
  .pt-sm-20,.py-sm-20{padding-top:20px !important;}
  .pb-sm-20,.py-sm-20{padding-bottom:20px !important;}
  .mt-sm-20,.my-sm-20{margin-top:20px !important;}
  .mb-sm-20,.my-sm-20{margin-bottom:20px !important;}
  .pt-sm-25,.py-sm-25{padding-top:25px !important;}
  .pb-sm-25,.py-sm-25{padding-bottom:25px !important;}
  .mt-sm-25,.my-sm-25{margin-top:25px !important;}
  .mb-sm-25,.my-sm-25{margin-bottom:25px !important;}
  .pt-sm-30,.py-sm-30{padding-top:30px !important;}
  .pb-sm-30,.py-sm-30{padding-bottom:30px !important;}
  .mt-sm-30,.my-sm-30{margin-top:30px !important;}
  .mb-sm-30,.my-sm-30{margin-bottom:30px !important;}
  .pt-sm-35,.py-sm-35{padding-top:35px !important;}
  .pb-sm-35,.py-sm-35{padding-bottom:35px !important;}
  .mt-sm-35,.my-sm-35{margin-top:35px !important;}
  .mb-sm-35,.my-sm-35{margin-bottom:35px !important;}
  .pt-sm-40,.py-sm-40{padding-top:40px !important;}
  .pb-sm-40,.py-sm-40{padding-bottom:40px !important;}
  .mt-sm-40,.my-sm-40{margin-top:40px !important;}
  .mb-sm-40,.my-sm-40{margin-bottom:40px !important;}
  .pt-sm-45,.py-sm-45{padding-top:45px !important;}
  .pb-sm-45,.py-sm-45{padding-bottom:45px !important;}
  .mt-sm-45,.my-sm-45{margin-top:45px !important;}
  .mb-sm-45,.my-sm-45{margin-bottom:45px !important;}
  .pt-sm-50,.py-sm-50{padding-top:50px !important;}
  .pb-sm-50,.py-sm-50{padding-bottom:50px !important;}
  .mt-sm-50,.my-sm-50{margin-top:50px !important;}
  .mb-sm-50,.my-sm-50{margin-bottom:50px !important;}
  .pt-sm-55,.py-sm-55{padding-top:55px !important;}
  .pb-sm-55,.py-sm-55{padding-bottom:55px !important;}
  .mt-sm-55,.my-sm-55{margin-top:55px !important;}
  .mb-sm-55,.my-sm-55{margin-bottom:55px !important;}
  .pt-sm-60,.py-sm-60{padding-top:60px !important;}
  .pb-sm-60,.py-sm-60{padding-bottom:60px !important;}
  .mt-sm-60,.my-sm-60{margin-top:60px !important;}
  .mb-sm-60,.my-sm-60{margin-bottom:60px !important;}
  .pt-sm-65,.py-sm-65{padding-top:65px !important;}
  .pb-sm-65,.py-sm-65{padding-bottom:65px !important;}
  .mt-sm-65,.my-sm-65{margin-top:65px !important;}
  .mb-sm-65,.my-sm-65{margin-bottom:65px !important;}
  .pt-sm-70,.py-sm-70{padding-top:70px !important;}
  .pb-sm-70,.py-sm-70{padding-bottom:70px !important;}
  .mt-sm-70,.my-sm-70{margin-top:70px !important;}
  .mb-sm-70,.my-sm-70{margin-bottom:70px !important;}
  .pt-sm-75,.py-sm-75{padding-top:75px !important;}
  .pb-sm-75,.py-sm-75{padding-bottom:75px !important;}
  .mt-sm-75,.my-sm-75{margin-top:75px !important;}
  .mb-sm-75,.my-sm-75{margin-bottom:75px !important;}
  .pt-sm-80,.py-sm-80{padding-top:80px !important;}
  .pb-sm-80,.py-sm-80{padding-bottom:80px !important;}
  .mt-sm-80,.my-sm-80{margin-top:80px !important;}
  .mb-sm-80,.my-sm-80{margin-bottom:80px !important;}
  .pt-sm-85,.py-sm-85{padding-top:85px !important;}
  .pb-sm-85,.py-sm-85{padding-bottom:85px !important;}
  .mt-sm-85,.my-sm-85{margin-top:85px !important;}
  .mb-sm-85,.my-sm-85{margin-bottom:85px !important;}
  .pt-sm-90,.py-sm-90{padding-top:90px !important;}
  .pb-sm-90,.py-sm-90{padding-bottom:90px !important;}
  .mt-sm-90,.my-sm-90{margin-top:90px !important;}
  .mb-sm-90,.my-sm-90{margin-bottom:90px !important;}
  .pt-sm-95,.py-sm-95{padding-top:95px !important;}
  .pb-sm-95,.py-sm-95{padding-bottom:95px !important;}
  .mt-sm-95,.my-sm-95{margin-top:95px !important;}
  .mb-sm-95,.my-sm-95{margin-bottom:95px !important;}
  .pt-sm-100,.py-sm-100{padding-top:100px !important;}
  .pb-sm-100,.py-sm-100{padding-bottom:100px !important;}
  .mt-sm-100,.my-sm-100{margin-top:100px !important;}
  .mb-sm-100,.my-sm-100{margin-bottom:100px !important;}
  .pt-sm-105,.py-sm-105{padding-top:105px !important;}
  .pb-sm-105,.py-sm-105{padding-bottom:105px !important;}
  .mt-sm-105,.my-sm-105{margin-top:105px !important;}
  .mb-sm-105,.my-sm-105{margin-bottom:105px !important;}
  .pt-sm-110,.py-sm-110{padding-top:110px !important;}
  .pb-sm-110,.py-sm-110{padding-bottom:110px !important;}
  .mt-sm-110,.my-sm-110{margin-top:110px !important;}
  .mb-sm-110,.my-sm-110{margin-bottom:110px !important;}
  .pt-sm-115,.py-sm-115{padding-top:115px !important;}
  .pb-sm-115,.py-sm-115{padding-bottom:115px !important;}
  .mt-sm-115,.my-sm-115{margin-top:115px !important;}
  .mb-sm-115,.my-sm-115{margin-bottom:115px !important;}
  .pt-sm-120,.py-sm-120{padding-top:120px !important;}
  .pb-sm-120,.py-sm-120{padding-bottom:120px !important;}
  .mt-sm-120,.my-sm-120{margin-top:120px !important;}
  .mb-sm-120,.my-sm-120{margin-bottom:120px !important;}
  .pt-sm-125,.py-sm-125{padding-top:125px !important;}
  .pb-sm-125,.py-sm-125{padding-bottom:125px !important;}
  .mt-sm-125,.my-sm-125{margin-top:125px !important;}
  .mb-sm-125,.my-sm-125{margin-bottom:125px !important;}
  .pt-sm-130,.py-sm-130{padding-top:130px !important;}
  .pb-sm-130,.py-sm-130{padding-bottom:130px !important;}
  .mt-sm-130,.my-sm-130{margin-top:130px !important;}
  .mb-sm-130,.my-sm-130{margin-bottom:130px !important;}
  .pt-sm-135,.py-sm-135{padding-top:135px !important;}
  .pb-sm-135,.py-sm-135{padding-bottom:135px !important;}
  .mt-sm-135,.my-sm-135{margin-top:135px !important;}
  .mb-sm-135,.my-sm-135{margin-bottom:135px !important;}
  .pt-sm-140,.py-sm-140{padding-top:140px !important;}
  .pb-sm-140,.py-sm-140{padding-bottom:140px !important;}
  .mt-sm-140,.my-sm-140{margin-top:140px !important;}
  .mb-sm-140,.my-sm-140{margin-bottom:140px !important;}
  .pt-sm-145,.py-sm-145{padding-top:145px !important;}
  .pb-sm-145,.py-sm-145{padding-bottom:145px !important;}
  .mt-sm-145,.my-sm-145{margin-top:145px !important;}
  .mb-sm-145,.my-sm-145{margin-bottom:145px !important;}
  .pt-sm-150,.py-sm-150{padding-top:150px !important;}
  .pb-sm-150,.py-sm-150{padding-bottom:150px !important;}
  .mt-sm-150,.my-sm-150{margin-top:150px !important;}
  .mb-sm-150,.my-sm-150{margin-bottom:150px !important;}
  .pt-sm-155,.py-sm-155{padding-top:155px !important;}
  .pb-sm-155,.py-sm-155{padding-bottom:155px !important;}
  .mt-sm-155,.my-sm-155{margin-top:155px !important;}
  .mb-sm-155,.my-sm-155{margin-bottom:155px !important;}
  .pt-sm-160,.py-sm-160{padding-top:160px !important;}
  .pb-sm-160,.py-sm-160{padding-bottom:160px !important;}
  .mt-sm-160,.my-sm-160{margin-top:160px !important;}
  .mb-sm-160,.my-sm-160{margin-bottom:160px !important;}
  .pt-sm-165,.py-sm-165{padding-top:165px !important;}
  .pb-sm-165,.py-sm-165{padding-bottom:165px !important;}
  .mt-sm-165,.my-sm-165{margin-top:165px !important;}
  .mb-sm-165,.my-sm-165{margin-bottom:165px !important;}
  .pt-sm-170,.py-sm-170{padding-top:170px !important;}
  .pb-sm-170,.py-sm-170{padding-bottom:170px !important;}
  .mt-sm-170,.my-sm-170{margin-top:170px !important;}
  .mb-sm-170,.my-sm-170{margin-bottom:170px !important;}
  .pt-sm-175,.py-sm-175{padding-top:175px !important;}
  .pb-sm-175,.py-sm-175{padding-bottom:175px !important;}
  .mt-sm-175,.my-sm-175{margin-top:175px !important;}
  .mb-sm-175,.my-sm-175{margin-bottom:175px !important;}
  .pt-sm-180,.py-sm-180{padding-top:180px !important;}
  .pb-sm-180,.py-sm-180{padding-bottom:180px !important;}
  .mt-sm-180,.my-sm-180{margin-top:180px !important;}
  .mb-sm-180,.my-sm-180{margin-bottom:180px !important;}
  .pt-sm-185,.py-sm-185{padding-top:185px !important;}
  .pb-sm-185,.py-sm-185{padding-bottom:185px !important;}
  .mt-sm-185,.my-sm-185{margin-top:185px !important;}
  .mb-sm-185,.my-sm-185{margin-bottom:185px !important;}
  .pt-sm-190,.py-sm-190{padding-top:190px !important;}
  .pb-sm-190,.py-sm-190{padding-bottom:190px !important;}
  .mt-sm-190,.my-sm-190{margin-top:190px !important;}
  .mb-sm-190,.my-sm-190{margin-bottom:190px !important;}
  .pt-sm-195,.py-sm-195{padding-top:195px !important;}
  .pb-sm-195,.py-sm-195{padding-bottom:195px !important;}
  .mt-sm-195,.my-sm-195{margin-top:195px !important;}
  .mb-sm-195,.my-sm-195{margin-bottom:195px !important;}
  .pt-sm-200,.py-sm-200{padding-top:200px !important;}
  .pb-sm-200,.py-sm-200{padding-bottom:200px !important;}
  .mt-sm-200,.my-sm-200{margin-top:200px !important;}
  .mb-sm-200,.my-sm-200{margin-bottom:200px !important;}
  .pt-sm-205,.py-sm-205{padding-top:205px !important;}
  .pb-sm-205,.py-sm-205{padding-bottom:205px !important;}
  .mt-sm-205,.my-sm-205{margin-top:205px !important;}
  .mb-sm-205,.my-sm-205{margin-bottom:205px !important;}
  .pt-sm-210,.py-sm-210{padding-top:210px !important;}
  .pb-sm-210,.py-sm-210{padding-bottom:210px !important;}
  .mt-sm-210,.my-sm-210{margin-top:210px !important;}
  .mb-sm-210,.my-sm-210{margin-bottom:210px !important;}
  .pt-sm-215,.py-sm-215{padding-top:215px !important;}
  .pb-sm-215,.py-sm-215{padding-bottom:215px !important;}
  .mt-sm-215,.my-sm-215{margin-top:215px !important;}
  .mb-sm-215,.my-sm-215{margin-bottom:215px !important;}
  .pt-sm-220,.py-sm-220{padding-top:220px !important;}
  .pb-sm-220,.py-sm-220{padding-bottom:220px !important;}
  .mt-sm-220,.my-sm-220{margin-top:220px !important;}
  .mb-sm-220,.my-sm-220{margin-bottom:220px !important;}
  .pt-sm-225,.py-sm-225{padding-top:225px !important;}
  .pb-sm-225,.py-sm-225{padding-bottom:225px !important;}
  .mt-sm-225,.my-sm-225{margin-top:225px !important;}
  .mb-sm-225,.my-sm-225{margin-bottom:225px !important;}
  .pt-sm-230,.py-sm-230{padding-top:230px !important;}
  .pb-sm-230,.py-sm-230{padding-bottom:230px !important;}
  .mt-sm-230,.my-sm-230{margin-top:230px !important;}
  .mb-sm-230,.my-sm-230{margin-bottom:230px !important;}
  .pt-sm-235,.py-sm-235{padding-top:235px !important;}
  .pb-sm-235,.py-sm-235{padding-bottom:235px !important;}
  .mt-sm-235,.my-sm-235{margin-top:235px !important;}
  .mb-sm-235,.my-sm-235{margin-bottom:235px !important;}
  .pt-sm-240,.py-sm-240{padding-top:240px !important;}
  .pb-sm-240,.py-sm-240{padding-bottom:240px !important;}
  .mt-sm-240,.my-sm-240{margin-top:240px !important;}
  .mb-sm-240,.my-sm-240{margin-bottom:240px !important;}
  .pt-sm-245,.py-sm-245{padding-top:245px !important;}
  .pb-sm-245,.py-sm-245{padding-bottom:245px !important;}
  .mt-sm-245,.my-sm-245{margin-top:245px !important;}
  .mb-sm-245,.my-sm-245{margin-bottom:245px !important;}

  .m-sm-auto{margin:auto!important;}
  .mt-sm-auto,.my-sm-auto{margin-top:auto!important;}
  .mr-sm-auto,.mx-sm-auto{margin-right:auto!important;}
  .mb-sm-auto,.my-sm-auto{margin-bottom:auto!important;}
  .ml-sm-auto,.mx-sm-auto{margin-left:auto!important;}
}
@media (min-width:768px){
  
  .pt-md-0,.py-md-0{padding-top:0px !important;}
  .pb-md-0,.py-md-0{padding-bottom:0px !important;}
  .mt-md-0,.my-md-0{margin-top:0px !important;}
  .mb-md-0,.my-md-0{margin-bottom:0px !important;}
  .pt-md-5,.py-md-5{padding-top:5px !important;}
  .pb-md-5,.py-md-5{padding-bottom:5px !important;}
  .mt-md-5,.my-md-5{margin-top:5px !important;}
  .mb-md-5,.my-md-5{margin-bottom:5px !important;}
  .pt-md-10,.py-md-10{padding-top:10px !important;}
  .pb-md-10,.py-md-10{padding-bottom:10px !important;}
  .mt-md-10,.my-md-10{margin-top:10px !important;}
  .mb-md-10,.my-md-10{margin-bottom:10px !important;}
  .pt-md-15,.py-md-15{padding-top:15px !important;}
  .pb-md-15,.py-md-15{padding-bottom:15px !important;}
  .mt-md-15,.my-md-15{margin-top:15px !important;}
  .mb-md-15,.my-md-15{margin-bottom:15px !important;}
  .pt-md-20,.py-md-20{padding-top:20px !important;}
  .pb-md-20,.py-md-20{padding-bottom:20px !important;}
  .mt-md-20,.my-md-20{margin-top:20px !important;}
  .mb-md-20,.my-md-20{margin-bottom:20px !important;}
  .pt-md-25,.py-md-25{padding-top:25px !important;}
  .pb-md-25,.py-md-25{padding-bottom:25px !important;}
  .mt-md-25,.my-md-25{margin-top:25px !important;}
  .mb-md-25,.my-md-25{margin-bottom:25px !important;}
  .pt-md-30,.py-md-30{padding-top:30px !important;}
  .pb-md-30,.py-md-30{padding-bottom:30px !important;}
  .mt-md-30,.my-md-30{margin-top:30px !important;}
  .mb-md-30,.my-md-30{margin-bottom:30px !important;}
  .pt-md-35,.py-md-35{padding-top:35px !important;}
  .pb-md-35,.py-md-35{padding-bottom:35px !important;}
  .mt-md-35,.my-md-35{margin-top:35px !important;}
  .mb-md-35,.my-md-35{margin-bottom:35px !important;}
  .pt-md-40,.py-md-40{padding-top:40px !important;}
  .pb-md-40,.py-md-40{padding-bottom:40px !important;}
  .mt-md-40,.my-md-40{margin-top:40px !important;}
  .mb-md-40,.my-md-40{margin-bottom:40px !important;}
  .pt-md-45,.py-md-45{padding-top:45px !important;}
  .pb-md-45,.py-md-45{padding-bottom:45px !important;}
  .mt-md-45,.my-md-45{margin-top:45px !important;}
  .mb-md-45,.my-md-45{margin-bottom:45px !important;}
  .pt-md-50,.py-md-50{padding-top:50px !important;}
  .pb-md-50,.py-md-50{padding-bottom:50px !important;}
  .mt-md-50,.my-md-50{margin-top:50px !important;}
  .mb-md-50,.my-md-50{margin-bottom:50px !important;}
  .pt-md-55,.py-md-55{padding-top:55px !important;}
  .pb-md-55,.py-md-55{padding-bottom:55px !important;}
  .mt-md-55,.my-md-55{margin-top:55px !important;}
  .mb-md-55,.my-md-55{margin-bottom:55px !important;}
  .pt-md-60,.py-md-60{padding-top:60px !important;}
  .pb-md-60,.py-md-60{padding-bottom:60px !important;}
  .mt-md-60,.my-md-60{margin-top:60px !important;}
  .mb-md-60,.my-md-60{margin-bottom:60px !important;}
  .pt-md-65,.py-md-65{padding-top:65px !important;}
  .pb-md-65,.py-md-65{padding-bottom:65px !important;}
  .mt-md-65,.my-md-65{margin-top:65px !important;}
  .mb-md-65,.my-md-65{margin-bottom:65px !important;}
  .pt-md-70,.py-md-70{padding-top:70px !important;}
  .pb-md-70,.py-md-70{padding-bottom:70px !important;}
  .mt-md-70,.my-md-70{margin-top:70px !important;}
  .mb-md-70,.my-md-70{margin-bottom:70px !important;}
  .pt-md-75,.py-md-75{padding-top:75px !important;}
  .pb-md-75,.py-md-75{padding-bottom:75px !important;}
  .mt-md-75,.my-md-75{margin-top:75px !important;}
  .mb-md-75,.my-md-75{margin-bottom:75px !important;}
  .pt-md-80,.py-md-80{padding-top:80px !important;}
  .pb-md-80,.py-md-80{padding-bottom:80px !important;}
  .mt-md-80,.my-md-80{margin-top:80px !important;}
  .mb-md-80,.my-md-80{margin-bottom:80px !important;}
  .pt-md-85,.py-md-85{padding-top:85px !important;}
  .pb-md-85,.py-md-85{padding-bottom:85px !important;}
  .mt-md-85,.my-md-85{margin-top:85px !important;}
  .mb-md-85,.my-md-85{margin-bottom:85px !important;}
  .pt-md-90,.py-md-90{padding-top:90px !important;}
  .pb-md-90,.py-md-90{padding-bottom:90px !important;}
  .mt-md-90,.my-md-90{margin-top:90px !important;}
  .mb-md-90,.my-md-90{margin-bottom:90px !important;}
  .pt-md-95,.py-md-95{padding-top:95px !important;}
  .pb-md-95,.py-md-95{padding-bottom:95px !important;}
  .mt-md-95,.my-md-95{margin-top:95px !important;}
  .mb-md-95,.my-md-95{margin-bottom:95px !important;}
  .pt-md-100,.py-md-100{padding-top:100px !important;}
  .pb-md-100,.py-md-100{padding-bottom:100px !important;}
  .mt-md-100,.my-md-100{margin-top:100px !important;}
  .mb-md-100,.my-md-100{margin-bottom:100px !important;}
  .pt-md-105,.py-md-105{padding-top:105px !important;}
  .pb-md-105,.py-md-105{padding-bottom:105px !important;}
  .mt-md-105,.my-md-105{margin-top:105px !important;}
  .mb-md-105,.my-md-105{margin-bottom:105px !important;}
  .pt-md-110,.py-md-110{padding-top:110px !important;}
  .pb-md-110,.py-md-110{padding-bottom:110px !important;}
  .mt-md-110,.my-md-110{margin-top:110px !important;}
  .mb-md-110,.my-md-110{margin-bottom:110px !important;}
  .pt-md-115,.py-md-115{padding-top:115px !important;}
  .pb-md-115,.py-md-115{padding-bottom:115px !important;}
  .mt-md-115,.my-md-115{margin-top:115px !important;}
  .mb-md-115,.my-md-115{margin-bottom:115px !important;}
  .pt-md-120,.py-md-120{padding-top:120px !important;}
  .pb-md-120,.py-md-120{padding-bottom:120px !important;}
  .mt-md-120,.my-md-120{margin-top:120px !important;}
  .mb-md-120,.my-md-120{margin-bottom:120px !important;}
  .pt-md-125,.py-md-125{padding-top:125px !important;}
  .pb-md-125,.py-md-125{padding-bottom:125px !important;}
  .mt-md-125,.my-md-125{margin-top:125px !important;}
  .mb-md-125,.my-md-125{margin-bottom:125px !important;}
  .pt-md-130,.py-md-130{padding-top:130px !important;}
  .pb-md-130,.py-md-130{padding-bottom:130px !important;}
  .mt-md-130,.my-md-130{margin-top:130px !important;}
  .mb-md-130,.my-md-130{margin-bottom:130px !important;}
  .pt-md-135,.py-md-135{padding-top:135px !important;}
  .pb-md-135,.py-md-135{padding-bottom:135px !important;}
  .mt-md-135,.my-md-135{margin-top:135px !important;}
  .mb-md-135,.my-md-135{margin-bottom:135px !important;}
  .pt-md-140,.py-md-140{padding-top:140px !important;}
  .pb-md-140,.py-md-140{padding-bottom:140px !important;}
  .mt-md-140,.my-md-140{margin-top:140px !important;}
  .mb-md-140,.my-md-140{margin-bottom:140px !important;}
  .pt-md-145,.py-md-145{padding-top:145px !important;}
  .pb-md-145,.py-md-145{padding-bottom:145px !important;}
  .mt-md-145,.my-md-145{margin-top:145px !important;}
  .mb-md-145,.my-md-145{margin-bottom:145px !important;}
  .pt-md-150,.py-md-150{padding-top:150px !important;}
  .pb-md-150,.py-md-150{padding-bottom:150px !important;}
  .mt-md-150,.my-md-150{margin-top:150px !important;}
  .mb-md-150,.my-md-150{margin-bottom:150px !important;}
  .pt-md-155,.py-md-155{padding-top:155px !important;}
  .pb-md-155,.py-md-155{padding-bottom:155px !important;}
  .mt-md-155,.my-md-155{margin-top:155px !important;}
  .mb-md-155,.my-md-155{margin-bottom:155px !important;}
  .pt-md-160,.py-md-160{padding-top:160px !important;}
  .pb-md-160,.py-md-160{padding-bottom:160px !important;}
  .mt-md-160,.my-md-160{margin-top:160px !important;}
  .mb-md-160,.my-md-160{margin-bottom:160px !important;}
  .pt-md-165,.py-md-165{padding-top:165px !important;}
  .pb-md-165,.py-md-165{padding-bottom:165px !important;}
  .mt-md-165,.my-md-165{margin-top:165px !important;}
  .mb-md-165,.my-md-165{margin-bottom:165px !important;}
  .pt-md-170,.py-md-170{padding-top:170px !important;}
  .pb-md-170,.py-md-170{padding-bottom:170px !important;}
  .mt-md-170,.my-md-170{margin-top:170px !important;}
  .mb-md-170,.my-md-170{margin-bottom:170px !important;}
  .pt-md-175,.py-md-175{padding-top:175px !important;}
  .pb-md-175,.py-md-175{padding-bottom:175px !important;}
  .mt-md-175,.my-md-175{margin-top:175px !important;}
  .mb-md-175,.my-md-175{margin-bottom:175px !important;}
  .pt-md-180,.py-md-180{padding-top:180px !important;}
  .pb-md-180,.py-md-180{padding-bottom:180px !important;}
  .mt-md-180,.my-md-180{margin-top:180px !important;}
  .mb-md-180,.my-md-180{margin-bottom:180px !important;}
  .pt-md-185,.py-md-185{padding-top:185px !important;}
  .pb-md-185,.py-md-185{padding-bottom:185px !important;}
  .mt-md-185,.my-md-185{margin-top:185px !important;}
  .mb-md-185,.my-md-185{margin-bottom:185px !important;}
  .pt-md-190,.py-md-190{padding-top:190px !important;}
  .pb-md-190,.py-md-190{padding-bottom:190px !important;}
  .mt-md-190,.my-md-190{margin-top:190px !important;}
  .mb-md-190,.my-md-190{margin-bottom:190px !important;}
  .pt-md-195,.py-md-195{padding-top:195px !important;}
  .pb-md-195,.py-md-195{padding-bottom:195px !important;}
  .mt-md-195,.my-md-195{margin-top:195px !important;}
  .mb-md-195,.my-md-195{margin-bottom:195px !important;}
  .pt-md-200,.py-md-200{padding-top:200px !important;}
  .pb-md-200,.py-md-200{padding-bottom:200px !important;}
  .mt-md-200,.my-md-200{margin-top:200px !important;}
  .mb-md-200,.my-md-200{margin-bottom:200px !important;}
  .pt-md-205,.py-md-205{padding-top:205px !important;}
  .pb-md-205,.py-md-205{padding-bottom:205px !important;}
  .mt-md-205,.my-md-205{margin-top:205px !important;}
  .mb-md-205,.my-md-205{margin-bottom:205px !important;}
  .pt-md-210,.py-md-210{padding-top:210px !important;}
  .pb-md-210,.py-md-210{padding-bottom:210px !important;}
  .mt-md-210,.my-md-210{margin-top:210px !important;}
  .mb-md-210,.my-md-210{margin-bottom:210px !important;}
  .pt-md-215,.py-md-215{padding-top:215px !important;}
  .pb-md-215,.py-md-215{padding-bottom:215px !important;}
  .mt-md-215,.my-md-215{margin-top:215px !important;}
  .mb-md-215,.my-md-215{margin-bottom:215px !important;}
  .pt-md-220,.py-md-220{padding-top:220px !important;}
  .pb-md-220,.py-md-220{padding-bottom:220px !important;}
  .mt-md-220,.my-md-220{margin-top:220px !important;}
  .mb-md-220,.my-md-220{margin-bottom:220px !important;}
  .pt-md-225,.py-md-225{padding-top:225px !important;}
  .pb-md-225,.py-md-225{padding-bottom:225px !important;}
  .mt-md-225,.my-md-225{margin-top:225px !important;}
  .mb-md-225,.my-md-225{margin-bottom:225px !important;}
  .pt-md-230,.py-md-230{padding-top:230px !important;}
  .pb-md-230,.py-md-230{padding-bottom:230px !important;}
  .mt-md-230,.my-md-230{margin-top:230px !important;}
  .mb-md-230,.my-md-230{margin-bottom:230px !important;}
  .pt-md-235,.py-md-235{padding-top:235px !important;}
  .pb-md-235,.py-md-235{padding-bottom:235px !important;}
  .mt-md-235,.my-md-235{margin-top:235px !important;}
  .mb-md-235,.my-md-235{margin-bottom:235px !important;}
  .pt-md-240,.py-md-240{padding-top:240px !important;}
  .pb-md-240,.py-md-240{padding-bottom:240px !important;}
  .mt-md-240,.my-md-240{margin-top:240px !important;}
  .mb-md-240,.my-md-240{margin-bottom:240px !important;}
  .pt-md-245,.py-md-245{padding-top:245px !important;}
  .pb-md-245,.py-md-245{padding-bottom:245px !important;}
  .mt-md-245,.my-md-245{margin-top:245px !important;}
  .mb-md-245,.my-md-245{margin-bottom:245px !important;}
  .m-md-auto{margin:auto!important;}
  .mt-md-auto,.my-md-auto{margin-top:auto!important;}
  .mr-md-auto,.mx-md-auto{margin-right:auto!important;}
  .mb-md-auto,.my-md-auto{margin-bottom:auto!important;}
  .ml-md-auto,.mx-md-auto{margin-left:auto!important;}
}
@media (min-width:992px){
  
  .pt-lg-0,.py-lg-0{padding-top:0px !important;}
  .pb-lg-0,.py-lg-0{padding-bottom:0px !important;}
  .mt-lg-0,.my-lg-0{margin-top:0px !important;}
  .mb-lg-0,.my-lg-0{margin-bottom:0px !important;}
  .pt-lg-5,.py-lg-5{padding-top:5px !important;}
  .pb-lg-5,.py-lg-5{padding-bottom:5px !important;}
  .mt-lg-5,.my-lg-5{margin-top:5px !important;}
  .mb-lg-5,.my-lg-5{margin-bottom:5px !important;}
  .pt-lg-10,.py-lg-10{padding-top:10px !important;}
  .pb-lg-10,.py-lg-10{padding-bottom:10px !important;}
  .mt-lg-10,.my-lg-10{margin-top:10px !important;}
  .mb-lg-10,.my-lg-10{margin-bottom:10px !important;}
  .pt-lg-15,.py-lg-15{padding-top:15px !important;}
  .pb-lg-15,.py-lg-15{padding-bottom:15px !important;}
  .mt-lg-15,.my-lg-15{margin-top:15px !important;}
  .mb-lg-15,.my-lg-15{margin-bottom:15px !important;}
  .pt-lg-20,.py-lg-20{padding-top:20px !important;}
  .pb-lg-20,.py-lg-20{padding-bottom:20px !important;}
  .mt-lg-20,.my-lg-20{margin-top:20px !important;}
  .mb-lg-20,.my-lg-20{margin-bottom:20px !important;}
  .pt-lg-25,.py-lg-25{padding-top:25px !important;}
  .pb-lg-25,.py-lg-25{padding-bottom:25px !important;}
  .mt-lg-25,.my-lg-25{margin-top:25px !important;}
  .mb-lg-25,.my-lg-25{margin-bottom:25px !important;}
  .pt-lg-30,.py-lg-30{padding-top:30px !important;}
  .pb-lg-30,.py-lg-30{padding-bottom:30px !important;}
  .mt-lg-30,.my-lg-30{margin-top:30px !important;}
  .mb-lg-30,.my-lg-30{margin-bottom:30px !important;}
  .pt-lg-35,.py-lg-35{padding-top:35px !important;}
  .pb-lg-35,.py-lg-35{padding-bottom:35px !important;}
  .mt-lg-35,.my-lg-35{margin-top:35px !important;}
  .mb-lg-35,.my-lg-35{margin-bottom:35px !important;}
  .pt-lg-40,.py-lg-40{padding-top:40px !important;}
  .pb-lg-40,.py-lg-40{padding-bottom:40px !important;}
  .mt-lg-40,.my-lg-40{margin-top:40px !important;}
  .mb-lg-40,.my-lg-40{margin-bottom:40px !important;}
  .pt-lg-45,.py-lg-45{padding-top:45px !important;}
  .pb-lg-45,.py-lg-45{padding-bottom:45px !important;}
  .mt-lg-45,.my-lg-45{margin-top:45px !important;}
  .mb-lg-45,.my-lg-45{margin-bottom:45px !important;}
  .pt-lg-50,.py-lg-50{padding-top:50px !important;}
  .pb-lg-50,.py-lg-50{padding-bottom:50px !important;}
  .mt-lg-50,.my-lg-50{margin-top:50px !important;}
  .mb-lg-50,.my-lg-50{margin-bottom:50px !important;}
  .pt-lg-55,.py-lg-55{padding-top:55px !important;}
  .pb-lg-55,.py-lg-55{padding-bottom:55px !important;}
  .mt-lg-55,.my-lg-55{margin-top:55px !important;}
  .mb-lg-55,.my-lg-55{margin-bottom:55px !important;}
  .pt-lg-60,.py-lg-60{padding-top:60px !important;}
  .pb-lg-60,.py-lg-60{padding-bottom:60px !important;}
  .mt-lg-60,.my-lg-60{margin-top:60px !important;}
  .mb-lg-60,.my-lg-60{margin-bottom:60px !important;}
  .pt-lg-65,.py-lg-65{padding-top:65px !important;}
  .pb-lg-65,.py-lg-65{padding-bottom:65px !important;}
  .mt-lg-65,.my-lg-65{margin-top:65px !important;}
  .mb-lg-65,.my-lg-65{margin-bottom:65px !important;}
  .pt-lg-70,.py-lg-70{padding-top:70px !important;}
  .pb-lg-70,.py-lg-70{padding-bottom:70px !important;}
  .mt-lg-70,.my-lg-70{margin-top:70px !important;}
  .mb-lg-70,.my-lg-70{margin-bottom:70px !important;}
  .pt-lg-75,.py-lg-75{padding-top:75px !important;}
  .pb-lg-75,.py-lg-75{padding-bottom:75px !important;}
  .mt-lg-75,.my-lg-75{margin-top:75px !important;}
  .mb-lg-75,.my-lg-75{margin-bottom:75px !important;}
  .pt-lg-80,.py-lg-80{padding-top:80px !important;}
  .pb-lg-80,.py-lg-80{padding-bottom:80px !important;}
  .mt-lg-80,.my-lg-80{margin-top:80px !important;}
  .mb-lg-80,.my-lg-80{margin-bottom:80px !important;}
  .pt-lg-85,.py-lg-85{padding-top:85px !important;}
  .pb-lg-85,.py-lg-85{padding-bottom:85px !important;}
  .mt-lg-85,.my-lg-85{margin-top:85px !important;}
  .mb-lg-85,.my-lg-85{margin-bottom:85px !important;}
  .pt-lg-90,.py-lg-90{padding-top:90px !important;}
  .pb-lg-90,.py-lg-90{padding-bottom:90px !important;}
  .mt-lg-90,.my-lg-90{margin-top:90px !important;}
  .mb-lg-90,.my-lg-90{margin-bottom:90px !important;}
  .pt-lg-95,.py-lg-95{padding-top:95px !important;}
  .pb-lg-95,.py-lg-95{padding-bottom:95px !important;}
  .mt-lg-95,.my-lg-95{margin-top:95px !important;}
  .mb-lg-95,.my-lg-95{margin-bottom:95px !important;}
  .pt-lg-100,.py-lg-100{padding-top:100px !important;}
  .pb-lg-100,.py-lg-100{padding-bottom:100px !important;}
  .mt-lg-100,.my-lg-100{margin-top:100px !important;}
  .mb-lg-100,.my-lg-100{margin-bottom:100px !important;}
  .pt-lg-105,.py-lg-105{padding-top:105px !important;}
  .pb-lg-105,.py-lg-105{padding-bottom:105px !important;}
  .mt-lg-105,.my-lg-105{margin-top:105px !important;}
  .mb-lg-105,.my-lg-105{margin-bottom:105px !important;}
  .pt-lg-110,.py-lg-110{padding-top:110px !important;}
  .pb-lg-110,.py-lg-110{padding-bottom:110px !important;}
  .mt-lg-110,.my-lg-110{margin-top:110px !important;}
  .mb-lg-110,.my-lg-110{margin-bottom:110px !important;}
  .pt-lg-115,.py-lg-115{padding-top:115px !important;}
  .pb-lg-115,.py-lg-115{padding-bottom:115px !important;}
  .mt-lg-115,.my-lg-115{margin-top:115px !important;}
  .mb-lg-115,.my-lg-115{margin-bottom:115px !important;}
  .pt-lg-120,.py-lg-120{padding-top:120px !important;}
  .pb-lg-120,.py-lg-120{padding-bottom:120px !important;}
  .mt-lg-120,.my-lg-120{margin-top:120px !important;}
  .mb-lg-120,.my-lg-120{margin-bottom:120px !important;}
  .pt-lg-125,.py-lg-125{padding-top:125px !important;}
  .pb-lg-125,.py-lg-125{padding-bottom:125px !important;}
  .mt-lg-125,.my-lg-125{margin-top:125px !important;}
  .mb-lg-125,.my-lg-125{margin-bottom:125px !important;}
  .pt-lg-130,.py-lg-130{padding-top:130px !important;}
  .pb-lg-130,.py-lg-130{padding-bottom:130px !important;}
  .mt-lg-130,.my-lg-130{margin-top:130px !important;}
  .mb-lg-130,.my-lg-130{margin-bottom:130px !important;}
  .pt-lg-135,.py-lg-135{padding-top:135px !important;}
  .pb-lg-135,.py-lg-135{padding-bottom:135px !important;}
  .mt-lg-135,.my-lg-135{margin-top:135px !important;}
  .mb-lg-135,.my-lg-135{margin-bottom:135px !important;}
  .pt-lg-140,.py-lg-140{padding-top:140px !important;}
  .pb-lg-140,.py-lg-140{padding-bottom:140px !important;}
  .mt-lg-140,.my-lg-140{margin-top:140px !important;}
  .mb-lg-140,.my-lg-140{margin-bottom:140px !important;}
  .pt-lg-145,.py-lg-145{padding-top:145px !important;}
  .pb-lg-145,.py-lg-145{padding-bottom:145px !important;}
  .mt-lg-145,.my-lg-145{margin-top:145px !important;}
  .mb-lg-145,.my-lg-145{margin-bottom:145px !important;}
  .pt-lg-150,.py-lg-150{padding-top:150px !important;}
  .pb-lg-150,.py-lg-150{padding-bottom:150px !important;}
  .mt-lg-150,.my-lg-150{margin-top:150px !important;}
  .mb-lg-150,.my-lg-150{margin-bottom:150px !important;}
  .pt-lg-155,.py-lg-155{padding-top:155px !important;}
  .pb-lg-155,.py-lg-155{padding-bottom:155px !important;}
  .mt-lg-155,.my-lg-155{margin-top:155px !important;}
  .mb-lg-155,.my-lg-155{margin-bottom:155px !important;}
  .pt-lg-160,.py-lg-160{padding-top:160px !important;}
  .pb-lg-160,.py-lg-160{padding-bottom:160px !important;}
  .mt-lg-160,.my-lg-160{margin-top:160px !important;}
  .mb-lg-160,.my-lg-160{margin-bottom:160px !important;}
  .pt-lg-165,.py-lg-165{padding-top:165px !important;}
  .pb-lg-165,.py-lg-165{padding-bottom:165px !important;}
  .mt-lg-165,.my-lg-165{margin-top:165px !important;}
  .mb-lg-165,.my-lg-165{margin-bottom:165px !important;}
  .pt-lg-170,.py-lg-170{padding-top:170px !important;}
  .pb-lg-170,.py-lg-170{padding-bottom:170px !important;}
  .mt-lg-170,.my-lg-170{margin-top:170px !important;}
  .mb-lg-170,.my-lg-170{margin-bottom:170px !important;}
  .pt-lg-175,.py-lg-175{padding-top:175px !important;}
  .pb-lg-175,.py-lg-175{padding-bottom:175px !important;}
  .mt-lg-175,.my-lg-175{margin-top:175px !important;}
  .mb-lg-175,.my-lg-175{margin-bottom:175px !important;}
  .pt-lg-180,.py-lg-180{padding-top:180px !important;}
  .pb-lg-180,.py-lg-180{padding-bottom:180px !important;}
  .mt-lg-180,.my-lg-180{margin-top:180px !important;}
  .mb-lg-180,.my-lg-180{margin-bottom:180px !important;}
  .pt-lg-185,.py-lg-185{padding-top:185px !important;}
  .pb-lg-185,.py-lg-185{padding-bottom:185px !important;}
  .mt-lg-185,.my-lg-185{margin-top:185px !important;}
  .mb-lg-185,.my-lg-185{margin-bottom:185px !important;}
  .pt-lg-190,.py-lg-190{padding-top:190px !important;}
  .pb-lg-190,.py-lg-190{padding-bottom:190px !important;}
  .mt-lg-190,.my-lg-190{margin-top:190px !important;}
  .mb-lg-190,.my-lg-190{margin-bottom:190px !important;}
  .pt-lg-195,.py-lg-195{padding-top:195px !important;}
  .pb-lg-195,.py-lg-195{padding-bottom:195px !important;}
  .mt-lg-195,.my-lg-195{margin-top:195px !important;}
  .mb-lg-195,.my-lg-195{margin-bottom:195px !important;}
  .pt-lg-200,.py-lg-200{padding-top:200px !important;}
  .pb-lg-200,.py-lg-200{padding-bottom:200px !important;}
  .mt-lg-200,.my-lg-200{margin-top:200px !important;}
  .mb-lg-200,.my-lg-200{margin-bottom:200px !important;}
  .pt-lg-205,.py-lg-205{padding-top:205px !important;}
  .pb-lg-205,.py-lg-205{padding-bottom:205px !important;}
  .mt-lg-205,.my-lg-205{margin-top:205px !important;}
  .mb-lg-205,.my-lg-205{margin-bottom:205px !important;}
  .pt-lg-210,.py-lg-210{padding-top:210px !important;}
  .pb-lg-210,.py-lg-210{padding-bottom:210px !important;}
  .mt-lg-210,.my-lg-210{margin-top:210px !important;}
  .mb-lg-210,.my-lg-210{margin-bottom:210px !important;}
  .pt-lg-215,.py-lg-215{padding-top:215px !important;}
  .pb-lg-215,.py-lg-215{padding-bottom:215px !important;}
  .mt-lg-215,.my-lg-215{margin-top:215px !important;}
  .mb-lg-215,.my-lg-215{margin-bottom:215px !important;}
  .pt-lg-220,.py-lg-220{padding-top:220px !important;}
  .pb-lg-220,.py-lg-220{padding-bottom:220px !important;}
  .mt-lg-220,.my-lg-220{margin-top:220px !important;}
  .mb-lg-220,.my-lg-220{margin-bottom:220px !important;}
  .pt-lg-225,.py-lg-225{padding-top:225px !important;}
  .pb-lg-225,.py-lg-225{padding-bottom:225px !important;}
  .mt-lg-225,.my-lg-225{margin-top:225px !important;}
  .mb-lg-225,.my-lg-225{margin-bottom:225px !important;}
  .pt-lg-230,.py-lg-230{padding-top:230px !important;}
  .pb-lg-230,.py-lg-230{padding-bottom:230px !important;}
  .mt-lg-230,.my-lg-230{margin-top:230px !important;}
  .mb-lg-230,.my-lg-230{margin-bottom:230px !important;}
  .pt-lg-235,.py-lg-235{padding-top:235px !important;}
  .pb-lg-235,.py-lg-235{padding-bottom:235px !important;}
  .mt-lg-235,.my-lg-235{margin-top:235px !important;}
  .mb-lg-235,.my-lg-235{margin-bottom:235px !important;}
  .pt-lg-240,.py-lg-240{padding-top:240px !important;}
  .pb-lg-240,.py-lg-240{padding-bottom:240px !important;}
  .mt-lg-240,.my-lg-240{margin-top:240px !important;}
  .mb-lg-240,.my-lg-240{margin-bottom:240px !important;}
  .pt-lg-245,.py-lg-245{padding-top:245px !important;}
  .pb-lg-245,.py-lg-245{padding-bottom:245px !important;}
  .mt-lg-245,.my-lg-245{margin-top:245px !important;}
  .mb-lg-245,.my-lg-245{margin-bottom:245px !important;}
  .m-lg-auto{margin:auto!important;}
  .mt-lg-auto,.my-lg-auto{margin-top:auto!important;}
  .mr-lg-auto,.mx-lg-auto{margin-right:auto!important;}
  .mb-lg-auto,.my-lg-auto{margin-bottom:auto!important;}
  .ml-lg-auto,.mx-lg-auto{margin-left:auto!important;}
}
@media (min-width:1200px){
  
  .pt-xl-0,.py-xl-0{padding-top:0px !important;}
  .pb-xl-0,.py-xl-0{padding-bottom:0px !important;}
  .mt-xl-0,.my-xl-0{margin-top:0px !important;}
  .mb-xl-0,.my-xl-0{margin-bottom:0px !important;}
  .pt-xl-5,.py-xl-5{padding-top:5px !important;}
  .pb-xl-5,.py-xl-5{padding-bottom:5px !important;}
  .mt-xl-5,.my-xl-5{margin-top:5px !important;}
  .mb-xl-5,.my-xl-5{margin-bottom:5px !important;}
  .pt-xl-10,.py-xl-10{padding-top:10px !important;}
  .pb-xl-10,.py-xl-10{padding-bottom:10px !important;}
  .mt-xl-10,.my-xl-10{margin-top:10px !important;}
  .mb-xl-10,.my-xl-10{margin-bottom:10px !important;}
  .pt-xl-15,.py-xl-15{padding-top:15px !important;}
  .pb-xl-15,.py-xl-15{padding-bottom:15px !important;}
  .mt-xl-15,.my-xl-15{margin-top:15px !important;}
  .mb-xl-15,.my-xl-15{margin-bottom:15px !important;}
  .pt-xl-20,.py-xl-20{padding-top:20px !important;}
  .pb-xl-20,.py-xl-20{padding-bottom:20px !important;}
  .mt-xl-20,.my-xl-20{margin-top:20px !important;}
  .mb-xl-20,.my-xl-20{margin-bottom:20px !important;}
  .pt-xl-25,.py-xl-25{padding-top:25px !important;}
  .pb-xl-25,.py-xl-25{padding-bottom:25px !important;}
  .mt-xl-25,.my-xl-25{margin-top:25px !important;}
  .mb-xl-25,.my-xl-25{margin-bottom:25px !important;}
  .pt-xl-30,.py-xl-30{padding-top:30px !important;}
  .pb-xl-30,.py-xl-30{padding-bottom:30px !important;}
  .mt-xl-30,.my-xl-30{margin-top:30px !important;}
  .mb-xl-30,.my-xl-30{margin-bottom:30px !important;}
  .pt-xl-35,.py-xl-35{padding-top:35px !important;}
  .pb-xl-35,.py-xl-35{padding-bottom:35px !important;}
  .mt-xl-35,.my-xl-35{margin-top:35px !important;}
  .mb-xl-35,.my-xl-35{margin-bottom:35px !important;}
  .pt-xl-40,.py-xl-40{padding-top:40px !important;}
  .pb-xl-40,.py-xl-40{padding-bottom:40px !important;}
  .mt-xl-40,.my-xl-40{margin-top:40px !important;}
  .mb-xl-40,.my-xl-40{margin-bottom:40px !important;}
  .pt-xl-45,.py-xl-45{padding-top:45px !important;}
  .pb-xl-45,.py-xl-45{padding-bottom:45px !important;}
  .mt-xl-45,.my-xl-45{margin-top:45px !important;}
  .mb-xl-45,.my-xl-45{margin-bottom:45px !important;}
  .pt-xl-50,.py-xl-50{padding-top:50px !important;}
  .pb-xl-50,.py-xl-50{padding-bottom:50px !important;}
  .mt-xl-50,.my-xl-50{margin-top:50px !important;}
  .mb-xl-50,.my-xl-50{margin-bottom:50px !important;}
  .pt-xl-55,.py-xl-55{padding-top:55px !important;}
  .pb-xl-55,.py-xl-55{padding-bottom:55px !important;}
  .mt-xl-55,.my-xl-55{margin-top:55px !important;}
  .mb-xl-55,.my-xl-55{margin-bottom:55px !important;}
  .pt-xl-60,.py-xl-60{padding-top:60px !important;}
  .pb-xl-60,.py-xl-60{padding-bottom:60px !important;}
  .mt-xl-60,.my-xl-60{margin-top:60px !important;}
  .mb-xl-60,.my-xl-60{margin-bottom:60px !important;}
  .pt-xl-65,.py-xl-65{padding-top:65px !important;}
  .pb-xl-65,.py-xl-65{padding-bottom:65px !important;}
  .mt-xl-65,.my-xl-65{margin-top:65px !important;}
  .mb-xl-65,.my-xl-65{margin-bottom:65px !important;}
  .pt-xl-70,.py-xl-70{padding-top:70px !important;}
  .pb-xl-70,.py-xl-70{padding-bottom:70px !important;}
  .mt-xl-70,.my-xl-70{margin-top:70px !important;}
  .mb-xl-70,.my-xl-70{margin-bottom:70px !important;}
  .pt-xl-75,.py-xl-75{padding-top:75px !important;}
  .pb-xl-75,.py-xl-75{padding-bottom:75px !important;}
  .mt-xl-75,.my-xl-75{margin-top:75px !important;}
  .mb-xl-75,.my-xl-75{margin-bottom:75px !important;}
  .pt-xl-80,.py-xl-80{padding-top:80px !important;}
  .pb-xl-80,.py-xl-80{padding-bottom:80px !important;}
  .mt-xl-80,.my-xl-80{margin-top:80px !important;}
  .mb-xl-80,.my-xl-80{margin-bottom:80px !important;}
  .pt-xl-85,.py-xl-85{padding-top:85px !important;}
  .pb-xl-85,.py-xl-85{padding-bottom:85px !important;}
  .mt-xl-85,.my-xl-85{margin-top:85px !important;}
  .mb-xl-85,.my-xl-85{margin-bottom:85px !important;}
  .pt-xl-90,.py-xl-90{padding-top:90px !important;}
  .pb-xl-90,.py-xl-90{padding-bottom:90px !important;}
  .mt-xl-90,.my-xl-90{margin-top:90px !important;}
  .mb-xl-90,.my-xl-90{margin-bottom:90px !important;}
  .pt-xl-95,.py-xl-95{padding-top:95px !important;}
  .pb-xl-95,.py-xl-95{padding-bottom:95px !important;}
  .mt-xl-95,.my-xl-95{margin-top:95px !important;}
  .mb-xl-95,.my-xl-95{margin-bottom:95px !important;}
  .pt-xl-100,.py-xl-100{padding-top:100px !important;}
  .pb-xl-100,.py-xl-100{padding-bottom:100px !important;}
  .mt-xl-100,.my-xl-100{margin-top:100px !important;}
  .mb-xl-100,.my-xl-100{margin-bottom:100px !important;}
  .pt-xl-105,.py-xl-105{padding-top:105px !important;}
  .pb-xl-105,.py-xl-105{padding-bottom:105px !important;}
  .mt-xl-105,.my-xl-105{margin-top:105px !important;}
  .mb-xl-105,.my-xl-105{margin-bottom:105px !important;}
  .pt-xl-110,.py-xl-110{padding-top:110px !important;}
  .pb-xl-110,.py-xl-110{padding-bottom:110px !important;}
  .mt-xl-110,.my-xl-110{margin-top:110px !important;}
  .mb-xl-110,.my-xl-110{margin-bottom:110px !important;}
  .pt-xl-115,.py-xl-115{padding-top:115px !important;}
  .pb-xl-115,.py-xl-115{padding-bottom:115px !important;}
  .mt-xl-115,.my-xl-115{margin-top:115px !important;}
  .mb-xl-115,.my-xl-115{margin-bottom:115px !important;}
  .pt-xl-120,.py-xl-120{padding-top:120px !important;}
  .pb-xl-120,.py-xl-120{padding-bottom:120px !important;}
  .mt-xl-120,.my-xl-120{margin-top:120px !important;}
  .mb-xl-120,.my-xl-120{margin-bottom:120px !important;}
  .pt-xl-125,.py-xl-125{padding-top:125px !important;}
  .pb-xl-125,.py-xl-125{padding-bottom:125px !important;}
  .mt-xl-125,.my-xl-125{margin-top:125px !important;}
  .mb-xl-125,.my-xl-125{margin-bottom:125px !important;}
  .pt-xl-130,.py-xl-130{padding-top:130px !important;}
  .pb-xl-130,.py-xl-130{padding-bottom:130px !important;}
  .mt-xl-130,.my-xl-130{margin-top:130px !important;}
  .mb-xl-130,.my-xl-130{margin-bottom:130px !important;}
  .pt-xl-135,.py-xl-135{padding-top:135px !important;}
  .pb-xl-135,.py-xl-135{padding-bottom:135px !important;}
  .mt-xl-135,.my-xl-135{margin-top:135px !important;}
  .mb-xl-135,.my-xl-135{margin-bottom:135px !important;}
  .pt-xl-140,.py-xl-140{padding-top:140px !important;}
  .pb-xl-140,.py-xl-140{padding-bottom:140px !important;}
  .mt-xl-140,.my-xl-140{margin-top:140px !important;}
  .mb-xl-140,.my-xl-140{margin-bottom:140px !important;}
  .pt-xl-145,.py-xl-145{padding-top:145px !important;}
  .pb-xl-145,.py-xl-145{padding-bottom:145px !important;}
  .mt-xl-145,.my-xl-145{margin-top:145px !important;}
  .mb-xl-145,.my-xl-145{margin-bottom:145px !important;}
  .pt-xl-150,.py-xl-150{padding-top:150px !important;}
  .pb-xl-150,.py-xl-150{padding-bottom:150px !important;}
  .mt-xl-150,.my-xl-150{margin-top:150px !important;}
  .mb-xl-150,.my-xl-150{margin-bottom:150px !important;}
  .pt-xl-155,.py-xl-155{padding-top:155px !important;}
  .pb-xl-155,.py-xl-155{padding-bottom:155px !important;}
  .mt-xl-155,.my-xl-155{margin-top:155px !important;}
  .mb-xl-155,.my-xl-155{margin-bottom:155px !important;}
  .pt-xl-160,.py-xl-160{padding-top:160px !important;}
  .pb-xl-160,.py-xl-160{padding-bottom:160px !important;}
  .mt-xl-160,.my-xl-160{margin-top:160px !important;}
  .mb-xl-160,.my-xl-160{margin-bottom:160px !important;}
  .pt-xl-165,.py-xl-165{padding-top:165px !important;}
  .pb-xl-165,.py-xl-165{padding-bottom:165px !important;}
  .mt-xl-165,.my-xl-165{margin-top:165px !important;}
  .mb-xl-165,.my-xl-165{margin-bottom:165px !important;}
  .pt-xl-170,.py-xl-170{padding-top:170px !important;}
  .pb-xl-170,.py-xl-170{padding-bottom:170px !important;}
  .mt-xl-170,.my-xl-170{margin-top:170px !important;}
  .mb-xl-170,.my-xl-170{margin-bottom:170px !important;}
  .pt-xl-175,.py-xl-175{padding-top:175px !important;}
  .pb-xl-175,.py-xl-175{padding-bottom:175px !important;}
  .mt-xl-175,.my-xl-175{margin-top:175px !important;}
  .mb-xl-175,.my-xl-175{margin-bottom:175px !important;}
  .pt-xl-180,.py-xl-180{padding-top:180px !important;}
  .pb-xl-180,.py-xl-180{padding-bottom:180px !important;}
  .mt-xl-180,.my-xl-180{margin-top:180px !important;}
  .mb-xl-180,.my-xl-180{margin-bottom:180px !important;}
  .pt-xl-185,.py-xl-185{padding-top:185px !important;}
  .pb-xl-185,.py-xl-185{padding-bottom:185px !important;}
  .mt-xl-185,.my-xl-185{margin-top:185px !important;}
  .mb-xl-185,.my-xl-185{margin-bottom:185px !important;}
  .pt-xl-190,.py-xl-190{padding-top:190px !important;}
  .pb-xl-190,.py-xl-190{padding-bottom:190px !important;}
  .mt-xl-190,.my-xl-190{margin-top:190px !important;}
  .mb-xl-190,.my-xl-190{margin-bottom:190px !important;}
  .pt-xl-195,.py-xl-195{padding-top:195px !important;}
  .pb-xl-195,.py-xl-195{padding-bottom:195px !important;}
  .mt-xl-195,.my-xl-195{margin-top:195px !important;}
  .mb-xl-195,.my-xl-195{margin-bottom:195px !important;}
  .pt-xl-200,.py-xl-200{padding-top:200px !important;}
  .pb-xl-200,.py-xl-200{padding-bottom:200px !important;}
  .mt-xl-200,.my-xl-200{margin-top:200px !important;}
  .mb-xl-200,.my-xl-200{margin-bottom:200px !important;}
  .pt-xl-205,.py-xl-205{padding-top:205px !important;}
  .pb-xl-205,.py-xl-205{padding-bottom:205px !important;}
  .mt-xl-205,.my-xl-205{margin-top:205px !important;}
  .mb-xl-205,.my-xl-205{margin-bottom:205px !important;}
  .pt-xl-210,.py-xl-210{padding-top:210px !important;}
  .pb-xl-210,.py-xl-210{padding-bottom:210px !important;}
  .mt-xl-210,.my-xl-210{margin-top:210px !important;}
  .mb-xl-210,.my-xl-210{margin-bottom:210px !important;}
  .pt-xl-215,.py-xl-215{padding-top:215px !important;}
  .pb-xl-215,.py-xl-215{padding-bottom:215px !important;}
  .mt-xl-215,.my-xl-215{margin-top:215px !important;}
  .mb-xl-215,.my-xl-215{margin-bottom:215px !important;}
  .pt-xl-220,.py-xl-220{padding-top:220px !important;}
  .pb-xl-220,.py-xl-220{padding-bottom:220px !important;}
  .mt-xl-220,.my-xl-220{margin-top:220px !important;}
  .mb-xl-220,.my-xl-220{margin-bottom:220px !important;}
  .pt-xl-225,.py-xl-225{padding-top:225px !important;}
  .pb-xl-225,.py-xl-225{padding-bottom:225px !important;}
  .mt-xl-225,.my-xl-225{margin-top:225px !important;}
  .mb-xl-225,.my-xl-225{margin-bottom:225px !important;}
  .pt-xl-230,.py-xl-230{padding-top:230px !important;}
  .pb-xl-230,.py-xl-230{padding-bottom:230px !important;}
  .mt-xl-230,.my-xl-230{margin-top:230px !important;}
  .mb-xl-230,.my-xl-230{margin-bottom:230px !important;}
  .pt-xl-235,.py-xl-235{padding-top:235px !important;}
  .pb-xl-235,.py-xl-235{padding-bottom:235px !important;}
  .mt-xl-235,.my-xl-235{margin-top:235px !important;}
  .mb-xl-235,.my-xl-235{margin-bottom:235px !important;}
  .pt-xl-240,.py-xl-240{padding-top:240px !important;}
  .pb-xl-240,.py-xl-240{padding-bottom:240px !important;}
  .mt-xl-240,.my-xl-240{margin-top:240px !important;}
  .mb-xl-240,.my-xl-240{margin-bottom:240px !important;}
  .pt-xl-245,.py-xl-245{padding-top:245px !important;}
  .pb-xl-245,.py-xl-245{padding-bottom:245px !important;}
  .mt-xl-245,.my-xl-245{margin-top:245px !important;}
  .mb-xl-245,.my-xl-245{margin-bottom:245px !important;}
  .m-xl-auto{margin:auto!important;}
  .mt-xl-auto,.my-xl-auto{margin-top:auto!important;}
  .mr-xl-auto,.mx-xl-auto{margin-right:auto!important;}
  .mb-xl-auto,.my-xl-auto{margin-bottom:auto!important;}
  .ml-xl-auto,.mx-xl-auto{margin-left:auto!important;}
}

/*# sourceMappingURL=bootstrap-grid.css.map */
#js-rotating {display: none;}

#js-rotating.morphext,
.morphext > .animated {
    display: inline-block;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}
/*! Flickity v2.2.2
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
/**
 * material-design-lite - Material Design Components in CSS, JS and HTML
 * @version v1.3.0
 * @license Apache-2.0
 * @copyright 2015 Google, Inc.
 */

@charset "UTF-8";

.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 .3s cubic-bezier(0, 0, .2, 1), width .3s cubic-bezier(0, 0, .2, 1), height .3s cubic-bezier(0, 0, .2, 1), opacity .6s cubic-bezier(0, 0, .2, 1);
    transition: transform .3s cubic-bezier(0, 0, .2, 1), width .3s cubic-bezier(0, 0, .2, 1), height .3s cubic-bezier(0, 0, .2, 1), opacity .6s cubic-bezier(0, 0, .2, 1), -webkit-transform .3s cubic-bezier(0, 0, .2, 1)
}

.mdl-ripple.is-visible {
    opacity: .3
}

.mdl-animation--default,
.mdl-animation--fast-out-slow-in {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.mdl-animation--linear-out-slow-in {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.mdl-animation--fast-out-linear-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.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(150, 150, 150, 1);
    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, .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, .1);
    background-color: rgba(0, 0, 0, .1)
}

.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper {
    box-shadow: 0 0 0 8px rgba(63, 81, 181, .26);
    background-color: rgba(63, 81, 181, .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: .28s;
    transition-timing-function: cubic-bezier(.4, 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, .26) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K")
}

.mdl-checkbox__label {
    position: relative;
    cursor: pointer;
    margin: 0
}

fieldset[disabled] .mdl-checkbox .mdl-checkbox__label,
.mdl-checkbox.is-disabled .mdl-checkbox__label {
    color: rgba(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)
}

.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-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, .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, .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: .28s;
    transition-timing-function: cubic-bezier(.4, 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, .26);
    cursor: auto
}

.mdl-radio.is-focused .mdl-radio__inner-circle {
    box-shadow: 0 0 0 10px rgba(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, .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)
}

.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-switch {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0;
    overflow: visible;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mdl-switch.is-upgraded {
    padding-left: 28px
}

.mdl-switch__input {
    line-height: 24px
}

.mdl-switch.is-upgraded .mdl-switch__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-switch__track {
    background: rgba(0, 0, 0, .26);
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 36px;
    border-radius: 14px;
    cursor: pointer
}

.mdl-switch.is-checked .mdl-switch__track {
    background: rgba(63, 81, 181, .5)
}

.mdl-switch__track fieldset[disabled] .mdl-switch,
.mdl-switch.is-disabled .mdl-switch__track {
    background: rgba(0, 0, 0, .12);
    cursor: auto
}

.mdl-switch__thumb {
    background: #fafafa;
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-property: left
}

.mdl-switch.is-checked .mdl-switch__thumb {
    background: rgb(63, 81, 181);
    left: 16px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.mdl-switch__thumb fieldset[disabled] .mdl-switch,
.mdl-switch.is-disabled .mdl-switch__thumb {
    background: #bdbdbd;
    cursor: auto
}

.mdl-switch__focus-helper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px);
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent
}

.mdl-switch.is-focused .mdl-switch__focus-helper {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .1)
}

.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper {
    box-shadow: 0 0 0 20px rgba(63, 81, 181, .26);
    background-color: rgba(63, 81, 181, .26)
}

.mdl-switch__label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    left: 24px
}

.mdl-switch__label fieldset[disabled] .mdl-switch,
.mdl-switch.is-disabled .mdl-switch__label {
    color: #bdbdbd;
    cursor: auto
}

.mdl-switch__ripple-container {
    position: absolute;
    z-index: 2;
    top: -12px;
    left: -14px;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
    transition-duration: .4s;
    transition-timing-function: step-end;
    transition-property: left
}

.mdl-switch__ripple-container .mdl-ripple {
    background: rgb(63, 81, 181)
}

.mdl-switch__ripple-container fieldset[disabled] .mdl-switch,
.mdl-switch.is-disabled .mdl-switch__ripple-container {
    cursor: auto
}

fieldset[disabled] .mdl-switch .mdl-switch__ripple-container .mdl-ripple,
.mdl-switch.is-disabled .mdl-switch__ripple-container .mdl-ripple {
    background: 0 0
}

.mdl-switch.is-checked .mdl-switch__ripple-container {
    left: 2px
}


@-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%
    }
}


@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    50% {
        -webkit-transform: scale(.99);
        transform: scale(.99)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    50% {
        -webkit-transform: scale(.99);
        transform: scale(.99)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible
    }
}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
/*** FONT AWESOME MINIMAL ***/
.fa,
.fab,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

/*** ICONS USED IN CLEAN TEMPLATES ***/

.fa-chevron-up:before {
	content: "\f077"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-check:before {
	content: "\f00c"
}

.fa-search:before {
	content: "\f002"
}

.fa-times:before {
	content: "\f00d"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-reply:before {
  content: "\f3e5"; }

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-square:before {
  content: '\f0fe';
}

.fa-minus:before {
    content: "\f068"
}

.fa-spotify:before {
 content: "\f1bc" 
}

.fa-google-play:before {
  content: "\f3ab"
}

.fa-angle-down:before {
  content: "\f107"
}


.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/dakota_theme_2025/webfonts/fa-brands-400.woff2") format("woff2"), url("//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/dakota_theme_2025/webfonts/fa-brands-400.woff") format("woff"), url("//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/dakota_theme_2025/webfonts/fa-brands-400.ttf") format("truetype"), url("//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/dakota_theme_2025/webfonts/fa-brands-400.svg") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/dakota_theme_2025/webfonts/fa-regular-400.woff2") format("woff2"), url("//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/dakota_theme_2025/webfonts/fa-regular-400.woff") format("woff"), url("//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/dakota_theme_2025/webfonts/fa-regular-400.ttf") format("truetype"), url("//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/dakota_theme_2025/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/dakota_theme_2025/webfonts/fa-solid-900.woff2") format("woff2"), url("//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/dakota_theme_2025/webfonts/fa-solid-900.woff") format("woff"), url("//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/dakota_theme_2025/webfonts/fa-solid-900.ttf") format("truetype"), url("//21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/raw_assets/public/dakota_theme_2025/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }


.fa,
.far,
.fas {
	font-family: "Font Awesome 5 Free"
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

/*     -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; */

    -webkit-touch-callout: none;
/*     -khtml-user-select: none; */
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}









.dnd-section {
    padding-bottom: 0px;
    padding-top: 0px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
    background-color: #45555F;
}





@media (min-width: 1400px) {
    .container {
        max-width: 1326px;
    }
}

.container-slim {
    max-width: 880px !important;
}







.submit-alt .hs-button,
.hs-button, .button--primary,
.cta-primary, .cta-secondary, .cta-tertiary, .cta-four, .cta-five {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    will-change: transform;
    line-height: 1.62;
    text-align: center;
    cursor:pointer;
}



.hs-button:hover, .button--primary:hover,
.hs-button:active, .button--primary:active,
.hs-button:focus, .button--primary:focus,
.cta-primary:hover, .cta-secondary:hover, .cta-tertiary:hover, .cta-four:hover, .cta-five:hover,
.cta-primary:active, .cta-secondary:active, .cta-tertiary:active, .cta-four:active, .cta-five:active,
.cta-primary:focus, .cta-secondary:focus, .cta-tertiary:focus, .cta-four:focus, .cta-five:focus {
    text-decoration: none;
}

button {
    font-family: Montserrat;
}



.cta-primary,
.cta-primary:active,.stories-filter-section .submit-button .cta-primary:focus{
    color: #262E33 !important;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    padding: 15px 24px;
    -webkit-border-radius: 0px;
    border-radius: 0px;


    
    
    background-color: rgba(238, 177, 17, 1.0);
    border: 1px solid rgba(238, 177, 17, 1.0);
    

    
    

    
    

    
    
}





.cta-primary:hover,
.cta-primary:focus{
    color: #ffffff !important;

    
    
    background-color: rgba(0, 118, 160, 1.0);
    border: 1px solid rgba(0, 118, 160, 1.0);
    

    
    

    
    

    
}



.cta-secondary,
.cta-secondary:active{
    color: #155269 !important;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    padding: 8px 20px;
    -webkit-border-radius: 50px;
    border-radius: 50px;


    
    
    background-color: rgba(218, 236, 242, 1.0);
    border: 2px solid rgba(218, 236, 242, 1.0);
    

    
    

    
    

    
    
}

.cta-secondary:hover,
.cta-secondary:focus {
    color: #DAECF2 !important;

    
    
    background-color: rgba(21, 82, 105, 1.0) !important;
    border: 2px solid rgba(21, 82, 105, 1.0);
    

    
    

    
    

    
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    
}




.cta-tertiary,
.cta-tertiary:active {
    color: #ffffff !important;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: none;
    padding: 20px 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;


    
    
    background-color: rgba(0, 118, 160, 1.0);
    

    
    

    
    

    
    
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    
}

.cta-tertiary:hover,
.cta-tertiary:focus{
    color: #ffffff !important;

    
    
    background-color: rgba(0, 118, 160, 1.0) !important;
    

    
    

    
    

    
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    
}





.cta-four,
.cta-four:active {
    color: #ffffff !important;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: none;
    padding: 20px 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;


    
    
    background-color: rgba(0, 118, 160, 1.0);
    

    
    

    
    

    
    
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    
}

.cta-four:hover,
.cta-four:focus{
    color: #ffffff !important;

    
    
    background-color: rgba(0, 118, 160, 1.0) !important;
    

    
    

    
    

    
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    
}




.cta-five,
.cta-five:active{
    color: #ffffff !important;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: none;
    padding: 20px 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;


    
    
    background-color: rgba(0, 118, 160, 1.0);
    

    
    

    
    

    
    
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    
}

.cta-five:hover,
.cta-five:focus{
    color: #ffffff !important;

    
    
    background-color: rgba(0, 118, 160, 1.0) !important;
    

    
    

    
    

    
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    
}










.hs-button,
.button--primary  {
    color: #262E33 !important;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    padding: 16px 24px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;


    
    
    background-color: rgba(238, 177, 17, 1.0);
    

    
    

    
    

    
    
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
    color: #ffffff !important;

    
    
    background-color: rgba(0, 118, 160, 1.0);
    

    
    

    
    

    
}




.submit-alt .hs-button,
.submit-alt .button--primary  {
    color: #155269 !important;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    padding: 8px 25px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: none;


    
    
    background-color: rgba(218, 236, 242, 1.0);
    

    
    

    
    

    
    
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    
}

.submit-alt .hs-button:hover,
.submit-alt .hs-button:focus,
.submit-alt .button--primary:hover,
.submit-alt .button--primary:focus {
    color: #daecf2 !important;

    
    
    background-color: rgba(21, 82, 105, 1.0);
    

    
    

    
    

    
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    
}




select,
.hs-input {
    background-color: rgba(255, 255, 255, 0.0);
    border: 1px solid rgba(205, 212, 215, 1.0);
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #262E33;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    padding: 13px 15px;
    line-height: 1.625;
}


::-webkit-input-placeholder { /* Chrome */
    color: #262E33;
    transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
    opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #262E33;
    transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
    opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #262E33;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
    opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #262E33;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
    opacity: 0.5;
}

.hs-input:focus {
    outline: none;
    border-color: rgba(69, 85, 95, 1.0);
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {
    padding: 13px 15px !important;
}


select.post__category-selector {
    background-color: rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.3);
    color: #ccc;
}


body form.hs-form fieldset .hs-form-field{padding:0 10px}
body form.hs-form fieldset{margin:0 -10px!important}
.grecaptcha-badge{margin:0}
form.hs-form fieldset .input { line-height: 0; }
.hs-richtext.hs-main-font-element { line-height: 1.6; padding: 30px 10px 10px; }




.hs-fieldtype-checkbox > label,
.hs-form label {
    color: #262E33;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: none;
}



.hs_radio_buttons .hs-form-radio label,
.hs_single_checkbox label,
.hs-form label.hs-form-radio-display span,
.hs-fieldtype-checkbox .hs-form-checkbox label,
.hs-form-booleancheckbox label {
    color: #262E33;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.2em;
}


.hs-form legend {
    color: #999999;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}


.legal-consent-container,
.legal-consent-container p{
    color: #999999;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}



input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
    border-color: #da0101;

}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
    border-color: #da0101;


}

.hs-error-msgs {
    
    
    
    
    
}

.hs-error-msgs label {
    color: #da0101;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0px;
    padding: 0px;
}


form,
.submitted-message {
    font-family: ;
}


form input,
form select,
select,
form textarea {
    border-color: rgba(205, 212, 215, 1.0);
    color: ;
}

form input:focus,
form select:focus,
select:focus,
form textarea:focus {
    border-color: rgba(69, 85, 95, 1.0);
}

.fn-date-picker .pika-table thead th {
    color: rgba(38, 46, 51, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
    color: ;
}

.hs-default-font-element,
.hs-main-font-element {
    font-family: ;
}

.fn-date-picker td.is-today .pika-button {
    color: #262E33;
}

.fn-date-picker td.is-selected .pika-button {
    background: #262E33;
}

.fn-date-picker td .pika-button:hover {
    background-color: #45555F !important;
}






.hhs-pop.hhs-modal {
    background-color: rgba(255, 255, 255, 1.0);
    max-width: 1300px;
    width: 100%;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 50px 0 50px;
}

.blocker {
    background-color: rgba(0, 0, 0, 0.8);
}


.mfp-bg {

    background-color: rgba(0, 0, 0, 0.8 )  !important;
}


/* .mfp-close-btn-in .mfp-close { color: #1a1a1a !important; opacity: 1 !important; background-color: #f4efe6 !important; position: fixed !important; top: 0 !important; right: 0 !important; } */
.mfp-close{font-size:0;background-image: url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/popup-close-icon.svg)!important;background-repeat:no-repeat!important;background-position:center center!important;/* background-color:transparent!important; */opacity:1!important;width: 50px;height: 50px;top: 0 !important;!I;!;right: 0 !important;!i;!;position: absolute !important;background-color: #CDD4D7 !important;!I;!;}
.mfp-container { padding-left: 0; padding-right: 0; }
.mfp-open .mfp-wrap{position:fixed!important;height:100%!important;overflow:auto!important;top:0!important;}
body.mfp-open{overflow:hidden;}

.popUpParent {
    background-color: rgba(255, 255, 255, 1.0);
    max-width: 1300px;
    position: relative;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding: 50px 50px 50px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}







.header__container {
    /*max-width: px;*/
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
    /* SET COLOR */
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
    /* SET COLOR */
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
    /* SET COLOR */
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
    /* SET BACKGROUND COLOR */
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
    /* SET BACKGROUND COLOR */
    /* SET BORDER COLOR */
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover {
    /* SET BACKGROUND COLOR */
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
    /* SET FONT FAMILY */
}

.header__language-switcher-label-current:after {
    /* SET BORDER TOP COLOR */
}

@media(max-width: 767px) {
    .header__navigation {
        /* SET BACKGROUND COLOR */
    }

    .header__navigation-toggle svg,
    .menu-arrow svg {
        /* SET FILL COLOR */
    }
}





.footer {
    /* SET BACKGROUND COLOR */
}






.blog-content-body {
    background-color: rgba(242, 245, 248, 1.0);
}

.blog-header-standard {
    
    background-color: rgba(68, 68, 68, 1.0);
    

    

    
}

.blog-header-overlay {background-color: rgba(0, 0, 0, 0.5);}

.blog-header__title {
    font-size: 62px;
    color: rgba(255, 255, 255, 1.0);
}

p.blog-header__subtitle,
h4.blog-header__subtitle {
    color: rgba(255, 255, 255, 1.0);
}



@media (max-width: 575px) {
    .blog-header__title {
        font-size: 38px;
        text-align: center;
    }
}

.blog-header-standard .hs-form label {
    color: rgba(255, 255, 255, 1.0);
}

.blog-header-standard .blog-header__form h1,
.blog-header-standard .blog-header__form h2,
.blog-header-standard .blog-header__form h3,
.blog-header-standard .blog-header__form h4,
.blog-header-standard .blog-header__form h5,
.blog-header-standard .blog-header__form h6,
.blog-header-standard .blog-header__form p,
.blog-header-standard .blog-header__form li,
.blog-header-standard .blog-header__form span {
    color: rgba(255, 255, 255, 1.0);
}

/*** SET POST GRID CARD STYLE ***/

.blog-recent-posts__post,
.hhs-blog-card-inner,
.blog-index__post--large {
    background-color: rgba(255, 255, 255, 1.0);
    
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    
}



.legacy-blog-listing .blog-index__post--large {
    margin-top: -130px;
    position: relative;
    z-index: 2;
}



.blog-index__post--large h2,
.blog-index__post--large h2 a,
.blog-index__post--small h2,
.blog-index__post--small h2 a,
.blog-recent-posts__title,
.blog-index__tag-heading {
    color: rgba(38, 46, 51, 1.0);
}


.blog-index__post--large h2 a:hover,
.blog-index__post--small h2 a:hover {
    color: rgba(69, 85, 95, 1.0);
}

.blog-recent-posts__post p,
.blog-index__post--large p,
.blog-index__post--small p,
.blog-index__tag-subtitle {
    color: rgba(38, 46, 51, 1.0);
}


.blog-post__date {
    /* SET BORDER COLOR */
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
    /* SET COLOR */
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
    /* SET COLOR */
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
    color: ;
}

.blog-tag-filter__menu-link--active-item:after {
    background-color: #262E33;
}

.blog-pagination__link {
    color: #262E33;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
    background-color: #262E33;
}

/*** POST PAGE STYLE ***/

.post-page-full {
    background-color: rgba(242, 245, 248, 1.0);
}

.container-slim.content-area-width {
    max-width: 800px !important;
}

/*** POST TYPOGRAPHY ****/

h1.blog-post__title {
    font-family: Montserrat;
    color: #262E33;
    font-size: 62px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.blog-post h2 {
    font-family: Montserrat;
    color: #262E33;
    font-size: 50px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.blog-post h3 {
    font-family: Montserrat;
    color: #262E33;
    font-size: 37px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.blog-post h4,
#comments-listing .comment-from h4 {
    font-family: Montserrat;
    color: #262E33;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.blog-post h5 {
    font-family: Montserrat;
    color: #262E33;
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    text-decoration: ;
    text-transform: none;
}


.blog-post h6 {
    font-family: Montserrat;
    color: #262E33;
    font-size: 16px;
    font-style: normal;
    font-weight: ;
    text-decoration: none;
    text-transform: none;
}

#comments-listing .comment-body p,
.blog-post p {
    font-family: Montserrat;
    color: #262E33;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.5em;
}

.blog-post li {
    font-family: Montserrat;
    color: #262E33;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}


@media (max-width: 575px) {
    h1.blog-post__title {
        font-size: 38px;
    }
    .blog-post h2 {
        font-size: 32px;
    }
    .blog-post h3 {
        font-size: 28px;
    }
    .blog-post h4 {
        font-size: 24px;
    }
    .blog-post h5 {
        font-size: 18px;
    }
    .blog-post h6 {
        font-size: 16px;
    }
    .blog-post p {
        font-size: 18px;
    }
    .blog-post li {
        font-size: 18px;
    }
}

.blog-post__author {
    background-color: #45555F;
}







.meta-author,
.meta-author a {
    color: rgba(38, 46, 51, 1.0);
}

p.reading-minutes {
    color: rgba(38, 46, 51, 1.0);
    text-transform: uppercase;
    font-size: 12px !important;
}

.blog-post__tag-link {
    color: rgba(153, 153, 153, 1.0);
    background-color: rgba(69, 85, 95, 1.0);
}


.blog-post__tag-link:hover {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(69, 85, 95, 1.0);
}


#comments-listing .comment-date {
    color: rgba(38, 46, 51, 0.6) !important;
}

.blog-comments .hs-form .hs-field-desc,
.blog-comments .hs-form .legal-consent-container p {
    color: #262E33;
}


#comments-listing .comment-reply-to {
    color: rgba(0, 118, 160, 1.0) !important;
}

.blog-post__timestamp {
    color: rgba(38, 46, 51, 1.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
    color: rgba(0, 118, 160, 1.0);
}

#comments-listing .comment-reply-to:active {
    color: rgba(0, 118, 160, 1.0);
}





.error-page-full {
    background-color: rgba(255, 255, 255, 1.0);
}

.error-page h1,
.error-page h4,
.error-page p {
    color:  rgba(38, 46, 51, 1.0);
}

.error-page:before {
    color: rgba(38, 46, 51, 0.05);
}

.sub-pre-header{
    background: transparent url("https://507386.fs1.hubspotusercontent-na1.net/hubfs/507386/CLEAN-images/heros/sub-prefs-bg.jpg") no-repeat center center;
        background-size: cover;
        }

.sub-pre-header h1, .sub-pre-header p {
    color:  rgba(255, 255, 255, 1.0);
}

.sub-pref-full {
    background-color: rgba(255, 255, 255, 1.0);
}

.sub-pref-full #email-prefs-form h2,
.sub-pref-full #email-prefs-form h3,
.sub-pref-full #email-prefs-form .page-header,
.sub-pref-full #email-prefs-form p,
.sub-pref-full #email-prefs-form span {
    color: rgba(38, 46, 51, 1.0);
}


.results-pre-header {
    background-color: rgba(242, 245, 248, 1.0);
}

.results-pre-header h1, .results-pre-header h4 {
    color:  rgba(38, 46, 51, 1.0);
}

.results-full {
    background-color: rgba(255, 255, 255, 1.0);
}

.results-full .hs-search-results__title,
.results-full .hs-search-results__description {
    color: rgba(38, 46, 51, 1.0);
}

.results-full .hs-search-results__title:hover {
    color: #0076A0;
}






/* Css */










.primaryBgColor{background-color: #262E33;}
.secondaryBgColor{background-color: #45555F;}
.tertiaryBgColor{background-color: #0076A0;}

.primaryColor,.allprimaryColor * {color: #262E33;}
.secondaryColor,.allsecondaryColor * {color: #45555F;}
.tertiaryColor,.alltertiaryColor * {color: #0076A0;}

.hhs-cta-with-text .hhs-col-inner{position:relative;z-index:3}
.slick-arrow.slick-disabled { display: none !important; }
p a { text-decoration: underline;font-weight: 500; }

.sub-header-search-box{max-width:528px;}
.sub-header-search-box form input{height:48px;border:1px solid #cdd4d7;border-radius:50px}
.sub-header-search-box form{position:relative;border-radius:50px;overflow:hidden}
.sub-header-search-box form button:hover { background: rgb(211 211 211 / 20%); }
.sub-header-search-box form button { position: absolute; right: 0; height: 100%; top: 1px; padding: 0 20px; border: none; transition: all .3s; cursor: pointer; background: url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/search-button.svg) !important; background-repeat: no-repeat !important; background-position: center center !important; width: 60px; }


.breadcrumb-item a{font-weight:600}
.breadcrumb-item a,.breadcrumb-item p{font-size:14px; color: #45555f; display:inline-block; }
.breadcrumb-item{margin-right:4px}
.breadcrumb-item span { line-height: 1.625; display: inline-block; vertical-align: middle; }
.breadcrumb-item a:hover { text-decoration: underline; }
.tear-paper { position: absolute; left: 0; bottom: -1px; width: 100%; z-index: 111; font-size: 0; line-height: 0; height: 25px; }
.tear-paper img { height: 100%!important; object-fit: cover; object-position: left top; width: 100%; }

.sidebar-menu ul{display:block}
.sidebar-menu ul li a{display:block;color:#45555f;font-size:14px;font-weight:500;line-height:1.714;padding:15px;transition:all .6s}
.sidebar-menu ul li a:hover{text-decoration:underline}
.sidebar-section .hs-menu-children-wrapper{display:none;position:static!important;opacity:1!important;}
.sidebar-section .hs-menu-item.hs-menu-depth-1.active-branch>a{background:#f2f2f2;color:#262E33;font-weight:600}
.sidebar-section .hs-menu-item.hs-menu-depth-1.active-branch{border-left:2px solid #262E33}
.sidebar-section .hs-menu-item.hs-menu-depth-2.active-branch{border:none}
.sidebar-section .hs-menu-item.hs-menu-depth-2.active-branch>a{background:0 0;font-weight:600;color:#262E33;padding:10px 15px;border:none}
.sidebar-section .hs-menu-item.hs-menu-depth-2>a{padding:10px 15px;border:none}
.sidebar-section .hs-menu-item.hs-menu-depth-3>a{border:none;padding:8px 15px 8px 30px}
.sidebar-section .hs-menu-item.hs-menu-depth-1{border-bottom:1px solid #cdd4d7}
.sidebar-section .hs-menu-item.hs-menu-depth-1.active-branch > ul{ display: block; }
.sidebar-section .hs-menu-item.hs-menu-depth-2.active-branch > ul{ display: block; }
.sidebar-section .hs-menu-item.hs-menu-depth-3.active-branch > ul{ display: block; }
.sidebar-section .hs-menu-item a.active { font-weight: 600; color: #262E33; }

.intro-content .content p,.intro-content .content  { font-size: 22px; line-height:1.545; }
.intro-content iframe { width: 100% !important; }

.oral-traditions-main{padding-left:50px;padding-right:50px}
.oral-traditions-main .oral-traditions-details-wrapper .details-box{background-color:#fff;margin-bottom:20px}
.oral-traditions-main .oral-traditions-details-wrapper:last-child .details-box{margin-bottom:0}
.oral-traditions-main .oral-traditions-details-wrapper .details-box .details-image{width:26%}
.oral-traditions-main .oral-traditions-details-wrapper .details-box .details-image img{width:100%}
.oral-traditions-main .oral-traditions-details-wrapper .details-box .details-content{width:74%;padding:30px; display: flex ; flex-direction: column; justify-content: center;}
.oral-traditions-main .oral-traditions-details-wrapper .details-box .button-box{margin-top:20px}
.oral-traditions-main .oral-traditions-details-wrapper .details-box .button-box a{text-decoration:underline!important;font-weight:700;position:relative;padding-right:40px}
.oral-traditions-main .oral-traditions-details-wrapper .details-box .button-box a:hover { text-decoration:none!important; color:#0076A0; }
.oral-traditions-main .oral-traditions-details-wrapper .details-box .button-box a:nth-last-of-type(2)::before{content:"";position:absolute;top:0;right:20px;width:2px;background:#cdd4d7;height:100%;margin:0}
.oral-traditions-main .oral-traditions-details-wrapper .details-box .button-box a:only-child::before{content:none}
.oral-traditions-main .image-box{height:100%}
.oral-traditions-main .image-box img{height:100%!important;object-fit:cover}
.oral-traditions-main .oral-traditions-details-wrapper .details-box .button-box a:last-child { padding-right: 0; }
.oral-traditions-main .oral-traditions-details-wrapper .details-box .details-content h3 a:hover {text-decoration: underline;color: #0076A0;}

.resources-main .resources-wrapper-box .flex-row{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}
.resources-main .resources-wrapper-box .flex-row .resources-box{display:flex;align-items:center;width:calc(50% - 10px);background:#f2f2F266;border:1px solid #cdd4d7;padding:20px; position:relative; }
.resources-main .heading{margin-bottom:50px}
.resources-main .heading h3{font-size:28px;font-weight:600;line-height:1.357;margin-bottom:50px}
.resources-main .resources-wrapper-box .resources-box .resources-image{height:100px;width:100px;margin-right:30px}
.resources-main .resources-wrapper-box .resources-box .resources-image img{height:100% !important;width:100%;object-fit:cover}
.resources-main .resources-content{width:75%}
.resources-main .resources-wrapper-box .flex-row .resources-box .resources-content a,.resources-main .resources-wrapper-box .flex-row .resources-box .resources-content h3{font-size:20px;font-weight:600;line-height:1.5;position:relative; z-index:1; display:inline-block; }
.resources-main .resources-wrapper-box .flex-row .resources-box>a{position:absolute;left:0;top:0;width:100%;height:100%}
.resources-main .resources-wrapper-box .flex-row .resources-box .resources-content a:hover{text-decoration:underline;color:#0076a0}
.resources-main .resources-wrapper-box .flex-row .resources-box .resources-content p{ margin-top:10px;}
.copyright-information-link-wrap .image{margin-right:20px}
.copyright-information-link-wrap a{text-decoration:underline}
.copyright-information-link-wrap a:hover { text-decoration: none; }
.copyright-text,.copyright-text a,.copyright-text p{font-size:14px}
.copyright-text a,.stories-filter-section .right-text a,.community-details .link-list a,.contribute-listing .name,.two-column-image-content a,.one-col-media-inner a,.blogPostTemplateBodyWp a{font-weight: 500;}
.content-author-section { clear: both; }
.content-author-section .tab-item{padding:14px 20px;background:#f2f2f2;border:1px solid #cdd4d7;border-bottom:none;cursor:pointer;min-width:191px;text-align:center;font-weight:500}
.content-author-section .tabs{border-bottom:1px solid #cdd4d7}
.content-author-section .tab-item.active{background:#fff;border-color:#0076A0;position:relative;font-weight:600}
.content-author-section .tab-item.active:before{content:"";position:absolute;left:0;bottom:-1px;background:#fff;width:100%;height:1px;z-index:111}
.content-author-section .tab-main-content p{color:#262E33}
.content-author-section .left-part li,.left-part p,.left-part span,.left-part strong{color:#262E33}
.content-author-section .tab-content-item{display:none}
.content-author-section .author-box{background:#f2f2f2;padding:20px}
.content-author-section .name a{text-decoration:underline;font-weight:500}
.content-author-section .association a{text-decoration:underline}
.content-author-section .story-list ul li a{padding:0;color:#0076A0;text-decoration:underline}
.content-author-section .story-list ul li{padding-top:10px}
.content-author-section .bottom-content *+p{margin-top:30px}
.content-author-section .community-mobile-content { display: none; }
.content-author-section .bottom-content a { text-decoration: underline; }
.content-author-section .author-image img { max-height: 309px; width: 100%; object-fit: cover; object-position: left top; }
.content-author-section audio::-webkit-media-controls-panel,.content-author-section audio::-webkit-media-controls-play-button{background-color:#f2f2f2}
.content-author-section .field-label { font-size: 20px; font-weight: 600; }
.blogPostBodyContent br { display: none; }
.lightGreyBgColor { background-color:#f2f2f2; }
.hidden-copyright-link { display: none !important; }
.content-author-section ::-webkit-scrollbar{height:6px}
.content-author-section ::-webkit-scrollbar-track{background:#f1f1f1}
.content-author-section ::-webkit-scrollbar-thumb{background:#888}
.content-author-section ::-webkit-scrollbar-thumb:hover{background:#555}
.content-author-section .tabs{overflow-x:auto;overflow-y:hidden}
/* .blogPostBodyContent p:first-child { font-weight: 600; color: #45555F; } */ 
*+blockquote{margin:0;margin-top:50px}
blockquote{position:relative;padding:120px 60px 40px 60px;background-image:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/quote-icon.svg);background-position:left 60px top 40px;background-repeat:no-repeat}
.blogPostTemplateBodyWp a { text-decoration: underline; cursor: pointer; }

.blogPillsTags a { display: inline-block; padding: 10px 20px; background: #DAECF2; border-radius: 80px; margin-top: 10px; color: #155269; font-weight: 500; text-decoration:none; }
.blogPillsTags a:hover{    background-color: #0076a0;color:#fff;}
.blogPostTheme { clear: both; }  

table tbody td { white-space: normal; word-break: break-word; }
audio::-webkit-media-controls-panel,audio::-webkit-media-controls-play-button{background-color:#fff}
.pageTemplateWpLeft .scroll-content.scroll-scrolly_visible,.blogPostTemplateboxOutter  .scroll-content.scroll-scrolly_visible{padding-right:10px;}


.river-details .image-box img{height:486px!important;object-fit:cover; width:100%;}
.river-details .short-desc{font-size:10px;line-height:1.21}
.river-details .content h5+p{font-size:10px;line-height:2;margin:0}
.river-details .content h5{font-weight:500;margin-top:20px}

.river-details .audio-list-section .title h3{color:#262E33}
/* .river-details .item{margin-top:20px;background:#f2f2f2;padding:20px} */
.river-details .item+.item { margin-top: 10px; }
.river-details .audio-list { background: #f2f2f2; padding: 20px; }
.river-details .top-audio-text{display:flex;justify-content:space-between}
.river-details .top-audio-text *{font-size:14px;line-height:1.714; font-weight:500; }
.river-details .location-content ul * { font-weight: 500; }
.river-details .audio-stripe{margin-top:5px;width:100%; line-height:0; }
.river-details audio{width:100%; height:48px; }
.river-details .bottom-content-list{padding-top:40px;margin-top:40px;border-top:1px solid #cdd4d7}
.river-details .resource-list ul{padding:0;list-style-position:inside; margin-bottom:0; }
.river-details .resource-list ul li{margin-bottom:10px;line-height:1.75}
.river-details .resource-list li:last-child{margin-bottom:0}
.river-details .resource-list li a{text-decoration:underline;font-weight:500;display:inline-block}
.river-details .resource-list ::marker{font-size:14px;color:#0076A0;line-height:2}
.river-details .location-content h3{padding-left:30px;position:relative}
.river-details .location-content h3:before{content:"";position:absolute;left:0;top:50%;width:24px;height:24px;background:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/pin.svg);transform:translateY(-50%)}
.river-details .resource-list h3 a{text-decoration:underline}
.audio-popup .mfp-inline-holder .mfp-content{background-color:#fff;-webkit-border-radius:0;border-radius:0;margin-left:auto;margin-right:auto;max-width:902px;padding:60px;position:relative;width:calc(100% - 40px);max-height:80vh;overflow-y:auto}
.audio-popup h3{color:#262E33}
.audio-popup .audio{margin-top:20px;background:#f2f2f2;padding:20px}
.audio-popup .audio-title{font-size:14px;line-height:1.714;padding-bottom:12px}
.audio-popup audio{width:100%}
.audio-popup .audio-popup audio::-webkit-media-controls-panel{background:#fff}
.audio-popup .transcript{padding-top:40px}
.audio-popup .transcript-content{padding-top:20px}
.audio-popup ::-webkit-scrollbar{width:3px}
.audio-popup ::-webkit-scrollbar-track{background:#f1f1f1}
.audio-popup ::-webkit-scrollbar-thumb{background:#888}


.riverStoriesListMain .imageBox{height:250px;}
.riverStoriesListMain .imageBox img{width:100%;height:100%!important;!im;!im,;!i;!;object-fit:cover;}
.riverStoriesListMain .contentBody .imageCaption{font-size:14px;line-height:1.5;}
.riverStoriesInner .contentBody .box-title a{color:#262E33;text-decoration:none;}
.riverStoriesInner .contentBody .box-title a:hover{text-decoration:underline;}
.riverStoriesInner .contentBody .box-title-wp .properties-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin-right:12px;}
.riverStoriesInner .contentBody .box-title-wp{display:flex;flex-wrap:wrap;}
.riverStoriesInner .contentBody .box-title-wp .box-title{width:calc(100% - 42px);}
.riverStoriesListMain  .listTopPart{padding:20px 30px;}
.riverStoriesInner{background-color:#f2f2f2;}
.riverStoriesInner .moreInfoLabel{background-color:#EEB111;padding:18px 20px;cursor:pointer;position:relative;}
.riverStoriesInner .moreInfoList{padding:15px 20px;}
.riverStoriesInner li::marker{font-size:14px;color:#0076A0;line-height:2;}
.riverStoriesInner a{text-decoration:underline;}
.riverStoriesInner a:hover{text-decoration:none;}
.riverStoriesInner .location-content h3:before{content:"";position:absolute;left:0;top:50%;width:24px;height:24px;background:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/pin.svg);transform:translateY(-50%);}
.riverStoriesInner .location-content h3{position:relative;padding-left:30px;font-size:20px;}
.riverStoriesInner .location-content h3 a{font-weight: 600;}
.riverStoriesInner .moreInfoLabel:after{content:"";position:absolute;top:0;right:24px;background:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/carot-arrow.svg);width:20px;height:11px;background-repeat:no-repeat;background-position:center;background-size:contain;bottom:0;margin:auto;}
.riverStoriesInner .moreInfoLabel.active:after{transform:rotate(180deg);}
.riverStoriesInner .audio-list-section .title .transcriptAnchor a{font-weight:500;}
/* .riverStoriesInner .audio-list-section .title .transcriptAnchor a:hover{text-decoration:underline;} */
.riverStoriesInner .audio-list-section .audio-list audio{width:100%;}
.riverStoriesInner .audio-list-section .audio-list .audio-title,.audio-list-section .title .transcriptAnchor a{font-size:14px;line-height:1.5;}
.riverStoriesInner .audio-list-section .audio-list .audio-title{font-weight:500;}
.riverStoriesInner .resources-content ul,.riverStoriesInner .location-content ul{margin-top:0;margin-bottom:0;}
.riverStoriesInner .resources-content *+ul{margin-top:15px;}
.riverStoriesInner .location-content *+ul{margin-top:10px;}
.riverStoriesListFirst .imageBox{width:100%;height:100%;position:relative;padding-top:54.6%;}
.riverStoriesListFirst .imageBox img{width:100%;height:100%!important;position:absolute;top:0;left:0;object-fit:cover;}
.riverStoriesListFirst .contentBody{padding:30px;background-color:#F2F2F2;}
.riverStoriesListFirst .dividePartWp{display:flex;flex-wrap:wrap;}
.riverStoriesListFirst .dividePartWp>div{width:50%;}
.riverStoriesListFirst .audio-list-section{background:#cdd4d7;border-radius:10px;padding:20px;}
.riverStoriesListFirst .dividePartLeft{padding-right:18px;}
.riverStoriesListFirst .dividePartRight{padding-left:10px;}

.two-column-image-content .left-part{width:44%}
.two-column-image-content .right-part{width:56%;padding-left:20px}
.two-column-image-content .imgInner{padding:10px;border:1px solid #f2f2f2;text-align:center; position:relative; }
.two-column-image-content .bottom-text{font-size:14px;line-height:1.5;color:#262E33}
.two-column-image-content .imgInner img { width: 100%; object-fit: cover; }
.two-column-image-content .quote{padding:10px 0 10px 20px;border-left:2px solid #0076A0}
.two-column-image-content .quote-text{font-style:italic;font-weight:500}
.two-column-image-content .author-text{padding-top:10px;font-size:14px;line-height:1.714;font-style:italic}
.two-column-image-content .bottom-content strong { font-weight: 600; }
.two-column-image-content a[href$=".mp3"] { background-image: url(https://23704355.fs1.hubspotusercontent-na1.net/hubfs/23704355/Dakota-2024/images/icon_audio.png); background-position: 0% 50%; background-repeat: no-repeat; padding-left: 21px; white-space: nowrap; }
.two-column-image-content .imgInner > a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.contribute-listing .box{width:25%;padding:0 10px;}
.contribute-listing .box-list{margin:0 -10px;row-gap:20px}
.contribute-listing .box-inner{border:1px solid #cdd4d7;padding:9px;height:100%;position:relative}
.contribute-listing .name{padding-top:20px;text-align:center;font-size:20px;line-height:1.5;color:#0076A0;text-decoration:underline; position:relative; }
.contribute-listing .name:hover { text-decoration: none; }
.contribute-listing .box-image{height:290px}
.contribute-listing .box-image img{height:100%!important;object-fit:cover;object-position:top center; width: 100%; }
.contribute-listing .box-inner>a{position:absolute;left:0;top:0;width:100%;height:100%}
.contribute-listing .section-title h2 { color: #0076A0; }
.contribute-listing .load--more a,.contributor-load a { font-size: 20px; line-height: 1.5; color: #0076A0; text-decoration: underline; font-weight: 600; cursor: pointer; } 
.contribute-listing .load--more,.contributor-load { text-align: right; }

.community-listing .details-image{width:32%}
.community-listing .details-content{width:68%;background:#f2f2f2;padding:30px}
.community-listing .image-box{padding:34px 28px;display:flex;align-items:center;justify-content:center;height:100%; position:relative;}
.community-listing .image-box > a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.community-listing .flex-details-row{border:1px solid #cdd4d7}
.community-listing .box-content-link a{position:relative;margin-left:18px;text-decoration:underline;font-weight:500; display: block; word-break: break-word; } }
.community-listing *+p{margin-top:0}
.community-listing .box-content-link a:before{content:"";position:absolute;left:-18px;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#0076A0}
.community-listing .box-link a{font-size:20px;line-height:1.5;font-weight:600;text-decoration:underline}
.community-listing .box-link { flex-grow: 1; display: flex; align-items: flex-end; }
.community-listing .image-box img { max-height: 250px; object-fit: contain; }
.community-listing .box-content-link *+p { margin-top: 5px; }
.community-listing .flex-details-row .box-title h3 a:hover{ color: #0076A0;     text-decoration: underline;}
.community-listing .box-content-link a:hover{ color: #0076A0;text-decoration: none;}
.community-details .left-part{width:66%}
.community-details .right-part{width:34%;padding-left:20px}
.community-details .link-list p{margin:0}
.community-details .link-list a{text-decoration:underline; word-break: break-word;}
.community-details .link-list a:hover { text-decoration: none; }
.community-details .community-item-right a:hover { text-decoration: none; }
.community-details table{border-collapse:collapse;margin:50px 0 0;width:100%}
.community-details table thead th{background-color:#0076A0;border:1px solid #cdd4d7;color:#fff;font-weight:600;line-height:1.5;padding:15px;text-align:left}
.community-details table tbody td{background-color:#0076a00d;border:1px solid #cdd4d7;padding:15px}
.community-details table tbody td a{color:#262E33;font-size:14px;line-height:1.71;text-decoration:underline}
.community-details table tbody td a:hover{text-decoration:underline}
.community-details table tbody tr:nth-child(2n) td{background-color:#fff}
.community-details table tbody td,.community-details table tbody td span{font-size:14px;line-height:1.714}
.community-details table tbody td a.story-title{color:#262E33;display:inline-block;font-weight:600;margin-bottom:15px}
.community-details table tr{vertical-align:middle}
.community-details table tbody .bold-text{font-weight:600}
.community-details table tbody *+p{margin:0}
.community-details table tbody td.right-td *+p{padding-top:5px}
.community-details table tbody td .stripe-anchor{margin-right:12px;padding-right:12px;position:relative}
.community-details table tbody td .stripe-anchor:before{background:#262E33;content:"";height:14px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}
.community-details .mobile-title{display:none}
.community-details table thead th{width:50%}
.community-details .related-community{padding:20px;background:#f2f2f2;margin-top:20px}
.community-details .related-community-desc a{font-size:14px;font-weight:500}
.community-details .community-item-left{width:56px;height:50px;display:flex;align-items:center;justify-content:center}
.community-details .community-item-right{width:calc(100% - 56px);padding-left:10px;line-height:0;}
.community-details .community-item-right a{font-size:14px;line-height:1.714;text-decoration:underline; font-weight:500; }
.community-details .community-item{margin-bottom:10px}
.community-details .community-item-left img{max-width:100%;max-height:100%;object-fit:contain}
.community-details .community-item:last-child{margin-bottom:0}
.community-details .gallery-list .item{margin-top:20px; }
.image-popup-slider{position:relative;max-width:1296px;margin:0 auto;background:#fff;padding:50px; width: calc(100% - 40px);}
.image-popup-slider button.slick-prev.slick-arrow{position:absolute;left:-40px;top:50%;width:30px;height:30px;background-color:#d9e7e7;border-radius:50%;font-size:0;border:none;outline:0;background-image:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/slider-left-arrow.svg);background-repeat:no-repeat;background-size:5px;background-position:center center;transform:translateY(-50%);cursor:pointer}
.image-popup-slider button.slick-next.slick-arrow{position:absolute;right:-40px;top:50%;width:30px;height:30px;background-color:#d9e7e7;border-radius:50%;font-size:0;border:none;outline:0;background-image:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/slider-left-arrow.svg);background-repeat:no-repeat;background-size:5px;background-position:center center;transform:translateY(-50%) rotate(180deg);cursor:pointer}
.image-popup-slider .slick-track{display:flex!important}
.image-popup-slider .slick-slide{height:inherit}
.image-popup-slider .slick-slide img{width:100%;height:100%!important; object-fit:contain; }
.community-details .gallery-list a:first-child{width:76px;height:76px}
.community-details .gallery-list a:first-child img{width:100%;height:100%!important;object-fit:cover; }
.community-details .gallery-list a:last-child{width:calc(100% - 76px);padding-left:10px;font-size:14px;line-height:1.741;text-decoration:underline;color:#262E33}

.community-details .gallery-list{background:#f2f2f2;padding:20px }
.community-details table.no-data-table tbody tr:first-child{position:relative}
.community-details table.no-data-table tbody tr:first-child td{position:absolute;left:0;top:0;width:100%;text-align:center}
.community-details table.no-data-table tbody{height:56px}
.community-details table.no-data-table tbody tr:first-child td{font-weight:700}
.community-details .gallery-list .image-gallery{display:flex;flex-wrap:wrap;column-gap:9px}
.community-details .gallery-list .item{width:calc(33.33% - 6px)}
.community-details .gallery-list a:last-child{width:100%;padding-left:0}

.top-navigation-section .hs-menu-item{width:20%;}
.top-navigation-section .hs-menu-item a{background:#f7f9f9; color:#45555f; display:inline-block;font-weight:500;padding:15px 28px;text-align:center;transition:all .5s;width:100%}
.top-navigation-section .hs-menu-item a:hover,.top-navigation-section .hs-menu-item.active a{background:#eeb111;font-weight:600;color:#262E33}
.top-navigation-section .nav-group label{display:none;}

.table-content-section table{width:100%;border-collapse:collapse;margin:0;}
.table-content-section table thead th{background-color:#0074a9;color:#fff;text-align:left;padding:15px;border:1px solid #cdd4d7;font-weight:600;line-height:1.5}
.table-content-section table tbody td{background-color:#0076A00D;padding:10px;border:1px solid #cdd4d7}
.table-content-section table tbody td a{color:#262E33;font-size:14px;line-height:1.71; text-decoration:underline; }
.table-content-section table tbody td a:hover{text-decoration:underline}
.table-content-section table tbody tr:nth-child(2n) td{background-color:#fff}
.table-content-section table tbody ul{margin:0;padding-left:20px}
.table-content-section table tbody td,.table-content-section table tbody td span{font-size:14px}
.table-content-section table tbody td a.story-title{font-weight:600;font-weight:600;margin-bottom:15px;display:inline-block;color:#262E33}
.table-content-section table tr{vertical-align:top}
.table-content-section table ul>li::marker{font-size:8px}
.table-content-section table tbody ul li { line-height: 1.714; }
.table-content-section .right-text,.table-content-section .right-text p{font-size:14px;color:#262E33}
.table-content-section .image{margin-right:20px}
.table-content-section .right-text a{text-decoration:underline}
.table-content-section .pagination button{width:40px;height:40px;outline:0;border:1px solid #cdd4d7; line-height: 1.714; background:#fefbf2;transition:all .3s;cursor:pointer;display:inline-block;font-weight:600;margin:0 8px}
.table-content-section .pagination{margin:50px -8px 0}
.table-content-section .pagination button.active,.table-content-section .pagination button:hover{background:#eeb111; border-color:#eeb111; }
.table-content-section .submit-button { padding-left: 4px; }
.table-content-section table tbody td a:hover { color:#0076A0; }
.table-content-section table tbody tr td.empty { text-align: center; vertical-align: middle; }
.table-content-section table tr th:first-child{width:12%}
.table-content-section table tr th:nth-child(2){width:20%}
.table-content-section table tr th:nth-child(4){width:23%}
.table-content-section table tr th:nth-child(5){width:23%}
.table-content-section table tr th:nth-child(6){width:14%}
.table-content-section table.no-data-table tbody tr:first-child{position:relative}
.table-content-section table.no-data-table tbody tr:first-child td{position:absolute;left:0;top:0;width:100%;text-align:center}
.table-content-section table.no-data-table tbody{height:56px}
.table-content-section table.no-data-table tbody tr:first-child td{font-weight:700}
.table-content-section table tbody td a:hover { color: #262E33; }

.stories-filter-section .filter-title{font-size:14px;line-height:1.714;font-weight:700;margin-bottom:20px}
.stories-filter-section .column{width:50%;position:relative;padding:0 4px}
.stories-filter-section .dropdown{position:relative; cursor: pointer;}
.stories-filter-section .dropdown label{font-size:14px;transition:all .3s; cursor: pointer; font-weight:500;padding:8px 50px 8px 8px;display:block;border:1px solid #cdd4d7;position:relative;margin:0}
.stories-filter-section .filterlist{row-gap:20px;margin:0 -4px}
.stories-filter-section .dropdown label:before{content:"";position:absolute;top:18px;right:13px;background:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/carot-arrow.svg);width:14px;height:8px}
.stories-filter-section .dropdown label.active:before { transform: rotate(180deg); }
.stories-filter-section .dropdown ul{position:absolute;left:0;top:100%;padding:0;margin:0;width:100%;background:#fff;z-index:111;max-height:450px; overflow-y:auto; box-shadow:0 4px 10px 0 #0000001F;display:none}
.stories-filter-section .dropdown ul li{display:block;color:#45555f;font-size:14px;font-weight:500;line-height:1.714;padding:8px 15px;transition:all .6s}
.stories-filter-section{z-index:100!important}
.stories-filter-section .dropdown.active label,.stories-filter-section .dropdown label:hover{background:#eeb111;font-weight:600;color:#262E33}
.stories-filter-section .dropdown.active label:before{transform:rotate(180deg)}
.stories-filter-section .dropdown.active label{border-color:#eeb111}
.stories-filter-section .dropdown ul li:hover,.stories-filter-section .dropdown ul li.active{ background: #eeb11138; }
.stories-filter-section .filterlist ::-webkit-scrollbar { width: 0; }

.stories-filter-section table{width:100%;border-collapse:collapse;margin:0}
.stories-filter-section table thead th{background-color:#0074a9;color:#fff;text-align:left;padding:15px;border:1px solid #cdd4d7;font-weight:600;line-height:1.5}
.stories-filter-section table tbody td{background-color:#0076A00D;padding:10px;border:1px solid #cdd4d7}
.stories-filter-section table tbody td a{font-size:14px;line-height:1.71;text-decoration:underline}
.stories-filter-section table tbody td a:hover{text-decoration:underline}
.stories-filter-section table tbody tr:nth-child(2n) td{background-color:#fff}
.stories-filter-section table tbody ul{margin:0;padding-left:20px}
.stories-filter-section table tbody td,.stories-filter-section table tbody td span{font-size:14px}
.stories-filter-section table tbody th a.story-title{font-weight:600;margin-bottom:15px;display:inline-block;color:#262e33}
.stories-filter-section table tr{vertical-align:top}
.stories-filter-section table ul>li::marker{font-size:8px}
/* .stories-filter-section table tbody ul li{line-height:1.714; } */     
.stories-filter-section table tbody td a:hover{color:#0076a0}
.stories-filter-section table tbody tr td.empty{text-align:center;vertical-align:middle}
.stories-filter-section table tr th:first-child{width:12%}
.stories-filter-section table tr th:nth-child(2){width:20%}
.stories-filter-section table tr th:nth-child(4){width:23%}
.stories-filter-section table tr th:nth-child(5){width:17%}
.stories-filter-section table tr th:nth-child(6){width:14%}
.stories-filter-section table.no-data-table tbody tr:first-child{position:relative}
.stories-filter-section table.no-data-table tbody tr:first-child td{position:absolute;left:0;top:0;width:100%;text-align:center}
.stories-filter-section table.no-data-table tbody{height:56px}
.stories-filter-section table.no-data-table tbody tr:first-child td{font-weight:700}

.stories-filter-section .right-text,.stories-filter-section .right-text p{font-size:14px;color:#262E33}
.stories-filter-section .image{margin-right:20px}
.stories-filter-section .right-text a{text-decoration:underline}
.stories-filter-section .pagination button{width:40px;height:40px;outline:0;border:1px solid #cdd4d7; line-height: 1.714; background:#fefbf2;transition:all .3s;cursor:pointer;display:inline-block;font-weight:600;margin:0 8px}
.stories-filter-section .pagination{margin:50px -8px 0}
.stories-filter-section .pagination button.active,.stories-filter-section .pagination button:hover{background:#eeb111; border-color:#eeb111; }
.stories-filter-section .submit-button { padding-left: 4px; }
.stories-filter-section table tbody td a:hover { color:#0076A0; }
.stories-filter-section .result-data { margin-top:50px; margin-bottom:50px; }
.stories-filter-section table tbody tr td.empty { text-align: center; vertical-align: middle; }
.stories-filter-section .paginationItem{align-items:center;background-color:#fefbf2;border:1px solid #cdd4d7;color:#262E33;cursor:pointer;display:block;display:flex;font-size:16px;font-weight:600;height:40px;justify-content:center;min-width:40px;text-decoration:none;margin:0 10px}
.stories-filter-section .paginationItem.disableElement{opacity:.5;pointer-events:none}
.stories-filter-section .paginationItem.active,.stories-filter-section .paginationItem:hover{background-color:#eeb111;border-color:#eeb111;color:#262E33}
.stories-filter-section .paginationItem{margin:0 10px}
.stories-filter-section .pageloader { text-align: center; padding-bottom: 20px; }
.stories-filter-section .pageloader img{width:48px;height:auto}
.stories-filter-section .dropdown ul .pageloader img { width: 25px; margin-top: 15px; }
.stories-filter-section .image{margin-right:20px}
.stories-filter-section table tbody td a.story-title {font-weight: 700;}
table tbody td a:hover { text-decoration: none !important; } 
.stories-filter-section table tbody td.Theme-column ul { list-style: none; padding: 0 0 0 10px; }

.share-your-story table{border-collapse:collapse;margin:50px 0 0;width:100%}
.share-your-story table thead th{background-color:#0076A0;border:1px solid #cdd4d7;color:#fff;font-weight:600;line-height:1.5;padding:15px;text-align:left}
.share-your-story table tbody td{background-color:#0076A0;border:1px solid #cdd4d7;padding:15px}
.share-your-story table tbody td a{color:#262E33;font-size:14px;line-height:1.71;text-decoration:underline}
.share-your-story table tbody td a:hover{text-decoration:underline}
.share-your-story table tbody tr:nth-child(2n) td{background-color:#fff}
.share-your-story table tbody td,.share-your-story table tbody td span{font-size:14px;line-height:1.714}
.share-your-story table tbody td a.story-title{color:#262E33;display:inline-block;font-weight:600;margin-bottom:15px}
.share-your-story table tr{vertical-align:middle}
.share-your-story table tbody .bold-text{font-weight:600}
.share-your-story table tbody *+p{margin:0}
.share-your-story table tbody td.right-td *+p{padding-top:5px}
.share-your-story table tbody td .stripe-anchor{margin-right:12px;padding-right:12px;position:relative}
.share-your-story table tbody td .stripe-anchor:before{background:#262E33;content:"";height:14px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}
.share-your-story .mobile-title{display:none}
.share-your-story table thead th{width:50%}



.one-col-resources-section ul ::marker{color:#0076A0}
.one-col-resources-section ul{list-style-type:square;list-style-position:outside;margin:0;padding-left:18px}
.one-col-resources-section ul li a{font-weight:500;text-decoration:underline}
.one-col-resources-section ul li{line-height:1.625;margin-top:10px; break-inside: avoid; }
.one-col-resources-section ul li:first-child{margin:0}
.one-col-resources-section * +ul { margin-top: 30px; }
.one-resources-content *+img,.one-col-resources-section p + img{margin-top:30px}
.one-col-resources-section .col2 ul{column-count:2;column-gap:50px}
.one-col-resources-section *+p{margin-top:30px}
.one-col-resources-section iframe{margin-top:30px}
.one-col-resources-section p a{text-decoration:underline;font-weight:500}
.one-col-resources-section p a:hover { text-decoration: none; }
.one-col-resources-section ul li strong {font-weight:600; }
.one-col-resources-section ul li a:hover { text-decoration: none; color: #0076A0; }

.one-col-media-section iframe { width: 100%; border: none; }
.one-col-media-section .main-link a { font-size: 20px; line-height: 1.5; font-weight: 600; text-decoration: underline; }
.one-col-media-section .main-link a:hover {text-decoration: none;}

.one-column-content p + img { margin-top: 20px; }
.one-column-content ul ::marker{color:#0076A0}
.one-column-content ul{list-style-type:square;list-style-position:outside;margin:0;padding-left:18px}
.one-column-content ul li a{font-weight:500;text-decoration:underline}
.one-column-content ul li a:hover { text-decoration: none; }
.one-column-content ul li{line-height:1.625;margin-top:10px}
.one-column-content ul li:first-child{margin:0}
.one-column-content * +ul { margin-top: 30px; }
.one-column-content p a{ font-weight: 500; }

.image-list-with-desc .imgInner .bottom-text a:hover { text-decoration: underline; color:#0076A0; }
.image-list-with-desc .imgInner{padding:10px;border:1px solid #f2f2f2;text-align:center; position:relative; }
.image-list-with-desc .bottom-text{color:#262E33}
.image-list-with-desc .imgInner img { width: 100%; object-fit: cover; }
.image-list-with-desc .image-item { width: 100%; padding: 0 10px; } 
.image-list-with-desc .textImgWp { row-gap: 20px; margin:0 -10px; }
/* .image-list-with-desc .imgInner > a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } */
.image-list-with-desc .bottom-content .content a:hover,.two-column-image-content .textImgWp a:hover { color: #0076A0; }
.image-list-with-desc .imgInner .bottom-text *+p { margin-top: 10px; }
.image-gallery-section .image-gallery-list{display:flex;flex-wrap:wrap;margin:0 -10px;row-gap:20px}
.image-gallery-section .item{padding:0 10px;width:33.33%}
.image-gallery-section .inner{padding:10px;border:1px solid #f2f2f2;position:relative}
.image-gallery-section .inner a{position:absolute;left:0;top:0;width:100%;height:100%}
.image-gallery-section .imageBox img{height:289px!important;width:100%; object-fit:cover; }
.galleryPopUp{background-color:#fff;-webkit-border-radius:0;border-radius:0;margin-left:auto;margin-right:auto;max-width:902px;padding:60px;position:relative;width:calc(100% - 40px)}
.galleryPopUpslider ::-webkit-scrollbar{width:3px}
.galleryPopUpslider .slick-next.slick-arrow{right:-30px;transform:translate(50%,-50%)}
.galleryPopUpslider .slick-prev.slick-arrow{left:-30px;transform:translate(-50%,-50%)}
.galleryPopUpslider .slick-arrow{background-color:#d9e7e7!important;background-position:50%;background-repeat:no-repeat;background-size:18px;border:none;border-radius:100%;box-shadow:none;cursor:pointer;font-size:0;height:30px;opacity:1;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s linear;width:30px;z-index:99}
.galleryPopUpslider .slick-prev.slick-arrow:after{background-image:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/slider-left-arrow.svg)}
.galleryPopUpslider .slick-next.slick-arrow:after{background-image:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/slider-right-arrow.svg)}
.galleryPopUpslider .slick-arrow:after{background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:0;content:"";height:10px;left:0;margin:auto;position:absolute;right:0;top:0;width:6px}
.galleryPopUpslider .imageBox img{width:100%;max-height:500px!important;object-position:center center; object-fit:contain; }
.galleryPopUpslider .bottom-text h3{color:#262E33}
.image-gallery-wrapper p strong { font-weight: 600; }
.image-list-with-desc .imgInner {
    display: flex;
    flex-wrap: wrap;
}

.image-list-with-desc .imgInner .imgBox {
    width: 250px;
}

.image-list-with-desc .imgInner .bottom-text {width: calc(100% - 250px);padding-left: 15px;}
.image-content-section .left-part{width:30%;padding:30px 30px 30px calc((100% - 1296px)/2); }
.image-content-section .right-part{width:70%;position:relative;height:100%}
.image-content-section .content-main *{color:#fff}
.image-content-section .textImgWp{height:380px;overflow:hidden}
.image-content-section .imgInner{height:100%}
.image-content-section .imgInner img{width:100%;height:100%!important;object-position:left top;object-fit:cover; }
.image-content-section .right-part>span{position:absolute;left:-1px;top:0;height:100%}
.image-content-section .right-part>span>svg{width:100%;height:100%}

.contact-section .form-title { display: none; }
.contact-section .hs-submit { padding-top: 30px; }

.faq-section .faq-item{border-bottom: 1px solid #cdd4d7;margin-bottom: 0;}
.faq-section .question{padding: 30px 64px 30px 20px;position:relative;cursor:pointer}
.faq-section .answer{padding:20px;display:none;position:relative;background: #fff;}
.faq-section .answer:before { content: ""; position: absolute; left: 50%; top: 0; width:100%; background: #cdd4d7; height: 1px; transform: translateX(-50%); }
.faq-section .faq-item:last-child{margin-bottom:0}
.faq-section .question:before{content:"";position:absolute;right:20px;top: 50%;background-image: url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/bottom-arrow.svg);width: 40px;height: 40px;transition:all .3s;background-repeat: no-repeat;background-position: center center;background-size: 15px;background-color: rgba(205,212,215,.2);border-radius: 50%;transform: translateY(-50%);}
.faq-section .question.active::before{transform:rotate(180deg) translateY(50%)}
.faq-section .question span:last-child { padding-left: 5px; }
.faq-section .question:hover,.faq-section .question.active { background: rgba(205,212,215,.2); }
.faq-section .faq-list{padding:25px;background:rgba(242,242,242,.2)}
.faq-section .question:hover:before,.faq-section .question.active:before{background-color:#fff}
.faq-section .faq-item li a { text-decoration: underline; }

.books-list-section .book-list{display:flex;flex-wrap:wrap;margin:0 -5px;row-gap:10px}
.books-list-section .book-item{width:20%;padding:0 5px}
.books-list-section .book-item .inner{padding:20px 8px;background:#f2f2F266;border:1px solid #cdd4d7;text-align:center; height:100%; position:relative; }
.books-list-section .title a{font-weight:500;position:relative;}
.books-list-section .title a:hover{text-decoration:underline; color:#0076A0;}
.books-list-section .imageBox img { height: 160px !important; object-fit: contain; width: 128px; }
.bookpopup{background-color:#fff;max-width:790px;position:relative;width:calc(100% - 40px);margin-left:auto;margin-right:auto;padding:50px 50px 50px;-webkit-border-radius:0px;border-radius:0;height:80vh; max-height:600px;}
.bookpopup .bookpopupslider .imageBox img{width:100%;height:auto!important}
.bookpopup .slick-list{height:100%}
.bookpopup .slick-track{height:100%}
.bookpopup .blogRelatedSliderRight{height:100%;overflow-y:auto;width: 80%;padding-left: 30px;padding-right: 30px;}
.bookpopup .bookpopupslide-inner{height:100%;margin:0;display: flex;flex-wrap: wrap;align-items: flex-start;}
.bookpopup .bookpopupsliderLeft{padding:0;width: 20%;}
.bookpopup .bookpopupslider{height:100%}
.bookpopup ::-webkit-scrollbar{width:3px}
.bookpopup ::-webkit-scrollbar-track{background:#f1f1f1}
.bookpopup ::-webkit-scrollbar-thumb{background:#88888861}
.bookpopup ::-webkit-scrollbar-thumb:hover{background:#555}
.bookpopup .slick-next.slick-arrow{right:-40px}
.bookpopup .slick-prev.slick-arrow{left:-40px}
.bookpopup .slick-arrow{background-color:#d9e7e7!important;background-position:50%;background-repeat:no-repeat;background-size:18px;border:none;border-radius:100%;box-shadow:none;cursor:pointer;font-size:0;height:30px;opacity:1;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s linear;width:30px;z-index:99}
.bookpopup .slick-prev.slick-arrow:after{background-image:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/slider-left-arrow.svg)}
.bookpopup .slick-next.slick-arrow:after{background-image:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/slider-right-arrow.svg)}
.bookpopup .slick-arrow:after{background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:0;content:"";height:10px;left:0;margin:auto;position:absolute;right:0;top:0;width:6px}
.bookpopup .buy-link a {text-decoration: underline;font-weight: 600;}
.books-list-section .pagination{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:50px}
.books-list-section .pagination a{background:#fefbf2;border:1px solid #cdd4d7;cursor:pointer;display:inline-flex;font-weight:600;height:40px;line-height:1.714;margin:0 8px;outline:0;transition:all .3s;width:40px;align-items:center;justify-content:center;font-weight:600; color:#262E33;}
.books-list-section .pagination a.active,.books-list-section .pagination a:hover{background:#eeb111;border-color:#eeb111}
.books-list-section .book-item .inner > a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.bookpopup .buy-link a{background:#eeb111;padding:12px 26px;text-decoration:none;color:#262e33;display:inline-block}
.bookpopup .buy-link a:hover{background:rgba(0, 118, 160, 1.0); color:#fff;}

.blog-author-section .left-part{width:68%;padding-right:20px}
.blog-author-section .right-part{width:32%}
.blog-author-section .top-title *+p{margin-top:30px}
.blog-author-section .top-desc p{font-size:20px}
.blog-author-section .author-box{background:#f2f2f2;padding:20px}
.blog-author-section .author-image img{max-height:309px;width:100%;object-fit:cover;object-position:left top}
.blog-author-section .related-story ol{padding:0 0 0 20px;margin:0}
.blog-author-section .related-story ol li a{padding:0;color:#0076A0;text-decoration:underline}
.blog-author-section .related-story ol ::marker{color:#0076A0}
.blog-author-section .related-story ol li{padding-bottom:10px}
.blog-author-section .related-story li:last-child{padding-bottom:0}
.blog-author-section .right-part .name{font-weight:500;}
.blog-author-section .related-story ol li a:hover{color:#262E33}
.blog-author-section table{border-collapse:collapse;margin:50px 0 0;width:100%}
.blog-author-section table thead th{background-color:#0076A0;border:1px solid #cdd4d7;color:#fff;font-weight:600;line-height:1.5;padding:15px;text-align:left}
.blog-author-section table tbody td{background-color:#0076a00d;border:1px solid #cdd4d7;padding:15px}
.blog-author-section table tbody td a{color:#262E33;font-size:14px;line-height:1.71;text-decoration:underline}
.blog-author-section table tbody td a:hover{text-decoration:underline}
.blog-author-section table tbody tr:nth-child(2n) td{background-color:#fff}
.blog-author-section table tbody td,.blog-author-section table tbody td span{font-size:14px;line-height:1.714}
.blog-author-section table tbody td a.story-title{color:#262E33;display:inline-block;font-weight:600;margin-bottom:15px}
.blog-author-section table tr{vertical-align:middle}
.blog-author-section table tbody .bold-text{font-weight:600}
.blog-author-section table tbody *+p{margin:0}
.blog-author-section table tbody td.right-td *+p{padding-top:5px}
.blog-author-section table tbody td .stripe-anchor{padding-right:8px;position:relative}
.blog-author-section table tbody td .stripe-anchor + span { margin-right: 10px; }
.blog-author-section .mobile-title{ display:none; }
.blog-author-section table thead th{width:50%}

.blogPostStripe .repeater{display:flex;align-items:center;}
.blogPostStripe .repeater .icon{display:flex;}
.blogPostStripe .repeater .text{margin-left:6px;font-weight:500;}
.blogPostStripe .repeater:not(:first-child){margin-left:20px;padding-left:20px;border-left:1px solid #cdd4d7;}
.blogPostStripeWp{background-color:#f2f2f2;padding:13px 10px;}
.blogPostStripe .repeater.citeWp{cursor:pointer;}
.blogPostStripe .repeater.citeWp{position:relative;}
.blogPostStripe .repeater.citeWp .hoverDp{position:absolute;top:calc(100% + 10px);z-index:11;left:0;background-color:#cdd4d7;color:#262E33;padding:15px;min-width:609px;width:100%;opacity:0;visibility:hidden;transition:all 0.3s linear;cursor:unset;}
.blogPostStripe .repeater.citeWp .hoverDp:after{content:'';border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:15px solid #cdd4d7;margin-top:6px;width:0;height:0;content:"";position:absolute;z-index:10;transform-origin:top;transition:all 0.18s ease-out 0.18s;bottom:100%;left:25px;}
.blogPostStripe .repeater.citeWp:hover .hoverDp{opacity:1;visibility:visible;}
.blogPostStripe .repeater.printPage{cursor:pointer;}
.blogPostStripe .repeater.correctWp .text a { color: currentColor; text-decoration: initial;}
.postimagecontent { border: 1px solid #f2f2f2; padding: 10px; margin-top: 50px; } 
.postimagecontent p { font-size: 10px; line-height: 1.2; margin-top: 10px; }
.licenses-text{padding-left:20px;font-size:14px;line-height:1.714;max-width:460px}
.licenses-text a{text-decoration:underline;color:#0076A0}

.blogRelatedImgWp .inner .imageBox img{position:absolute;top:0;left:0;width:100%;height:100%!important;object-fit:cover}
.blogRelatedImgWp .inner .imageBox .blogRelatedPopUp{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;font-size:0}
.blogRelatedSliderLeft .imageBox img{width:100%;height:100%;}
.blogRelatedSliderRightInner *+p{margin-top:10px;}
.blogRelatedSliderRightInner *+h3,.blogRelatedSliderRightInner *+h4{margin-top:20px;}
.blogRelatedSliderRightInner p,.blogRelatedSliderRightInner li{color:#262E33;}
.blogRelatedSliderLeft .imageBox { height: 394px; }
.blogRelatedSliderLeft .imageBox + .imageBox { margin-top: 25px; }
.blogRelatedSliderLeft .imageBox img { width: 100%; height: 100% !important; object-fit: contain; object-position:center top; }
.blogRelatedSliderParent .slick-arrow{padding:0;font-size:0;background-color:#D9E7E7!important;width:30px;height:30px;background-repeat:no-repeat;background-position:center;background-size:18px;border:none;box-shadow:none;position:absolute;top:50%;transform:translateY(-50%);z-index:99;opacity:1;transition:all 0.3s linear;cursor:pointer;border-radius:100%;}
.blogRelatedSliderParent .slick-next.slick-arrow{right:-40px;}
.blogRelatedSliderParent .slick-prev.slick-arrow{left:-40px;}
.blogRelatedSliderParent .slick-arrow:hover{opacity:1;}
.blogRelatedSliderParent .slick-arrow:after{position:absolute;top:0;left:0;content:'';width:6px;height:10px;margin:auto;right:0;bottom:0;background-repeat:no-repeat;background-size:contain;background-position:center;}
.blogRelatedSliderParent .slick-next.slick-arrow:after{background-image:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/slider-right-arrow.svg);}
.blogRelatedSliderParent .slick-prev.slick-arrow:after{background-image:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/slider-left-arrow.svg);}
.blogRelatedSliderParent .slick-arrow:hover{opacity:0.5;}
.relatedMainWrapper .blogRelatedImgItem .inner{margin-bottom:10px}
.relatedMainWrapper .blogRelatedImgItem:last-child .inner:last-child{margin-bottom:0}
.relatedMainWrapper .blogRelatedImgItem .inner{display:flex;flex-wrap:wrap;align-items:center}
.relatedMainWrapper .blogRelatedImgWp .inner .imageBox{width:76px;height:76px;padding:0; position: relative;}
.relatedMainWrapper .description{padding-left:10px; width:calc(100% - 76px); }
.relatedMainWrapper .description a{font-size:14px;line-height:1.714;text-decoration:underline;color:#262E33}
.relatedMainWrapper .description a:hover{color:#0076A0}
.relatedMainWrapper .relatedBox{padding:20px;background:#f2f2f2;margin-bottom:20px}
.relatedMainWrapper .relatedBox:last-child{margin-bottom:0}
.relatedMainWrapper .search-icon{position:absolute;left:0;top:0;width:100%;height:100%;background:rgb(0 0 0 / 30%);z-index:1;display:flex;align-items:center;justify-content:center}
.relatedMainWrapper .blogRelatedImgWp .inner .imageBox .search-icon img{width:32px;height:32px!important; position:static; }
.blogPostTemplateboxWp .relatedArticleLinks a{font-weight:500;text-decoration:underline;color:#0076A0;display:inline-block; font-size:14px; }
.blogPostTemplateboxWp .relatedArticleLinks a:hover{color:#262E33}
.blogPostTemplateboxWp .relatedArticleLinks a+a{margin-top:10px}
.relatedMainWrapper .blogRelatedLinksSection .description a{padding-left:0}
.blogPostStripe .repeater .text { font-size: 14px; line-height: 1.714; }
.blogPostBodyContent ul,.blogPostBodyContent ol { padding-left: 0 !important; list-style-position: inside; }
.blogPostTemplateboxWp .relatedArticleLinks a:hover{text-decoration:none;color:#0076a0}
.relatedMainWrapper .description a:hover{text-decoration:none;color:#262e33}

.blogPostTemplateBodyWp .left-featured-image{width:100%;float:left;padding:10px 9px;margin-right:20px;margin-bottom:20px;border:1px solid #f2f2f2}
.blogPostTemplateBodyWp .left-featured-image img{width:100%!important}
.blogPostTemplateBodyWp .left-featured-image p{font-size:10px;line-height:1.219;margin-top:10px}
.blogPostTemplateBodyWp .left-featured-image.left-featured-image-1 { max-width: 255px; }
.blogPostTemplateboxWp .relatedArticleLinks ul{flex-direction:column;row-gap:12px}
.blogPostTemplateboxWp .relatedArticleLinks ul a{padding:0;display:block}
.blogPostBodyContent p.quote { margin: 0; }
.blogPostBodyContent p.quote-credit,.blogPostBodyContent p.quote span { font-size: 10px; margin: 5px 0 0 0; line-height: 1.212; }
.blogPostBodyContent ins { text-decoration: none; }
.blogPostTemplateBodyWp .right-featured-image{width:100%;float:right;padding:10px 9px;margin-left:20px;margin-bottom:20px;border:1px solid #f2f2f2}
.blogPostTemplateBodyWp .right-featured-image img{width:100%!important}
.blogPostTemplateBodyWp .right-featured-image p{font-size:10px;line-height:1.219;margin-top:10px; float:right; }
.blogPostTemplateBodyWp .right-featured-image{max-width:255px}
.blogRelatedSliderRightInner a { text-decoration: underline; }
.blogPostBodyContent a[href$=".mp3"] { background-image: url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/icon_audio.png); background-position: 0% 50%; background-repeat: no-repeat; padding-left: 21px; }
.blogPostTemplateBodyWp .hisotry-glossary * +p { margin-top: 10px; }
.blogPostBodyContent iframe { width: 100%; }

.post-page-popup-style .popUpParent{height:80vh;max-height:600px}
.post-page-popup-style .blogRelatedSliderRight{height:100%;overflow-y:auto}
.post-page-popup-style .blogRelatedSliderWp{height:100%}
.post-page-popup-style .slick-list{height:100%}
.post-page-popup-style .slick-track{height:100%}
.post-page-popup-style .blogRelatedSliderOutter .row{height:100%;margin:0}
.post-page-popup-style ::-webkit-scrollbar{width:3px}
.post-page-popup-style ::-webkit-scrollbar-track{background:#f1f1f1}
.post-page-popup-style ::-webkit-scrollbar-thumb{background:#888}
.post-page-popup-style ::-webkit-scrollbar-thumb:hover{background:#555}


.Glossary-section { z-index: 99 !important; }
.Glossary-section table{border-collapse:collapse;margin:50px 0 0;width:100%}
.Glossary-section table thead th{background-color:#0076A0;border:1px solid #cdd4d7;color:#fff;font-weight:600;line-height:1.5;padding:15px;text-align:left}
.Glossary-section table tbody td{background-color:#0076a00d;border:1px solid #cdd4d7;padding:15px}
.Glossary-section table tbody td a{font-size:14px;line-height:1.71;text-decoration:underline}
.Glossary-section table tbody td a:hover{text-decoration:underline}
.Glossary-section table tbody tr:nth-child(2n) td{background-color:#fff}
.Glossary-section table tbody td,.Glossary-section table tbody td span{font-size:14px;line-height:1.714}
.Glossary-section table tbody td a.story-title{color:#262E33;display:inline-block;font-weight:600;margin-bottom:15px}
.Glossary-section table tr{vertical-align:middle}
.Glossary-section table tbody .bold-text{font-weight:600}
.Glossary-section table tbody *+p{margin:0}
.Glossary-section table tbody td.right-td *+p{padding-top:5px}
.Glossary-section table tbody td .stripe-anchor{margin-right:12px;padding-right:12px;position:relative}
.Glossary-section table tbody td .stripe-anchor:before{background:#262E33;content:"";height:14px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}
.Glossary-section .mobile-title{display:none}
.Glossary-section table thead th:first-child{width:21%}
.Glossary-section .dropdown-main{position:relative;cursor:pointer;max-width:309px;width:100%}
.Glossary-section .dropdown-main label{font-size:14px;transition:all .3s;cursor:pointer;font-weight:500;padding:8px 50px 8px 8px;display:block;border:1px solid #cdd4d7;position:relative;margin:0;line-height:1.8}
.Glossary-section .dropdown-main label:before{content:"";position:absolute;top:17px;right:13px;background:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/carot-arrow.svg);width:14px;height:8px}
.Glossary-section .dropdown-main ul{position:absolute;left:0;top:100%;padding:0;margin:0;width:100%;background:#fff;z-index:111;max-height:450px;overflow-y:auto;box-shadow:0 4px 10px 0 #0000001F;display:none}
.Glossary-section .dropdown-main ul a{display:block;color:#45555F;font-size:14px;font-weight:500;line-height:1.714;padding:8px 15px;transition:all .6s}
.Glossary-section .dropdown-main ::-webkit-scrollbar{width:0}
.Glossary-section .top-part{display:flex;justify-content:space-between; align-items:flex-start; }
.Glossary-section .dropdown-content{width:50%;display:flex;flex-wrap:wrap; justify-content:flex-end}
.Glossary-section .title{width:50%}
.Glossary-section .dropdown-main label:hover,.Glossary-section .dropdown-main.active label{background:#eeb111;font-weight:600;color:#262E33}
.Glossary-section .dropdown-main.active label:before{transform:rotate(180deg)}
.Glossary-section .dropdown-main.active label{border-color:#eeb111}
.Glossary-section .dropdown-main ul li:hover,.Glossary-section .dropdown-main.active{background:#eeb11138}
.Glossary-section.post-glossary table { margin: 0; }
.br-block .blogPostBodyContent br { display: block; }
.post-page-popup-style .blogRelatedSliderLeft { height: 100%; overflow-y: overlay; }

.sidebar-author-section .author-box{background:#f2f2f2;padding:20px}
.sidebar-author-section .name a{text-decoration:underline;font-weight:500}
.sidebar-author-section .association a{text-decoration:underline}
.sidebar-author-section  ol{padding:0 0 0 20px;margin:10px 0 0}
.sidebar-author-section  ol a{text-decoration:underline;line-height:1.625}
.sidebar-author-section  ol li::marker{color:#0076a0}
.sidebar-author-section  ol li{margin-top:10px}
.sidebar-author-section  ol li:hover::marker{color:#262E33}
.sidebar-author-section .author-box img { width: 100%; }
.association span:last-child { display: none; }

.Editable-table-section table{border-collapse:collapse;margin:30px 0 0;}
.Editable-table-section table thead th{background-color:#0076A0;border:1px solid #cdd4d7;color:#fff;font-weight:600;line-height:1.5;padding:15px;text-align:left}
.Editable-table-section table tbody td{background-color:#0076a00d;border:1px solid #cdd4d7;padding:15px;word-break: break-word;white-space: normal;}
.Editable-table-section table tbody td a{font-size:14px;line-height:1.71;text-decoration:underline;}
.Editable-table-section table tbody td a:hover{text-decoration:underline}
.Editable-table-section table tbody tr:nth-child(2n) td{background-color:#fff}
.Editable-table-section table tbody td,.Editable-table-section table tbody td span{font-size:14px;line-height:1.714}
.Editable-table-section table tbody td a.story-title{color:#262E33;display:inline-block;font-weight:600;margin-bottom:15px}
.Editable-table-section table tr{vertical-align:middle}
.Editable-table-section table tbody .bold-text{font-weight:600}
.Editable-table-section table tbody *+p{margin:0}
.Editable-table-section table tbody td.right-td *+p{padding-top:5px}
.Editable-table-section table tbody td .stripe-anchor{margin-right:12px;padding-right:12px;position:relative}
.Editable-table-section table tbody td .stripe-anchor:before{background:#262E33;content:"";height:14px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}
.Editable-table-section .mobile-title{display:none}
.one-col-media-section.Minnesota-map iframe { height: 1022px; }
.Editable-table-section table thead th:first-child { width: 21%; }

.bibliographyContent table tbody td:first-child{width:15%}
.bibliographyContent table tbody td:nth-child(2){width:35%}
.bibliographyContent table tbody td:last-child{width:50%}
.bibliographyContent table tbody td{font-size:14px;padding:10px 8px!important}
.bibliographyContent table{border:1px solid #ccc!important}
.bibliographyContent table tbody tr:first-child td{border-bottom:1px solid #ccc}


.blogPostTemplateBodyWp .blogPostBodyContent a:hover{text-decoration:none;color:#0076a0}
.blogPostTemplateBodyWp a:hover{text-decoration:none;color:#0076a0}
.blogPostTemplateBodyWp .blogPillsTags a:hover{color:#FFF;}
.blogRelatedImgSection a:hover{text-decoration:none;color:#262e33!important}
.blogRelatedSliderRightInner a:hover{text-decoration:none;color:#0076a0}
.relatedMainWrapper .description a:hover{text-decoration:none;color:#262e33}   
.sidebar-author-section .author-box a:hover { text-decoration: none; color: #0076A0; }  
.blog-author-section .author-box a { text-decoration: underline; } 
.blog-author-section .author-box a:hover { text-decoration: none; }
.stories-filter-section .right-text a:hover { text-decoration: none; }
.river-details .river-details-inner a:hover { text-decoration: none !important; color: #0076A0 !important; }
/* Repsonsive CSS */


@media ( min-width:768px ){
    .blogPostBodyContent img.right-image { float: right; margin-left: 20px; }
    .top-navigation-section .hs-menu-wrapper { display: block !important; height:auto!important; } 


}
@media ( min-width:992px ){
    .body-wrapper { overflow:unset; }
    .pageTemplateWp { position: relative; align-items: flex-start; }
    .sidebar-menu label { display: none; }

    .scroll-wrapper > .scroll-element,.scroll-wrapper > .scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10;}
    .scroll-wrapper > .scroll-element div{display:block;height:100%;left:0;top:0;width:100%;}
    .scroll-wrapper > .scroll-element.scroll-x{bottom:2px;height:8px;left:0;width:100%;}
    .scroll-wrapper > .scroll-element.scroll-y{height:100%;right:0px;top:0;width:4px;}
    .scroll-wrapper > .scroll-element .scroll-element_outer{overflow:hidden;}
    .scroll-wrapper > .scroll-element .scroll-element_track{background-color:#f2f2f2;}
    .scroll-wrapper > .scroll-element .scroll-bar{background-color:#cdd4d7;}
    .scroll-wrapper > .scroll-element:hover .scroll-bar{background-color:#919191;}
    .scroll-wrapper > .scroll-element.scroll-draggable .scroll-bar{background-color:#919191;}
    .scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-12px;}
    .scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-12px;}
    .scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-12px;}
    .scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-12px;}
    .scroll-wrapper{overflow:hidden!important;    /* padding: 0!important; */position:relative;}
    .scroll-wrapper > .scroll-content{border:none!important;    /* box-sizing: content-box!important; */height:auto;left:0;margin:0;max-height:none;max-width:none!important;overflow:scroll!important;    /* padding: 0; */position:relative!important;top:0;width:auto!important;}
    .scroll-wrapper > .scroll-content::-webkit-scrollbar{height:0;width:0;}
    .scroll-element{display:none;}
    .scroll-element,.scroll-element div{box-sizing:content-box;}
    .scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible{display:block;}
    .scroll-element .scroll-bar,.scroll-element .scroll-arrow{cursor:default;}
    .scroll-textarea{border:1px solid #cccccc;border-top-color:#999999;}
    .scroll-textarea > .scroll-content{overflow:hidden!important;}
    .scroll-textarea > .scroll-content > textarea{border:none!important;box-sizing:border-box;height:100%!important;margin:0;max-height:none!important;max-width:none!important;overflow:scroll!important;outline:none;padding:2px;position:relative!important;top:0;width:100%!important;}
    .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar{height:0;width:0;}
    .blog-author-section { overflow: unset !important; } .blog-author-section .right-part { position: sticky; top: 30px; }
    .sidebar-menu .hs-menu-wrapper { display: block !important; height:auto !important; }

}
@media ( min-width:1200px ){
    .content-author-section{overflow:unset}
    .content-author-section .right-part{position:sticky;top:80px}
    /*     .blogPostTemplateboxWp{position:sticky;top:100px} */
    .pageTemplateWpLeft .scroll-wrapper{max-height:95vh;position: sticky; top: 20px;}
    .community-details-wrapper{align-items:flex-start}
    .community-details{overflow:unset}
    .community-details .right-part{position:sticky;top:20px}
}


@media ( max-width:1599px ){
    .oral-traditions-main .flex-details-row{align-items:unset!important}
    .resources-main .resources-wrapper-box .flex-row .resources-box .resources-content a, .resources-main .resources-wrapper-box .flex-row .resources-box .resources-content h3 { font-size: 18px; }
}

@media ( max-width:1400px ){
    .top-navigation-section .hs-menu-item { flex-grow: 1; width: unset;}
    .image-gallery-section .imageBox img { height: 239px !important; }
    .image-content-section .left-part { padding: 30px 30px 30px calc((100% - 1110px)/2); }
    .contribute-listing .box-image{height:210px}
    .contribute-listing .name{font-size:18px}
    .books-list-section .book-item { width: 25%; }
}


@media ( max-width:1199px ){
    .content-author-section .left-part{width:100%;padding-right:0}
    .content-author-section .right-part{width:100%;padding-top:50px}
    .content-author-section .author-box{max-width:400px;margin:0 auto}
    .content-author-section .author-image img{display:block;margin:0 auto}
    .bottom-content.hidden-community-link { display: none; }
    .content-author-section .community-mobile-content { display: block; }
    .blog-right-main .blogPostTemplateBodyWp{width:100%;max-width:100%;flex:unset}
    .blog-right-main .blogPostTemplateboxWp{width:100%;max-width:100%;flex:unset;margin-top:50px!important}
    .river-details .image-box img { height: 400px !important; }
    .contribute-listing .box { width: 50%; }
    .contribute-listing .box-image { height: 350px; }
    .community-details .left-part{width:100%}
    .community-details .right-part{width:100%;padding-left:0;padding-top:54px}
    .top-navigation-section .hs-menu-item a { padding: 12px 16px; font-size: 14px; }
    .image-gallery-section .imageBox img { height: 194px !important; }
    .image-content-section .left-part { padding: 30px 30px 30px calc((100% - 930px)/2); }

    .books-list-section .book-item { width: 33.33%; }

}

@media ( max-width:991px ){


    .sub-banner-section .imgInner img {  margin: 0 auto; display: block; }
    .sub-header-search-box {margin: 0 auto;}
    .oral-traditions-main{padding-left:20px;padding-right:20px}
    .oral-traditions-main .oral-traditions-details-wrapper .details-box .details-content{padding:20px}
    .intro-content .content,.intro-content .content p{font-size:20px}
    .resources-main .resources-wrapper-box .flex-row .resources-box { width: 100%; }
    .sidebar-section { padding: 30px 5px 0 5px; }
    .sidebar-menu ::-webkit-scrollbar { width: 2px; }
    .sidebar-menu ::-webkit-scrollbar{width:3px}
    .sidebar-menu ::-webkit-scrollbar-track{background:#f1f1f1}
    .sidebar-menu ::-webkit-scrollbar-thumb{background:#888}
    .sidebar-menu ::-webkit-scrollbar-thumb:hover{background:#555}

    .sub-header-search-box form input { height: 44px; }

    .sidebar-section { overflow: unset; z-index: 102 !important; }
    .sidebar-menu label{color:#262E33;font-weight:500}
    .sidebar-menu:before{content:"";position:absolute;right:20px;top:25px;background:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/carot-arrow.svg) center center;width:14px;height:8px;transition:all .3s}
    .sidebar-menu.active label{background:#262E33;color:#fff;margin:0}
    .sidebar-menu.active::before{filter:invert(1);transform:rotate(180deg)}
    .sidebar-menu{position:relative;padding:0}
    .sidebar-menu label{color:#262E33;font-weight:500;padding:16px 50px 16px 16px;display:block;margin:0; border: 1px solid #262E33;}
    .sidebar-menu:before{content:"";position:absolute;right:20px;top:25px;background:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/carot-arrow.svg) center center;width:14px;height:8px;transition:all .3s}
    .sidebar-menu.active label{background:#262E33;color:#fff;margin:0}
    .sidebar-menu.active::before{filter:invert(1);transform:rotate(180deg)}
    .sidebar-menu.active{border:none}
    .sidebar-menu .hs-menu-wrapper{display:none;box-shadow: 0 4px 10px 0 #0000001F; background: #fff;position: absolute; left: 0; top: 100%; width: 100%; max-height: 310px; overflow-y: auto;}
    .sidebar-menu .hs-menu-wrapper ::-webkit-scrollbar { width: 0; }
    .river-details .image-box img { height: auto !important; }

    .community-listing .details-content { padding: 25px 20px; }
    .community-listing .box-link a { font-size: 18px; }
    .image-content-section .textImgWp{height:unset}
    .image-content-section .left-part{width:100%;height:250px;display:flex;align-items:center;justify-content:center;border-bottom:6px solid #fff;padding:30px}
    .image-content-section .right-part{width:100%}
    .image-content-section .right-part>span{display:none}
    .content-author-section .right-part { display: none; }
    .blogRelatedSliderLeft .imageBox { height: 295px; }
    .blog-author-section .left-part{width:100%;padding-right:0}
    .blog-author-section .right-part{display:none} 
    .sidebar-author-section .author-box { width:100%; }
    .pageTemplateWpLeft .scroll-wrapper .scroll-content { max-width: unset !important; padding-right: 0 !important; overflow: unset !important; }

}

@media ( max-width:767px ){

    .riverStoriesListFirst .dividePartWp>div{width:100%;}
    .riverStoriesListFirst .dividePartLeft{padding-right:0;}
    .riverStoriesListFirst .dividePartRight{padding-left:0;margin-top:30px;}
    .riverStoriesListMain .listTopPart{padding:25px 20px;}
    .riverStoriesListFirst .contentBody{padding:25px 20px;}

    .hs-richtext.hs-main-font-element { padding: 10px; }
    select, .hs-input { font-size: 14px; line-height: 1.71; }
    .cta-primary{font-size:14px;padding:16px 24px;}
    .col-12.pageTemplateWpRight { padding: 0 20px; }

    .resources-main .resources-wrapper-box .flex-row .resources-box{width:100%;padding:14px}
    .resources-main .resources-wrapper-box .resources-box .resources-image{height:85px;width:85px;margin-right:20px}
    .resources-main .resources-wrapper-box .flex-row .resources-box .resources-content a{font-size:18px}
    .resources-main .resources-wrapper-box .flex-row .resources-box .resources-content,.resources-main .resources-wrapper-box .flex-row .resources-box .resources-content p{font-size:14px;line-height:1.7142}
    .copyright-information-link-main .copy-box .content p{font-size:12px;line-height:1.833}
    .copyright-information-link-wrap{display:block!important}
    .copyright-text,.copyright-text a,.copyright-text p{font-size:12px;line-height:1.833}
    .copyright-information-link-wrap .image img { float: left; margin-right: 10px; margin-top: 4px; }
    .intro-content .content, .intro-content .content p { font-size: 18px; line-height: 1.555; }
    .oral-traditions-main .oral-traditions-details-wrapper .details-box .details-image{width:100%}
    .oral-traditions-main{padding-left:0;padding-right:0}
    .oral-traditions-main .oral-traditions-details-wrapper .details-box .details-image img{height:238px!important}
    .oral-traditions-main .oral-traditions-details-wrapper .details-box .details-content{width:100%;padding:15px}
    .oral-traditions-main .oral-traditions-details-wrapper .details-box .button-box a{line-height:1.7;display:inline-block}
    .oral-traditions-main .oral-traditions-details-wrapper .details-box .details-content .content,.oral-traditions-main .oral-traditions-details-wrapper .details-box .details-content .content p{line-height:1.7}
    .oral-traditions-main .oral-traditions-details-wrapper .details-box .details-content .heading_inner h3{line-height:1.5}
    .oral-traditions-main{overflow:unset}
    .introduction-section .video{margin:0 -20px}
    .introduction-section.baseModuleParent{overflow: unset}
    .content-author-section .top-title *+p{margin-top:20px}
    .content-author-section .top-desc p{font-size:18px;line-height:1.555;margin-top:10px}
    .content-author-section .tab-item{min-width:167px}
    .content-author-section .tab-content-item audio{width:100%}
    .content-author-section .tab-main-content *+p{margin-top:10px}
    .content-author-section .bottom-content a{word-break:break-all}
    .blogPostfeaturedImage{float:none;max-width:100%;margin-bottom:30px!important}
    blockquote{padding:110px 20px 30px 20px;background-position:left 20px top 30px;font-size:16px;line-height:1.625;border-left:3px solid #eeb111}
    .blog-right-main .licensesText img { float: left; margin-right: 10px; margin-top: 4px; }
    .blog-right-main .licensesText { display: block !important; } 
    .blog-right-main .licenses-text { padding: 0; font-size: 12px; line-height: 1.833; }

    /*     .river-details .audio-list-section{margin-top:30px;padding-top:30px} */
    .river-details .audio-title{padding-right:10px}
    .river-details .top-audio-text *{font-size:12px;line-height:1.4}
    .river-details .bottom-content-list{margin-top:30px;padding-top:30px}
    .river-details .resource-list ul li{line-height:1.5;margin-bottom:6px}
    .river-details .resource-list ul{margin-top:10px}
    .river-details .location-content h3:before{width:20px;height:20px;background-size:contain}
    .audio-popup .mfp-inline-holder .mfp-content{padding:30px 20px}
    .audio-popup .audio{padding:20px 10px}
    .audio-popup .transcript{padding-top:25px}
    .audio-popup .mfp-close{width:35px;height:35px;background-size:14px!important}

    .two-column-image-content .left-part{width:100%;order:2}
    .two-column-image-content .right-part{width:100%;padding-left:0}
    .two-column-image-content .bottom-text { text-align: left; }

    .contribute-listing .box { width: 100%; }
    .contribute-listing .box-image { height: auto; }
    .contribute-listing .name { font-size: 18px; }
    .contribute-listing .load--more a { font-size: 18px; }
    .community-listing .details-image{width:100%;border:1px solid #cdd4d7}
    .community-listing .details-content{width:100%;padding:15px}
    .community-listing .flex-details-row{border:none}
    .community-listing .image-box img{max-height:200px}
    .community-listing .image-box{padding:40px 30px}
    .community-listing .flex-details-row { height: auto !important; }

    .community-details table tbody td *,.community-details table tbody td a{font-size:12px}
    .community-details thead{display:none}
    .community-details table tr{display:flex;flex-wrap:wrap}
    .community-details table tbody td{background:#fff;display:flex;flex-wrap:wrap;padding:0;width:100%; justify-content:center;}
    .community-details table tbody td img { padding: 15px 0; }
    .community-details .mobile-title{background:#0076a00d;border-right:1px solid #cdd4d7;color:#0076A0;display:block;font-size:12px;font-weight:600;line-height:1.833;padding:5px 10px;width:29%}
    .community-details .mobile-title+div{padding:5px 10px;width:71%}
    .community-details table tbody td a{font-size:12px}
    .community-details table tbody td .bottom-para{font-size:12px;line-height:1.833}
    .community-details .bottomSpace{padding-bottom:10px!important}
    .community-details table tbody td.right-td *+p{padding-top:10px}
    .community-details table tr{margin-bottom:20px}
    .community-details table tr:last-child{margin-bottom:0}
    .community-details table tbody .bold-text{font-size:12px}
    .community-details table tbody td p{font-size:12px;line-height:1.833}
    .community-details{overflow:unset}
    .community-details table.no-data-table { display: none; }


    .image-popup-slider{padding:30px;width:calc(100% - 20px)}
    .image-popup-slider button.mfp-arrow,.image-popup-slider button.mfp-close{width:25px;height:25px;background-size:10px}
    .image-popup-slider button.slick-next.slick-arrow,.image-popup-slider button.slick-prev.slick-arrow{width:20px;height:20px}
    .image-popup-slider button.slick-next.slick-arrow{right:-25px}
    .image-popup-slider button.slick-prev.slick-arrow{left:-25px}
    .community-details .community-item-right a{font-size:12px}
    .community-details .related-community-desc a{font-size:12px}

    .top-navigation-section .nav-group{position:relative;padding:0}
    .top-navigation-section .nav-group:before{content:"";position:absolute;right:20px;top:25px;background:url(https://21588026.fs1.hubspotusercontent-na1.net/hubfs/21588026/Dakota-2024/Images/carot-arrow.svg) center center;width:14px;height:8px;transition:all .3s}
    .top-navigation-section .nav-group label{color:#262E33;font-weight:500;padding:16px 50px 16px 16px;display:block;margin:0;border:1px solid #eeb111;background:#eeb111}
    .top-navigation-section .hs-menu-wrapper{box-shadow:0 4px 10px 0 #0000001F;display:none;background:#fff;position:absolute;left:0;top:100%;width:100%}
    .top-navigation-section{z-index:101!important;overflow:unset}
    .top-navigation-section .hs-menu-item a{text-align:left;padding:8px 15px}
    .top-navigation-section .nav-group label{padding:14px 50px 14px 16px; display:block;}
    .top-navigation-section .nav-group.active:before { transform: rotate(180deg); }

    .table-content-section .column{width:100%;padding:0;}
    .table-content-section .filterlist{row-gap:10px;margin:0;}
    .table-content-section .filter-title{margin-bottom:10px} 
    .table-content-section .pagination button { margin: 0px; }
    .table-content-section .pagination { margin: 50px 0 0; }
    .table-content-section .pagination{margin:50px 0 0}
    .table-content-section .stripe-content{display:block!important}
    .table-content-section .image img{float:left;margin-right:10px;margin-top:4px}
    .table-content-section table tbody td,.table-content-section table tbody td a,.table-content-section table tbody td span{font-size:12px}
    .table-content-section .result-data{overflow-x:auto;margin-right:-20px}
    .table-content-section table{width:unset;min-width:945px}
    .table-content-section .submit-button { padding-left: 0; }
    .table-content-section .dropdown ul { max-height: 270px; }
    .table-content-section table.no-data-table { display: none; }

    .stories-filter-section .column{width:100%;padding:0;}
    .stories-filter-section .filterlist{row-gap:10px;margin:0;}
    .stories-filter-section .filter-title{margin-bottom:10px} 
    .stories-filter-section .pagination button { margin: 0px; }
    .stories-filter-section .pagination { margin: 50px 0 0; }
    .stories-filter-section .pagination{margin:50px 0 0}
    .stories-filter-section .stripe-content{display:block!important}
    .stories-filter-section .image img{float:left;margin-right:10px;margin-top:4px}
    .stories-filter-section .result-data{overflow-x:auto;margin-right:-20px}
    .stories-filter-section .submit-button { padding-left: 0; }
    .stories-filter-section .dropdown ul { max-height: 270px; }
    .stories-filter-section .paginationItem { margin: 0 2px; }
    .stories-filter-section table tbody td,.stories-filter-section table tbody td a,.stories-filter-section table tbody td span{font-size:12px}
    .stories-filter-section table{width:unset;min-width:945px}
    .stories-filter-section table.no-data-table { display: none; }


    .share-your-story table tbody td *,.share-your-story table tbody td a{font-size:12px}
    .share-your-story thead{display:none}
    .share-your-story table tr{display:flex;flex-wrap:wrap}
    .share-your-story table tbody td{background:#fff;display:flex;flex-wrap:wrap;padding:0;width:100%}
    .share-your-story .mobile-title{background:#0076a00d;border-right:1px solid #cdd4d7;color:#0076A0;display:block;font-size:12px;font-weight:600;line-height:1.833;padding:5px 10px;width:29%}
    .share-your-story .mobile-title+div{padding:5px 10px;width:71%}
    .share-your-story table tbody td a{font-size:12px}
    .share-your-story table tbody td .bottom-para{font-size:12px;line-height:1.833}
    .share-your-story .bottomSpace{padding-bottom:10px!important}
    .share-your-story table tbody td.right-td *+p{padding-top:10px}
    .share-your-story table tr{margin-bottom:20px}
    .share-your-story table tr:last-child{margin-bottom:0}
    .share-your-story table tbody .bold-text{font-size:12px}
    .share-your-story table tbody td p{font-size:12px;line-height:1.833}

    /*     .river-stories-listing .first-box .main-content-wrapper{padding:20px 10px}
    .river-stories-listing .box-content-link a{font-size:16px}
    .river-stories-listing .other-box{padding:0}
    .river-stories-listing .other-box .details-image{width:100%}
    .river-stories-listing .other-box .details-content{width:100%;padding:15px 10px}
    .river-stories-listing .other-box .bottom-text{padding:10px 10px 0 10px}
    .river-stories-listing .other-box .details-content .box-content{padding-top:10px!important}
    .river-stories-listing .other-box .image-box img{height:auto!important}
    .river-stories-listing .stories-load a{font-size:18px}
    .river-stories-listing .other-box .details-content .box-title h4,.river-stories-listing .first-box .main-content-wrapper .box-title h3{width:100%;padding-right:0;margin-top:10px;}
    .river-stories-listing .other-box .details-content .box-title,.river-stories-listing .first-box .main-content-wrapper .box-title{flex-direction:column-reverse;} */

    .one-col-resources-section .col2 ul{column-count:1}
    .one-col-resources-section *+p,.one-col-resources-section iframe{margin-top:20px}
    .one-col-resources-section *+ul{margin-top:20px}
    .one-col-resources-section *+h3,.one-col-resources-section *+h4{margin-top:20px}

    .one-col-media-section .main-link a { font-size: 18px; } 
    .one-column-content p+img.logo { max-width: 144px !important;}
    .image-list-with-desc .bottom-text { text-align: left; }
    .image-list-with-desc .textImgWp {  margin:0; }
    .image-list-with-desc .image-item { width: 100%; padding:0; }

    .image-gallery-section .item{width:50%}
    .image-gallery-section .imageBox img{height:137px!important}
    .image-gallery-section *+p{margin-top:10px}
    .image-gallery-section *+p strong{padding-top:10px;display:block}
    .galleryPopUp{padding:40px 20px 30px 20px}
    .galleryPopUp button.mfp-arrow,.galleryPopUp button.mfp-close{width:30px;height:30px;background-size:16px}
    .galleryPopUpslider .imageBox img{max-height:290px!important}
    .galleryPopUpslider .slick-next.slick-arrow{right:-20px}
    .galleryPopUpslider .slick-prev.slick-arrow{left:-20px}
    .image-content-section .left-part{height:188px}
    .image-content-section .imgInner{height:280px}
    .image-content-section .imgInner img{object-position:center center}

    .faq-section .question:before { width: 30px; height: 30px; right: 10px; background-size: contain; background-repeat: no-repeat; background-position: center center; background-size: 14px; }
    .faq-section .question { padding: 20px 53px 20px 15px; }
    .faq-section .answer { padding:15px; }
    .faq-section .faq-list{padding:0;}


    .books-list-section .book-item{width:100%}
    .books-list-section .book-item .inner{padding:15px}
    .bookpopup{padding:40px 20px 30px}
    .bookpopup .bookpopupsliderLeft{width:100%}
    .bookpopup .bookpopupsliderLeft .imageBox{max-width:130px;margin:0 auto}
    .bookpopup .blogRelatedSliderRight{width:100%;padding:30px 0 0;overflow-y:unset}
    .bookpopup .slick-next.slick-arrow{right:-35px}
    .bookpopup .slick-prev.slick-arrow{left:-35px}
    .bookpopup .mfp-close{width:30px;height:30px;background-size:10px!important}
    .bookpopup .bookpopupslide-inner { overflow-y: auto; height: auto; max-height: 100%; }
    .books-list-section .pagination a{margin:0 2px}
    .books-list-section .pagination{margin-left:-2px;margin-right:-2px}

    .blog-author-section thead{display:none}
    .blog-author-section table tr{display:flex;flex-wrap:wrap}
    .blog-author-section table tbody td{width:100%;padding:0;display:flex;flex-wrap:wrap;background:#fff}
    .blog-author-section .mobile-title{display:block; width:29%;border-right:1px solid #cdd4d7;padding:5px 10px;background:#0076A00D;font-size:12px;line-height:1.833;font-weight: 600; color: #0076A0;}
    .blog-author-section .mobile-title+div{width:71%;padding:5px 10px}
    .blog-author-section table tbody td a{font-size:12px}
    .blog-author-section table tbody td .bottom-para{line-height:1.833;font-size:12px}
    .blog-author-section .bottomSpace { padding-bottom: 10px !important; }
    .blog-author-section table tbody td.right-td *+p { padding-top: 10px; }
    .blog-author-section table tr{margin-bottom:20px}
    .blog-author-section table tr:last-child{margin-bottom:0}
    .blog-author-section table tbody .bold-text{font-size:12px}
    .blog-author-section table tbody td p{line-height:1.833; font-size:12px;}
    .blogPostStripe .repeater{width:100%;}
    .blogPostStripe .repeater:not(:first-child){border-left:none;padding-left:0;margin-left:0;margin-top:20px;}
    .blogPostStripe .repeater.citeWp .hoverDp{min-width:auto;max-width:335px;}

    .blogPostfeaturedImage .image { height: 325px; }
    .blogRelatedSliderParent.popUpParent { padding: 40px 20px 30px 20px; }
    .blogRelatedSliderParent .mfp-close { width: 30px; height: 30px; background-size: 10px !important; }
    .blogRelatedSliderParent .slick-prev.slick-arrow { left: -35px; }
    .blogRelatedSliderParent .slick-next.slick-arrow { right: -35px; }
    .blogPostTemplateBodyWp .left-featured-image { float: none; max-width: 100% !important; }
    .blogPostTemplateBodyWp .right-featured-image { max-width: 100%; }
    .content-author-section ::-webkit-scrollbar{height:3px}  
    .post-page-popup-style .blogRelatedSliderOutter{overflow-y:auto;height:auto;max-height:100%}
    .post-page-popup-style .blogRelatedSliderRight{overflow-y:unset}
    .Glossary-section .title{width:100%}
    .Glossary-section .top-part{flex-wrap:wrap}
    .Glossary-section .dropdown-content{width:100%;justify-content:flex-start;margin-top:30px}
    .Glossary-section .dropdown-main { max-width: 100%; }
    .Glossary-section  table tbody td *,.Glossary-section  table tbody td a{font-size:12px}
    .Glossary-section  thead{display:none}
    .Glossary-section  table tr{display:flex;flex-wrap:wrap}
    .Glossary-section  table tbody td{background:#fff;display:flex;flex-wrap:wrap;padding:0;width:100%}
    .Glossary-section  .mobile-title{background:#0076a00d;border-right:1px solid #cdd4d7;color:#0076A0;display:block;font-size:12px;font-weight:600;line-height:1.833;padding:5px 10px;width:29%}
    .Glossary-section  .mobile-title+div{padding:5px 10px;width:71%}
    .Glossary-section  table tbody td a{font-size:12px}
    .Glossary-section  table tbody td .bottom-para{font-size:12px;line-height:1.833}
    .Glossary-section  .bottomSpace{padding-bottom:0!important}
    .Glossary-section  table tr{margin-bottom:20px}
    .Glossary-section  table tr:last-child{margin-bottom:0}
    .Glossary-section  table tbody .bold-text{font-size:12px}
    .Glossary-section  table tbody td p{font-size:12px;line-height:1.833}
    .content-author-section .field-label { font-size: 18px; }

    .Editable-table-section table tbody td *,.Editable-table-section table tbody td a{font-size:12px}
    .Editable-table-section thead{display:none}
    .Editable-table-section table tr{display:flex;flex-wrap:wrap}
    .Editable-table-section table tbody td{background:#fff;display:flex;flex-wrap:wrap;padding:0;width:100%}
    .Editable-table-section .mobile-title{background:#0076a00d;border-right:1px solid #cdd4d7;color:#0076A0;display:block;font-size:12px;font-weight:600;line-height:1.833;padding:5px 10px;width:29%}
    .Editable-table-section .mobile-title+div{padding:5px 10px;width:71%}
    .Editable-table-section table tbody td a{font-size:12px}
    .Editable-table-section table tbody td .bottom-para{font-size:12px;line-height:1.833}
    .Editable-table-section .bottomSpace{padding-bottom:0!important}
    .Editable-table-section table tr{margin-bottom:20px}
    .Editable-table-section table tr:last-child{margin-bottom:0}
    .Editable-table-section table tbody .bold-text{font-size:12px}
    .Editable-table-section table tbody td p{font-size:12px;line-height:1.833}
    .bibliographyContent table tbody td { font-size: 12px; line-height: 1.4; }
    .image-list-with-desc .imgInner .imgBox { width: 100%; } 
    .image-list-with-desc .imgInner .bottom-text { width: 100%; padding-left: 0; }

    .one-col-media-section.war-map iframe { height: 560px; }
    div#stage-container::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    div#stage-container::-webkit-scrollbar:vertical {
        width: 12px;
    }

    div#stage-container::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    div#stage-container::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    div#stage-container::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }


}

@media ( max-width:575px ){

    /*     .contribute-listing .box-image { height: 310px; } */
    .blogRelatedImgWp .inner .imageBox {padding-top: 75%; }
    .blogRelatedSliderLeft .imageBox { height: 245px; }

}

@media (max-width:350px){

    .table-content-section .pagination button { width: 30px; height: 30px; font-size: 10px; }
    .stories-filter-section .pagination button { width: 30px; height: 30px; font-size: 10px; }
    .stories-filter-section .paginationItem { min-width: 30px; height: 30px; font-size: 14px; }
}