.Heading-1 {color:#999; font-family: 'Oswald', sans-serif !important; font-size: 36px;}

.Heading-2 {color:#999; font-family: 'Oswald', sans-serif !important; font-size: 30px;}

.Heading-3 {color: black; font-size: 24px;}

.Heading-4 {color: black; font-size: 20px;}

.Heading-5 {color: black; font-size: 18px;}

.headingsmall {color: #5ca08a; text-transform:uppercase; font-size:12px; font-weight:700;letter-spacing:1px;}

.SiteStudioDateFile {color: black; font-size: 12pt; text-decoration:underline; text-transform:none;}

body {
  font-size:16px
}
.container {
  overflow:hidden;
}
h1,
h2,
h3 {
  font-family: 'Oswald', sans-serif !important;
}

hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.bodycontent a {
  text-decoration:underline;
}
.bodycontent a:hover {
  text-decoration:none;
}

/* GLOBAL MARGIN */
/* TOP */
.m-t-10 {
  margin-top:10px;
}
.m-t-20 {
  margin-top:20px;
}
.m-t-30 {
  margin-top:30px;
}
.m-t-40 {
  margin-top:40px;
}
.m-t-50 {
  margin-top:50px;
}
.m-t-60 {
  margin-top:60px;
}
.m-t-70 {
  margin-top:70px;
}
.m-t-80 {
  margin-top:80px;
}
.m-t-90 {
  margin-top:90px;
}
.m-t-100 {
  margin-top:100px;
}
/* BOTTOM */
.m-b-10 {
  margin-bottom:10px;
}
.m-b-20 {
  margin-bottom:20px;
}
.m-b-30 {
  margin-bottom:30px;
}
.m-b-40 {
  margin-bottom:40px;
}
.m-b-50 {
  margin-bottom:50px;
}
.m-b-60 {
  margin-bottom:60px;
}
.m-b-70 {
  margin-bottom:70px;
}
.m-b-80 {
  margin-bottom:80px;
}
.m-b-90 {
  margin-bottom:90px;
}
.m-b-100 {
  margin-bottom:100px;
}


/* GLOBAL PADDING START*/
/* GLOBAL */
.gp-10 {
  padding:10px;
}
.gp-20 {
  padding:20px;
}
.gp-30 {
  padding:30px;
}
.gp-40 {
  padding:40px;
}
.gp-50 {
  padding:50px;
}
.gp-60 {
  padding:60px;
}
.gp-70 {
  padding:70px;
}
.gp-80 {
  padding:80px;
}
/* TOP */
.p-t-10 {
  padding-top:10px;
}
.p-t-30 {
  padding-top:30px;
}
.p-t-20 {
  padding-top:20px;
}
.p-t-40 {
  padding-top:40px;
}
.p-t-50 {
  padding-top:50px;
}
/* BOTTOM */
.p-b-10 {
  padding-bottom:10px;
}
.p-b-20 {
  padding-bottom:20px;
}
.p-b-30 {
  padding-bottom:30px;
}
.p-b-40 {
  padding-bottom:40px;
}
.p-b-50 {
  padding-bottom:50px;
}
/* GLOBAL PADDING END */

/* DESKTOP ONLY PADDING  START*/
@media (min-width: 768px) {  
    .p-r-10-d { 
        padding-right:10px;
    }
    .p-l-10-d { 
        padding-left:10px;
    }
    .p-t-10-d { 
        padding-top:10px;
    }
    .p-b-10-d { 
        padding-bottom:10px;
    }
}
/* DESKTOP ONLY PADDING  END*/


/* MOBILE ONLY PADDING  START*/
@media (max-width: 768px) {  
    .p-r-10-d { 
        padding-right:10px;
    }
    .p-l-10-d { 
        padding-left:10px;
    }
    .p-t-10-d { 
        padding-top:10px;
    }
    .p-b-10-d { 
        padding-bottom:10px;
    }
}
/* MOBILE ONLY PADDING  END*/
  
 /* DESKTOP ONLY MARGIN  START*/
 @media (min-width: 768px) { 
    .m-r-10-d { 
        margin-right:10px;
    }
    .m-l-10-d { 
        margin-left:10px;
    }
    .m-t-10-d { 
        margin-top:10px;
    }
    .m-b-10-d { 
        margin-bottom:10px;
    }
 } 

/* DESKTOP ONLY MARGIN  END*/
  
 
/* MOBILE ONLY MARGIN  START*/
@media (max-width: 768px) { 
    .m-r-10-d { 
        margin-right:10px;
    }
    .m-l-10-d { 
        margin-left:10px;
    }
    .m-t-10-d { 
        margin-top:10px;
    }
    .m-b-10-d { 
        margin-bottom:10px;
    }
 } 
/* MOBILE ONLY MARGIN  END*/
/****************NAV Start****************/

/* MOBILE ONLY MARGIN  POSITIONING*/
@media (max-width: 768px) { 
  .mobile-text-center {
    text-align:center !important;
    float:none  !important;
  } 
}
/* MOBILE ONLY POSITIONING  END*/

/****************NAV Start****************/
.navbar-default {
  background: #3a85b3;
  color:white;
  border-radius:0 !important;
}
.navbar-default a {
  color:white !important;
  font-family: 'Oswald', sans-serif !important;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
nav li:hover,
nav a:hover{
  background:#2e6d94 !important;
  color:white !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-default .navbar-toggle {
    border:none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
    background: none;
    opacity:0.7;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    box-shadow: none;
}
/****************NAV End****************/

/****************Footer  Start****************/
.footer {
    background: white;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 1px -3px 5px 0px rgba(191,191,191,1);
    -moz-box-shadow: 1px -3px 5px 0px rgba(191,191,191,1);
    box-shadow: 1px -3px 5px 0px rgba(191,191,191,1);
}
.footer p {
    margin: 0;
}

.footer .logo {
    max-width: 100%;
    padding-top: 20px;
}

.footer h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    font-weight:bolder
}

.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}

.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}
.footer-bottom {
  background:white;
}
/****************Footer NAS End****************/
/****************HEADER MESSAGE Start****************/
.header-message {
 text-transform:uppercase;
 margin:-120px 0 0 0;
 height:120px;
 padding:30px 0 0 0;
 color:#3a85b3;
 text-align:right;
 font-size:22px;
}

@media (max-width: 768px) { 
  .header-message {
    padding:25px 20px 20px 20px;
    height:auto;
    text-align:center;
    margin:0 -15px 0 -15px;
    
    background: rgb(229,229,229); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  }
}
/****************HEADER MESSAGE End****************/


  .embed-container {

  position: relative;

  padding-bottom: 56.25%;

  overflow: hidden;

}

        

.embed-container iframe,

.embed-container object,

.embed-container embed {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}

.shadow-box {

  -webkit-box-shadow: 0px 0px 10px 5px rgba(217,217,217,1);

  -moz-box-shadow: 0px 0px 10px 5px rgba(217,217,217,1);

  box-shadow: 0px 0px 10px 5px rgba(217,217,217,1);

  padding:20px;

  margin-bottom:30px;

}
