/* reset some thangs */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}




body {
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	
}
.container {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;

}


.content {
	padding-left: 15px;
	padding-right: 15px;
}




.logo img {
	max-width: 225px;
}

.nav-top {
	display: flex;
	align-self: center;
	justify-content: right;
}

.nav-top li {
	
	font-weight: 300;
	font-style: normal;
	display: inline-block;
	font-size: 1.25em;
	
	
	padding-left: 40px;
	padding-right: 0px;
	position: relative;

}
.nav-top li a {
	color: #1B3655;
	text-decoration: none;
}
.nav-top li.active > a {
	color: #80C0A9;
	text-decoration: none;
}
/* drop down */
.nav-top li ul  {
	position: absolute;
	z-index: 17;
	top: 20px;
	width:275px;
	box-shadow: 0px 2px 7px rgba(0, 20, 41, 0.27);
	border-radius: 0px 0px 20px 20px;
	overflow: hidden;
	display: none;
	
}
.nav-top li:hover ul, .nav-top li ul:hover {
	display: block;
}
.nav-top li ul li {
	display: block;
	background-color: #80C0A9;
	padding: 10px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0px;
	text-transform: capitalize;
}
.nav-top li ul li a {
color: #fff;
line-height: 1.25em;
}
.nav-top li ul li.active a {
color: #1B3655;
}
.nav-top li ul li:hover {
	background-color: #fff;
	color: #fff;
	cursor: pointer;
}
.nav-top li ul li:hover a {
	
	color: #80C0A9;
	
}
.nav-mobile {
	display: none;
}



h1 {
	
}


h2 {
	
}

h3 {
	
}



strong {
	font-weight: bold;
}



button, .button {
	border: none;
	text-transform: uppercase;
	font-weight: 600;
	font-style: normal;
	background-color: #788CAF;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.61);
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	margin-top: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 7px;
	width: fit-content;
	margin: auto;
	transition: all .75s;
}

button:hover, .button:hover {
	background-color: #14263A;	
	color: #fff;
}








.page-content {
	min-height: 100vh;
	padding-top: 60px;
}


.slider-connections {
	margin-top: 60px;
	margin-bottom: 60px;
}
.slider-connections div {
	
}
.connection-logo {
	
}
.slider-connections div img {
	width: 225px;
    height: auto;
    margin: auto;
}
.slick-prev {
	background-image: url('../img/icon-prev.svg');
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: none;
	background-size: contain;
	left: -60px;
	width: 35px;
	height: 35px;
}
.slick-prev:before {
    content: ' ';
}
.slick-prev:hover, .slick-prev:focus {
   background-image: url('../img/icon-prev.svg');
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: none;
	background-size: contain;
	left: -60px;
	width: 35px;
	height: 35px;
}
.slick-next {
	background-image: url('../img/icon-next.svg');
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: none;
	background-size: contain;
	right: -60px;
	width: 35px;
	height: 35px;
}
.slick-next:before {
    content: ' ';
}
.slick-next:hover, .slick-next:focus {
   background-image: url('../img/icon-next.svg');
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: none;
	background-size: contain;
	right: -60px;
	width: 35px;
	height: 35px;
}




}

/* ========================================================================== Contact Page */





/* ========================================================================== FOOTER */
footer {
	
	background-color: #6A90BA;
	min-height: 400px;
	text-align: center;
}

.nav-footer-secondary {
	color: #fff;
	text-align: left;
	font-size: 1.25em;
	line-height: 2em;
	padding-top: 30px;
}
.nav-footer-secondary li a{
	color: #fff;
}
.nav-footer {
	width: 100%;
	margin-top: 45px;
	text-align: center;
	padding-bottom: 60px;
  
}

.nav-footer li {
	display: inline-block;
	color: #fff;
	font-size: 1em;
	padding-left: 15px;
	padding-right: 15px;
}

.nav-footer li a {
	color: #fff;
	text-decoration: none;
}

.footer-logo {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 30px;
}
.footer-contactinfo h1 {
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 10px;
	display: block;
}
.footer-contactinfo {
	color: #E5C8AD;
	font-weight: 300;
	line-height: 1.25em;
	margin-bottom: 30px;
}
.socials li {
	display: inline-block;
	
}


.links-footer  {
	padding: 15px;
	background-color: #1B3655;
	border-radius: 7px 7px 0px 0px;
	width: 170px;
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	letter-spacing: 3px;
	font-weight: bold;
}
.links-footer a {
	color: #fff;
}
.copyright {
	color: #fff;
	background-color: #1B3655;
	padding: 15px;
	text-align: center;
	
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}









/* Slide Out Menu */

.toggle-button {
    position: absolute;
    width: 50px;
    height: 40px;
    top: 15px;
    right: 15px;
    padding: 4px;
    transition: .25s;
    z-index: 15;
}

.toggle-button:hover { cursor: pointer; }

    .toggle-button .menu-bar {
        position: absolute;
        border-radius: 2px;
        width: 80%;
        transition: .5s;
    }

        .toggle-button .menu-bar-top {
            border: 4px solid #1B3655;
            border-bottom: none;
            top: 0;
        }

        .toggle-button .menu-bar-middle {
            height: 4px;
            background-color: #1B3655;
            margin-top: 7px;
            margin-bottom: 7px;
            top: 4px;
            width: 90%;
        }

        .toggle-button .menu-bar-bottom {
            border: 4px solid #1B3655;
            border-top: none;
            top: 22px;
        }

        .button-open .menu-bar-top {
	        border-color: #FFFFFF;
            transform: rotate(45deg) translate(8px, 8px);
            transition: .5s;
        }

        .button-open .menu-bar-middle {
	        
            transform: translate(230px);
            transition: .1s ease-in;
            opacity: 0;
        }

        .button-open .menu-bar-bottom {
	        border-color: #FFFFFF;
            transform: rotate(-45deg) translate(8px, -7px);
            transition: .5s;
        }

.menu-wrap {
    background-color: #6A90BA;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    right: -100vw;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: .5s;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.menu-show {
    right: 0;
    box-shadow: 4px 2px 5px 1px rgba(0,0,0,0.15);
}
.nav-top-mobile {
	text-align: center;
	margin-bottom: 30px;
}


.nav-top-mobile li {
	
	display: block;
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 0px;
	padding: 15px;
}
.nav-top-mobile li a {
	color: #fff;
	text-decoration: none;
}
.mobile-menu-logo {
	text-align: center;
	margin: auto;
	width: 235px;
	margin-bottom: 15px;
	
}














/* Smartphones (portrait and landscape) ------------------------------------------------------------------------ */
@media  (min-width : 320px) 
and (max-width : 480px) {
/* Styles */


.row-header {
    grid-template-columns: 1fr;
}

.nav-top {
	display: none;
}
.nav-mobile {
	display: block;
}

h1 {
    font-size: 1.75em;
    padding: 15px;
    display: inline-block;
    width: 90%;
}

.content-column {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
}



.copyright {

    font-size: 12px;
}





/* End Styles */
}





/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px)
and (max-device-width : 480px) {
/* Styles */

/* End Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */



/* End Styles */
}


 
 
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {



/* Styles */
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */





}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {





/* Styles */
}







/* Desktops and laptops ----------- */
@media only screen 
and (max-height : 800px) {


	
	
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}


@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
/* Styles */


}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: ""; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  .search-module, .full-bar-nav, .where, #crumbs, .brochure, .social-set, #footernav, .nav-sticky, .noprint { display: none !important; }
  .logo-purple-print, .logo-ngyp-print { display: inline !important; }
  .header { height: 90px !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }


