/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "utf-8";
/* CSS Document */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    
    background: #ccc;
    color: #000;
    padding: 0 0;
}

/* ===============
        STANDARDS
   =============== */

ul, li {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

a {
    text-decoration: none;
	font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	font-size: 1em;
}
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10%;
	width: 80%;
	
}



/* ===============
       FONTS
   =============== */

/* <uniquifier>: Use a unique and descriptive class name
 <weight>: Use a value from 100 to 900
*/

.raleway-reg, h2, h7, p {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.raleway-med, h3 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.raleway-semi, h1, h5, h9 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.raleway-bold, h8 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.raleway-black, h6 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}



body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

h1{
 	font-size: 200%;
    line-height: 100%;
}
h2 {
	font-size: 200%;
    line-height: 100%;
}
h3 {
    font-size: 150%;
}
h4 {
    font-size: 250%;
    line-height: 250%;
    color: #554A92;
    text-align: center;
}
h5{
    font-size: 250%;
    text-align: center;
    margin: -50px 0;
    padding-bottom: 7%;
}
h6 {
	font-size: 600%;
    color: #BFBFBF;
    text-align: center;
    margin: 45px 0;
}
h7{
    font-size: 300%;
    line-height: 75%;
}
h8{
    font-size: 312.5%;
    line-height: 1%;
    color: #1e2942;
}
h9{
	font-size: 250%;
    text-align: center;
    padding-bottom: 5%;
	color: #1e2942;
}


p{
	font-size: 1.3em;
    line-height: 120%;
}





/* ===============
     Header Footer
   =============== */



header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10%;
    background-color: #1e2942;
	max-height: 100px;
}

header img {
    min-width: 250px;
    height: 100%;
    max-height: 125px;
}

#logo {
   padding: 0.75% 0; 
}

nav {
    font-family: raleway, sans-serif;
	font-weight: 700;
	font-style: normal;
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
nav a {
    padding: 0 4%;
    -ms-flex-line-pack: center;
        align-content: center;
    color: #ffffff;
}

nav a:hover {
    background-color: #554A92;
}

.off-screen-menu a:hover {
    color: #554A92;
}
#navactive {
    background-color: #427cbf;
}

.contactbtn {
    color: white;
	border-radius: 50px;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
	border: 2px solid #fffff;
    margin: 25px 0;
}

.contactbtn:hover{
    background-color: #fff;
    color: #554a92;
}

footer {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 2% 1%;
    background-color: #1e2942;
}

#footerlogo {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 10%;
	min-width: 75px;
	max-width: 150px;
	padding-right: 2%;
}

#midnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-between;
    width: 75%;
}

.navsection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 30%;
}

.navsection a:hover{
    color: #ef5090;
}

.navcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 65%;
}
.navcontent p {
    margin-top: 0;
    margin-bottom: 4%;
}

.navtitle, .navtitle a {
    color: #fff;
    width: 50%;
    text-align: right;
    margin-right: 5%;   
}

.navtitle p {
    margin: 0;
    text-transform: uppercase;
    font-size: 1em;
}

.navcontent a, .navcontent p, #navcontact a, #navcontact p {
    color: #fff;
    font-size: .75em;
    margin-bottom: 4%;
}

#footerright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

footer .socials {
    width: 100%;
    height: 100%;
} 

footer .socials a {
    height: 100%;
}

.fbicon, .fbhero {
    background-image: url("/img/icons/fb-green.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.fbicon:hover {
    background-image: url("/img/icons/fb-white.svg");
}

.instaicon, .instahero {
    background-image: url("/img/icons/insta-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.instaicon:hover {
    background-image: url("/img/icons/insta-white.svg");
}

.indeedicon, .indeedhero {
    background-image: url("/img/icons/in-purple.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.indeedicon:hover {
    background-image: url("/img/icons/in-white.svg");
}

.fbicontogrey {
    background-image: url("/img/icons/fb-purple.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.fbicontogrey:hover, .fbhero:hover{
    background-image: url("/img/icons/fb-grey.svg");
}

.instaicontogrey {
    background-image: url("/img/icons/insta-purple.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.instaicontogrey:hover, .instahero:hover {
    background-image: url("/img/icons/insta-grey.svg");
}

.indeedicontogrey {
    background-image: url("/img/icons/in-purple.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.indeedicontogrey:hover, .indeedhero:hover {
    background-image: url("/img/icons/in-grey.svg");
}

.pinktogrey {
    background-image: url("/img/icons/arrow-pink.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.greentogrey {
    background-image: url("/img/icons/arrow-green.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.bluetogrey {
    background-image: url("/img/icons/arrow-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.pinktogrey:hover, .greentogrey:hover, .bluetogrey:hover {
    background-image: url("/img/icons/arrow-grey.svg");
}


#copyright {
    color: #fff;
    font-size: .6em;
    -ms-flex-item-align: end;
        align-self: flex-end;
	width: 100%;
	text-align: right;
}


.off-screen-menu {
    z-index: 1;
    background-color: #1e2942;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    position: fixed;
    top: 0;
    right: -450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 1.25rem;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.off-screen-menu-current {
	color: #ef5090;
}

.off-screen-menu a {
    margin: 5% 0;
    color: #fff;
}

.off-screen-menu a.contactbtn {
    padding: 4% 8%;
} 

.off-screen-menu.active {
    right: 0;
}

#nav {
    display: none;
}



.ham-menu {
    height: 50px;
    width: 50px;
    margin-left: auto;
    position: relative;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.ham-menu span {
    height: 5px;
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;

}

.ham-menu.active{
    position:fixed;
    z-index: 1;
}

.ham-menu span:nth-child(1){
    top: 25%;
}
.ham-menu span:nth-child(3){
    top: 75%;
}
.ham-menu.active span:nth-child(1){
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}

.ham-menu.active span:nth-child(2){
    opacity: 0;
}

.ham-menu.active span:nth-child(3){
     top: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
        -ms-transform: translate(-50%, 50%) rotate(-45deg);
            transform: translate(-50%, 50%) rotate(-45deg);
}


.socials a {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    min-height: 55px;
    margin: 1%;
    padding: 2%;
    min-width: 55px;
    width: 10%;
}

.socials{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

#contactimg>.socials{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

#contactimg>.socials img{
        max-width: 100px;
        margin-right: 4%;
}


/* ===============
  Side Navigation Menu
   =============== */
.pdfbtn {
	border-radius: 50px;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
	border: 4px solid #ffffff;
    padding: 4%;
    margin: 25% 0 15% 0;
	font-weight: 800;
}

.pdfbtn:hover{
    background-color: #fff;
    color: #554a92;
}


.stickynav {
    position: fixed;
    top: 50%;
    right: -275px;
    background-color: #554A92;
    padding: 30px;
    border-radius: 20px 0 0 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
	z-index: 1;
	
}

.stickynav:hover {
	right: -263px;
}

.stickynav.active {
	position: fixed;
    right: -100px;
    background-color: #1e2942;
    padding: 30px;
    border-radius: 20px 0 0 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
	
}



.stickynav a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 1.2rem;
}

.stickynav a:hover{
	color: #ef5090;
}



a.sec1, a.sec2, a.sec3, a.sec4, a.sec5 {
    padding-left: 25px;
}



/* ===============
    Maximal Width
   =============== */
#email {
	display: contents;
}






/* ===============
    Media Queries
   =============== */
@media all and (max-width:1604px) {

    h6{
        font-size: 545%;    }
    .navsection{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .navtitle, .navtitle a{    
    text-align: center;
    }

    #fcontact{
        margin-bottom: 7%;
    }
}

@media all and (max-width:1330px) {

        h6 {
        font-size: 475%;
            line-height: 75%;
    }
     h5{
        font-size: 175%;
        margin: -38px 0;
    }
  
	#othercontact {
	padding:0;
}
	.contactinfo {
		margin-left: 5%;
	}
	
    .navsection{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 50%;
    }
    .navtitle {    
    text-align: center;
 
    }
	
	#midnav{
		width: 60%;
	}

    #fcontact{
        margin-bottom: 7%;
    }
    
   
    .navsection {
        margin-top: 2%;
    }
    
    .navtitle a {
        
        width: auto;
    }
    
	
    #footerright {
        max-width: 25%;
    }

	.navcontent {
		display: none;
	}
	
}

@media all and (max-width:1230px) {

  .wrapper {
        padding: 0 4%;
	  width: 90%;
    }
	
 .navtitle {  
	width: 100%;
    text-align: center;
 
    }

    #fcontact{
        display: none;
    }
    
	.navtitle a {
		
	}
	
	
    /*#midnav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .navsection {
        margin-top: 2%;
    }
    
    .navtitle a {
        
        width: auto;
    }
    
    footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    

    #footerright {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        max-width: 25%;
    }*/

    nav{
        display: none;
    }    
    
#nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
    

    h5{
        font-size: 175%;
        margin: -38px 0;
    }
    
    h6 {
        font-size: 390%;
    }
    
    

}

@media all and (max-width:750px) {

  
    .navtitle {    
    text-align: center;
 
    }
	#navcontact {
		display: none;
	}

    #fcontact{
        margin-bottom: 7%;
    }
    
    #midnav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 35%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .navsection {
        margin-top: 2%;
		width: 100%;
    }
    
    .navtitle a {
        
        width: auto;
    }
    
	.social a {
		min-width: 40px;
	}
    #footerlogo{
    
    }
    
    #footerright {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        max-width: 25%;
    }

    nav{
        display: none;
    }    
    
#nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
    
       h5{
        font-size: 175%;
        margin: -38px 0;
    }
    
    h6 {
        font-size: 290%;
    }
    
    
    
}


/*


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

    }



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

}




*/





/* ==========================================================================
   Helper classes
   ========================================================================== */

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

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}