

<style>


html {
background-color: #fff; /*the footer color*/
height: 100%;
}

body {
background-color: #fff; /*the body color*/
}






/*----- FONT RESPONSIVE  -----*/




body { font-size: 15px;line-height: 100%;font-family: Cairo, helvetica,arial,sans-serif;font-style: normal; font-weight: 400; }
h1 { font-size: 2.5em;margin: 0px;padding: 0px;font-weight: 700;text-transform: uppercase;color: #333;font-family: Cairo, helvetica,arial,sans-serif;font-weight: 700; }
h2 { font-size: 2em;margin: 0px;padding: 0px;font-weight: 700;text-transform: uppercase;color: #333;font-family: Cairo, helvetica,arial,sans-serif;font-weight: 700; }
h3 { font-size: 1.6em;margin: 0px;padding: 0px;font-weight: 500;color: #333;font-family: Cairo, helvetica,arial,sans-serif; }
p  { font-size: 2em;line-height: 120%;color: #333;font-weight: 400;font-family: Cairo ,helvetica,arial,sans-serif;font-weight: 400; }





@media screen and (min-width: 10px)
{
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.1em; }
p { font-size: 1em; }
}


@media screen and (min-width: 768px)
{
h1 { font-size: 1.9em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.0em; }
p { font-size: .9em; }
}


@media screen and (min-width: 992px)
{
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.1em; }
p { font-size: 1em; }
}

@media screen and (min-width: 1200px)
{
h1 { font-size: 2.1em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }
p { font-size: 1.1em; }
}





#wh1  {
color: #fff;  
}






/*-----  NAV GENERAL  -----*/



#logo1  {

margin: 10px 0px 10px 10px;
/*height: 50px;*/
width: 350px;

}

@media (max-width: 500px) {

#logo1  {

margin: 10px 10px 0px 0px;
/*height: 50px;*/
width: 100%;
}
}




#logo  {

margin: 30px 0px 0px 30px;
/*height: 50px;*/
width: 250px;

}

@media (max-width: 500px) {

#logo  {

margin: 10px 0px 0px 10px;
/*height: 50px;*/
width: 200px;
}
}








.heady1  {
width: 100%;
background-color: #24344b;  

height: auto;
/*height: 50px !important;*/
z-index: 10;

  /*background: url(bgc3.gif) repeat center center; */
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/

background-repeat: repeat;
background-position: top center;
/*overflow:hidden;*/

border-bottom: 2px solid #396ca3;
border-top: 2px solid #396ca3;

}


.heady2  {
width: 100%;
background-color: #4b306A;  
height: auto;
/*height: 50px !important;*/
z-index: 10;

}






/*----- HAMBURGER -----*/


.icon-bar {
color: #fff !important;
border-color: #fff;
background-color:#396ca3;
margin: 0px;
margin-top: 20px;
padding: 0px;
height: 5px !important;
width: 35px !important;
}


@media (max-width: 500px) {

  .icon-bar {
margin-top: 0px;

}
}


.icon-bar:hover {
color: #0b3760;
}



.navbar-toggle {
    /*background-color: #f3f3f1;
    border: 2px solid #545454;*/
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 0px;
    
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    color: #fff;
    /*background-color: #000;*/
}



/*-------------end hamburger---------*/


/*
#navpad  {
margin-top: 10px;
}

@media screen and (max-width: 992px) {
#navpad  {
margin-top: 12px;
}
}

@media screen and (max-width: 768px) {
#navpad  {
display: none;
}
}
*/
/*
@media screen and (max-width: 992px) {
ul  {
width: 520px;
}
}

@media screen and (max-width: 768px) {
ul  {
width: 100%;
}
}
*/


/*----- nav fonts sizes ----*/


/*
@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    background-color:#fff;
  }
}



.navbar-collapse.collapse.in
{
     background-color: #821726; // your color
}
*/



.navbar-nav > li > a {
padding-left: 0px !important;
padding-right: 0px !important;
padding-top: 15px !important; 
padding-bottom: 0px !important;
font-family: Play,helvetica,arial,sans-serif;
margin: 6px 0px;
height: 50px;

cursor: pointer;
}


.navbar {
    /*min-height: 20px !important;*/
    margin: 0px !important;
    font-size: 20px;
    font-weight: 700;
    padding-top: 15px;
    text-align: center;
}

@media (max-width: 1200px) {
.navbar {
font-size: 20px;
/*font-weight: 500;*/
}
.navbar-nav > li > a {padding-left: 9px !important;padding-right: 9px !important;}
}

@media (max-width: 992px) {
.navbar {
font-size: 20px;
/*font-weight: 500;*/
padding-top: 5px !important;
}
.navbar-nav > li > a {padding-left: 10px !important;padding-right: 10px !important;}
}


/*
@media (max-width: 768px) {
.navbar {
font-size: 15px;
padding-left: 0px !important;
padding-top: 5px !important; 
padding-bottom: 0px !important;
text-align: center;
margin-left: auto;
margin-right: auto;

}
}
*/



/*
@media (max-width: 768px) {
.navbar-nav > li > a {
line-height: 150%;
}
}
*/

/*-----  NAV BUTTON PADDING FULL WIDTH -----*/


.navbar-nav > li{
padding-left: 0px;
padding-right: 20px;
}


@media (max-width: 1200px) {
    .navbar-nav > li {
padding-left: 0px;
padding-right: 16px;
    }
}


@media (max-width: 768px) {
    .navbar-nav > li {
padding-left: 16px;
/*padding-right: -10px;*/
    }
}





/*-----  NAV HOVER ROLL OVER  -----*/

.navbar.navbar-custom .navbar-nav>li>a {
    width: 100%;
color: #fff;
border: 1px solid #24e38a;

background-color: #396ca3;

}


.navbar.navbar-custom .navbar-nav>li>a:hover,
.navbar.navbar-custom .navbar-nav>li>a:focus {
width: 100%;
color: #fff;
border: 1px solid #24e38a;

background-color: #396ca3;
}

.navbar.navbar-custom .navbar-nav>.active>a,
.navbar.navbar-custom .navbar-nav>.active>a:hover,
.navbar.navbar-custom .navbar-nav>.active>a:focus {
width: 100%;
color: #fff;
border: 1px solid #24e38a;

background-color: #396ca3;
}



@media (max-width: 768px) {
.navbar.navbar-custom .navbar-nav>li>a {
width: 100%;
color: #fff;
border: 1px solid #24e38a;

background-color: #396ca3;
}
}





.navbar-collapse  {
/*background-color: #007298;*/
background-color: transparent;
margin: 0px 10px;

}








/*-----  END VID SECTION  -----*/

div.visitphone a {
display: none;
height: 25px;
/*width: 250px;*/
float: right;
padding: 6px 20px 10px 20px;
/*margin: 0px 0px 0px 0px;*/
margin: 0px  0px 5px 0px;
/*border-radius: 7px;*/
/*border: 1px solid #131c25;*/
color: #fff;
/*text-transform: uppercase;*/
font-size: 14px;
line-height: 14px;
text-decoration: none;
/*box-shadow: 0px 0px 5px #D3D3CF;*/
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;
/*background-color: #231f20;*/
letter-spacing: 1px;
font-weight: 400;
}








div.visit a {

position: absolute;
z-index: 1;


height: auto;
width: 200px;
/*float: right;*/

border-radius: 50%;
right: 100px;
padding: 10px 0px 10px 0px;
/*margin: 0px 0px 0px 0px;*/
margin: 10px 10px 7px 80%;
/*border-radius: 7px;*/
/*border: 1px solid #fff;*/
color: #fff;
text-transform: uppercase;
font-size: 16px;
line-height: 14px;
text-decoration: underline;
/*box-shadow: 0px 0px 5px #D3D3CF;*/
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;
/*background-color: #231f20;*/
letter-spacing: 1px;
font-weight: 700;
}

/*
div.visit a:hover  {
background-color: #fff;
text-decoration: none;
border: 2px solid #00769b;
}
*/

/*
@media (max-width: 768px) {

div.visit a {
margin-top: 0px;
}
}
*/






@media (max-width: 400px) {

div.visit a {
right: 80px;
}

}











div.visit-foot a {
display: block;
height: 30px;
width: 110px;
float: right;
padding: 9px 0px 7px 0px;
/*margin: 0px 0px 0px 0px;*/
margin-left: 10px;
margin-top: 25px;
/*border-radius: 7px;*/
/*border: 1px solid #131c25;*/
color: #fff;
text-transform: uppercase;
font-size: 14px;
line-height: 14px;
text-decoration: none;
/*box-shadow: 0px 0px 5px #D3D3CF;*/
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;
background-color: #752936;
letter-spacing: 1px;
font-weight: 700;
}

div.visit-foot a:hover  {
background-color: #511a20;
}








div.apply a {

    padding: 15px;
    /*border-radius: 25px;*/
    background-color: #24354c;
border: 2px solid #24354c;
text-align: center;
float: left;
margin: 30px auto 40px auto;
color: #fff;
font-size: 16px;
line-height: 14px;
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;

letter-spacing: 1px;
font-weight: 700;


}

div.apply a:hover  {
background-color: #fff;
text-decoration: none;
border: 2px solid #00769b;
color: #da3228;
} 






div.apply-bottom a {
    /*display: block;*/
    padding: 15px;
    
    background-color: transparent;

border: 2px solid #fff;


margin: 13px auto 0px auto;

color: #fff;
font-size: 16px;
line-height: 14px;
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;

letter-spacing: 1px;
font-weight: 700;


}

div.apply-bottom a:hover  {
/*background-color: #555;
text-decoration: none;
background-color: #fff;
opacity: 0.5;*/
text-decoration: none;
background: rgba(218, 50, 40, 0.6);
} 










.submit {
    display: inline-block;
    padding: 15px;
    /*border-radius: 25px;*/
    background-color: #24354c;

border: 2px solid #24354c;
text-align: center;
margin: 40px auto 0px auto;
color: #fff;
font-size: 16px;
line-height: 14px;
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;

letter-spacing: 1px;
font-weight: 700;


}

.submit:hover  {
background-color: #fff;
text-decoration: none;
border: 2px solid #00769b;
color: #da3228;
} 















.foot  {
width: 100%;
/*margin-top: -3px;*/
/*border-top: 10px solid #752936;*/
background-color: #2a4d75;
box-shadow: 0px 500px 0px 500px #2a4d75;
-moz-box-shadow: 0px 500px 0px 500px #2a4d75;
-webkit-box-shadow: 0px 500px 0px 500px #2a4d75;
-o-box-shadow: 0px 500px 0px 500px #2a4d75;
padding: 0px 0px 20px 0px;
}




.foot-addy  {
font-size: 16px;
line-height: 140%;
/*text-align: left;*/
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;
color: #ffffff;
/*padding: 25px 25px;*/
font-style: normal; 
font-weight: 400;
}

#contact  {
font-size: 14px;
font-weight: 700;
}




.foot-nav  {
/*text-align: right;*/
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;
color: #ffffff;
/*padding: 15px;  
text-transform: uppercase;*/
line-height: 100%;
font-size: 11px;
/*margin-right: 60px;*/
}

/*
@media screen and (max-width: 1200px)
{
.foot-nav  {
margin-right: 30px;
}
}

@media screen and (max-width: 988px)
{
.foot-nav  {
margin-right: 0px;
}
}
*/


.formerty  {
margin: 10px 0px 0px 0px;
width: 240px;
height: 25px;
border-radius: 0px;
float: left;

}


@media screen and (max-width: 1200px)
{
.formerty  {
width: 170px;
}
}

@media screen and (max-width: 992px)
{
.formerty  {
width: 100px;
}
}



@media screen and (max-width: 768px)
{
.formerty  {
width: 50%;
}
}



.submit  {
margin-top: 5px;
}


/*
.submitty  {
width: 150px;
height: 25px;
color: #381e0e;
background: #f9efd6;
margin-bottom: 5px;
}

.submitty:hover  {
background: #f9efd6;
text-decoration: underline;
}
*/



.submitty {
display: block;
height: 25px;
width: 80px;
/*float: left;*/
padding: 0px 0px 0px 0px;
/*margin: 0px 0px 0px 0px;*/
margin-left: auto;
margin-right: auto;
margin-top: 10px;
/*border-radius: 7px;*/
border: none;
color: #fff;
text-transform: uppercase;
font-size: 16px;
line-height: 14px;
text-decoration: none;
/*box-shadow: 0px 0px 5px #D3D3CF;*/
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;
background-color: #752936;
letter-spacing: 1px;
font-weight: 300;
}

.submitty:hover  {
background-color: #511a20;
}


















input, textarea, select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type=submit] {
    -webkit-border-radius: 0px;
}


/*--------sticky footer --------*/


.front {
    background: #24354c;
    height: 200px;
    width: 100%;
    /*padding: 5px;*/
    overflow: hidden;
}

.main {
    background: #24354c;
    height: 1000px;
    width: 100%;
    /*padding: 5px;*/
    overflow: hidden;
}

#sticky {
    background: #24354c;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 100px;

background-image: url('alert.jpg');
background-position: top center;
background-repeat: no-repeat;
    /*background-size: cover;*/
/*background-size: 100% 55%;*/
/*background-size: 100% 100%;*/

/*border: 2px solid black;*/
}

#sticky-phantom {
    background: #24354c;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
}

#sticky.stick {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}


.alertimg  {
/*width: 200px;*/

}



@media (max-width: 400px) {
.alertimg  {
width: 100%;

}

.front {
  width: 95%;
    padding: 0px;
}

.main {
    width: 95%;
    padding: 0px;
}

}





/*--------hamburger --------*/



@media (max-width: 2500px) {
    .navbar-header {
        float: none;

    }
    .navbar-left,.navbar-right {
        float: none !important;

    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        /*padding-top: 10px;
        padding-bottom: 10px;*/
    }
    .collapse.in{
        display:block !important;
    }
}






/*--------hero --------*/


.hero  {

      width: 100%;
      height: 700px;
      background-color: #231f20;
      /*box-sizing: border-box;*/
      /*padding: 30px;*/
      color: #fff;
      

position: relative;

  background: url(hero.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

background-repeat: no-repeat;
background-position: top 25% center;
overflow:hidden;
}


@media (max-width: 500px) {
.hero  {
height: 300px;
}
}








/*--------numbers--------*/



/*
h1 {
margin: 0px 10% 0% 0px;
color: #fff;
font-size: 40px;
font-family: 'Libre Baskerville', Times, 'Times New Roman', serif;
font-weight: 500;
padding-top: 20px;
line-height: 150%;
}

@media (max-width: 992px) {
h1 {
font-size: 32px;
}
}
*/






*{
  box-sizing:border-box;
}

.fancyboxcontainer{
height: 110px;
width: 150px;
  position:relative;
    background-color: #fff;
  margin: 20px;

}

.fancyboxborder  {
  width: 100%;
  height: 100%;
  position:absolute;
  border: 2px solid #ffda01;
  top: -7px;
  left: -10px;
  z-index: 10;

  
  }




.pic  {
margin: 30px auto 1px auto;
}


@media (max-width: 700px) {

.pic  {
width: 90%;

}
}

@media (max-width: 400px) {

.pic  {
width: 100%;

}
}


/*
.feat  {

background-color: #1ea2dc;
margin: 10px 0px;

}
*/



.feat-block  {
color: #011b35;
background-image: url('stripes1.png');
background-repeat: no-repeat;
padding: 10px 0 0 10px;
margin-left: -15px;
margin-top: -15px;
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;
font-size: 18px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
letter-spacing: normal;
/*height: 90px;*/
margin-right: 0px;
/*line-height: 1.85;*/
}


.feat-number  {

font-size: 36px;
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;
font-weight: 900;
text-align: center;
/*padding: 15px 0px;*/

padding: 40px 0px 10px 10px;


}



.of {
font-size: 18px;
line-height: 100%;
}



.feat-copy  {

color: #231f20;
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;
font-size: 18px;
font-weight: 800;
padding: 0px 15px;

line-height: 120%;


}




@media (max-width: 450px) {
#brblock  {
display: none;
}
}





@media (max-width: 992px) {
.feat-copy  {
font-size: 16px;

/*padding-left: 10px;*/
}


.feat-number  {
width: 120px;
}

.feat-block  {
background-image: url('stripes2.png');
}

.feat  {
margin-bottom: 30px;
}
}





@media (max-width: 768px) {
.feat-copy  {
line-height: 100%;
}
}


/*
@media (max-width: 400px) {
.feat-copy  {
margin-left: 140px;
padding-left: 30px;
font-size: 13px;
}
*/

.feat  {
margin-bottom: 45px;
}
}




/*-----------main crud---------------*/





.container-op  {
width: 100%;
height: auto;
padding-bottom: 0px;
margin-bottom: 0px;
}

.maincontent-op  {
width: 100%;
height: auto;
padding: 15px 15px 0px 15px;
margin-left: auto;
margin-right: auto;
/*background-color: #fff;*/
}





.containerborder {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}



/*--------------- paying -------------*/


.payingcontain  {
padding: 30px;
margin-bottom: 20px;
}


/*
@media (max-width: 992px) {
.payingcontain  {
padding: 15px;
}
}
*/


.paypic  {
width: 100%;
margin: 5px 15px 30px 15px;
border: 15px solid white;
}


@media (max-width: 768px) {
.paypic  {
width: 94%;
margin: 5px 15px 0px 15px;
border-top: 25px;
border: 15px solid white;
}
}


/*--------------- quote -------------*/

#quotesub  {
ffont-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;
font-size: 18px;
line-height: 120%;
}

#quotebig  {
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;
font-size: 25px;
font-weight: 700;
line-height: 120%;
margin: 10px 0px;
}

.quotepic  {
width: 100%;
border-top: 25px;
border: 15px solid white;
}

@media (max-width: 768px) {
.quotepic  {
width: 70%;
border-top: 25px;
border: 15px solid white;
}
}












/*--------------- accordian -------------*/


.demo {
    padding-top: 60px;
    padding-bottom: 60px;
}


 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        /*border-color: #fff;*/

        border: 0px;
        
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #fff;
        background-color: #24354c;
        border: 1px solid #fff;

        

    }

    .panel-title {
        font-size: 16px;
        background-color: #24354c;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #fff;

    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #24354c;
        color: #333;

        border: 0px;
    }



@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}



/*------------ interns ------------*/



.internhead  {
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;
font-size: 35px;
font-weight: 700;
}



.internlocal  {
padding: 20px 0px 0px 10px;
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;
font-size: 25px;
color: #fff;
line-height: 130%;
}


@media screen and (max-width: 600px)
{
.internlocal  {
font-size: 20px;
}
}



.gal {    
 border: 2px solid #fff;

 /*   margin:0;
    padding:0;    
    white-space: nowrap;
    position:absolute;
    */
 }


/*
.gal a img{  
    display: inline;
    margin: 0 auto; 
    width: 80px; 
    
}
*/


/*
.gal  {
float: left;  
display: inline;
}
*/



div.background  {
/*background-size: cover;*/
/*background-size: 100% 55%;*/
/*background-size: 100% 100%;*/
/*background-image: url('landbg.jpg');*/
/*background-position: center center;*/
/*border: 2px solid black;*/

background-size: cover;
background-image: url('interns.jpg');
background-repeat: no-repeat;
background-position: bottom center;
height: 500px;
position: relative;

}

/*
@media screen and (max-width: 550px)
{
div.background  {
height: 350px;
}
}
*/



.transbox
{
padding-top: 30px;

  /*margin-top: 30px;*/
  /*margin-left: 200px; */
  /*margin-right: 200px;*/
  /*background-color: #fff;*/
  /*border: 1px solid black;*/
  /*opacity:0.9;
  filter:alpha(opacity=90);*/ /* For IE8 and earlier */
  /*height: 60%;
  display: table-cell;
  position: absolute;
  top: 20px;*/
  /*padding: 30px;*/
}




/*
@media screen and (max-width: 800px)
{
.transbox {
  margin-top: 30px;
  margin-left: 30px; 
  margin-right: 300px;
}
}


@media screen and (max-width: 700px)
{
.transbox {
  margin-top: 30px;
  margin-left: 30px; 
  margin-right: 240px;
}
}



@media screen and (max-width: 460px)
{
.transbox {
width: 80%;


margin-right: auto;
margin-left: 8%;

}
}

*/

.transhead
{
width: 100%;
height: auto;
padding: 10px 0px 5px 0px;
/*background-color: #fbcb6c;*/
  /*opacity:0.9;*/
  /*filter:alpha(opacity=90);*/ /* For IE8 and earlier */
  /*height: 60%;*/
  /*display: table-cell;*/
  
}



div.transbox p
{
  margin: 5% 5% 5% 5%; 
  color: #fff;
  /*font-size: 16px;*/
  line-height: 130%;
}



/*
h1 {
color: #fff;
padding: 0px;
padding: 0% 5% 1% 5%;
line-height: 100%;
font-weight: 700;
}
*/




/*--------------vids-------------*/




.vidbed {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
margin: 0px 0px;
}

.vidbedphone {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
margin: 20px 0px;
}

.vidbedty {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
margin: 20px 0px;
}

#vid {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



.vimeovid  {
width: 700px !important;
height: 450px !important;
}



@media screen and (max-width: 992px)
{
.vimeovid  {
width: 90% !important;
height: 450px !important;
}
}


@media screen and (max-width: 550px)
{
.vimeovid  {
width: 100% !important;
height: 250px !important;
}
}





/*------------ bottom form ------------*/



.selectordiv {
  position: relative;
  /*Don't really need this just for demo styling*/
  
  /*float: left;*/
  width: 100%;
  /*min-width: 200px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
line-height: 100%;
}

.selectordiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #555;
    right: 6px;
    top: 1px;
    height: 24px;
    padding: 3px 0px 0px 4px;
    border-left: 2px solid #24354c;
    position: absolute;
    pointer-events: none;

    /*width: 50px;*/

    background-color: #ffffff;
    margin: 1px 0px;

    


}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectordiv select {
   
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  /*max-width: 320px;*/
  height: 28px;
  float: right;
  margin-left: auto;
  margin-right: auto;
  margin: 0px 0px 5px 0px;
  padding: 0px 24px 0px 10px;
  font-size: 16px;
  /*line-height: 1.2;*/
 line-height: 150%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 2px solid #24354c;
  -ms-word-break: normal;
  word-break: normal;
  border-radius: 0px;

 
 -webkit-padding-before: -3px;
}





.alerts  {
/*height: 80px; */
width: 100%;
background-color: #cccccc;
margin-left: auto;
margin-right: auto;
}


.alertscol  {
width: 300px;
margin-left: auto;
margin-right: auto;
}


div.applyty a {
display: block;
height: 15px;
width: 130px;
float: left;
padding: 10px 0px 10px 0px;
margin: 0px 0px 20px 20px;
/*border-radius: 7px;*/
/*border: 1px solid #131c25;*/
color: #fff;
text-transform: uppercase;
font-size: 14px;
line-height: 14px;
text-decoration: none;
/*box-shadow: 0px 0px 5px #D3D3CF;*/
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;
background-color: #231f20;
letter-spacing: 1px;
font-weight: 900;
transition: 0.2s;
}

div.applyty a:hover  {
color: #fbcb6c;
background-color: #3b3537;
}





.footalert  {
background-color: #efefef;

/*height: 200px;*/
/*display: table;*/
/*background-color: #efefef;*/
/*border-top: 10px solid #752936;*/
/*border-bottom: 10px solid #752936;*/
/*border: 1px solid blue;*/
}

.formerfoot  {
float: left;
display: inline;
width: 100px;
}



@media screen and (max-width: 992px)
{
.footalertphone  {
display: block;
}

/*
.footalertdesk  {
display: none;
}
*/

.footalert  {
height: 300px;
}
}



/*
.alertform  {
width: 50%;
}
*/

/*
@media screen and (max-width: 365px)
{
.alertform  {
min-width: 295px;
}
}
*/






.submitbottom {
display: block;
height: 30px;
width: 170px;
/*float: left;*/
padding: 3px 0px 15px 0px;
margin: 5px 0px 5px 0px;
/*border-radius: 7px;*/
/*border: 1px solid #131c25;*/
color: #fff;
text-transform: uppercase;
font-size: 16px;
line-height: 14px;
text-decoration: none;
/*box-shadow: 0px 0px 5px #D3D3CF;*/
font-family: 'Gotham Narrow A', 'Gotham Narrow B',helvetica,arial,sans-serif;
background-color: #0c5c70;
letter-spacing: 1px;
font-weight: 700;
border: 0px;
}

.submitbottom:hover  {
background-color: #0a4a5a;
/*text-decoration: underline;*/
}









.former {
    margin: 5px 0px 10px 0px;
    display: block;
    width: 100%;
    height: 30px;
    padding: 0px 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 2px solid #24354c;
    border-radius: 15px;

    /*border-radius: 5px;*/
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;*/
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}




.modalcontain  {
    margin: 10px auto;
    display: block;
    width: 80%;
}


@media screen and (max-width: 768px)
{
.modalcontain {
width: 100%;
margin-left: auto;
margin-right: auto;
}
}



.modal-content  {
background-color: #85ae85;
border-radius: 0px;
padding: 30px;
}


.close { color: #132a4f; }
.modal-title { color: #132a4f; }
.modal-label { color: #132a4f; }



.modalsd  {
height: 30px;
margin-top: 5px;
/*color: #014f99;
border-left: 2px solid #ffda01;
border: 2px solid #ffda01;*/
}






.formerbottom {
    margin: 0px 0px 5px 0px;
    display: block;
    width: 100%;
    height: 28px;
    padding: 0px 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 2px solid #24354c;
    /*border-radius: 5px;*/

    /*border-radius: 5px;*/
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}


.formpad  {
padding: 5px;
}

@media screen and (max-width: 500px)
{
.formpad  {
padding: 2px;
}
}




.formhead  {
padding: 20px 10px;
}


@media screen and (max-width: 450px)
{
.formhead  {
padding: 10px 10px;
}
}




.footalertphone  {
display: none;
}




@media screen and (max-width: 500px)
{
.footalertphone  {
display: block;
}


.footalertdesk  {
display: none;
}

}





ul {
  overflow: auto;
  /*margin-left: 30%;*/
  /*margin-right: auto;*/
}

ul li {
  list-style-type: none;
  float: left;
  
}

ul li a i {
  background: #24344b;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 25px;
  /*text-align: center;*/
  margin-left: 3px;
  margin-right: 3px;
  padding-top: 23%;
  
}


ul li a i {
  transition: all 0.2s ease-in-out;
}
ul li a i:hover {
  opacity: .7;
}



.fa  {
  font-size: 50px;
}

.social  {
/*width: 315px;*/
display: table;
/*margin-left: auto;
margin-right: auto;*/
/*border: 1px solid white;*/
}





</style>