html {
    background-color: #F5F5F5; 
}

body {
    background-color: #F5F5F5; 
    font-family: 'Times New Roman', Times, serif;
}

h1 {
    color: #0085BD;
    font-weight: 700;
    margin: 0;
    font-size: 150%;
}

h2 {
    color: #03163C;
    margin: 0;
    font-size: 100%;
}

p {
    color: #03163C;
    -ms-word-break: normal;
    word-break: normal;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: justify;
}

a, a:hover, a:active, a:focus, a:visited {
    text-decoration: none;
    color: inherit;
}

.row {
    height: 100%;
    margin: 0;
}

article {
    color: #03163C;
    -ms-word-break: normal;
    word-break: normal;
    -ms-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
    text-align: justify;
}

article.tla {
    text-align: left;
}

ul {
    padding-left: 15px;
}

li {
    margin-bottom: 10px; 
}

#wrapper {
    position: relative;
    max-width: 970px;
    padding: 0;
}

#inner-wrapper {
    background-color: #FFFFFF;
    border-bottom: 1px solid #03163C;
}

.qc {
    height: 30px;
    background-color: #03163C;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0 15px;
}

#qci {
    width: 15px;
    margin-right: 5px;
    margin-left: 15px;
}

.mhd {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 0px 0px rgba(0,0,0,.2);
}

#l {
    margin: 10px 0;
} 

button#navbar-toggle {
    border:none;
    background-color: transparent;
    margin-right: 15px;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    top: 0;
    right: 0;
}

#nav-icon2 {
	position: relative;
	width: 25px;
	height: 20px;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #03163C;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 2px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 9px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 16px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #0085BD;
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #0085BD;
}

#nav-icon2.open span:nth-child(1) {
  left: 3px;
  top: 4px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 4px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 3px;
  top: 10px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 10px;
}

#navbar {
    width: 100%;
    background: #FFFFFF;
    padding: 30px 0;
    border-top: 1px solid #e9e9e9;
    text-align: center;
}

.mml {
    margin: 0;
    padding: 0;
    padding-right: 15px; 
}

.mml li {
    color: #03163C;
    cursor: pointer;
    list-style-type: none;
    margin-bottom: 0px;
}

.mml li::before { 
    content: '\2022\A';
    white-space: pre;
    color: #03163C !important;
}

.mml li:first-child:before
{
  content: '';
  padding-left: 0px;
}

.mml li:hover {
    color: #0085BD;
}

.mml li.current {
    color: #0085BD;
}

.hw {
    height: 250px;
    background-image: url("../images/hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sp {
    height: 200px !important;
}

.tw {
    padding: 30px 30px;
}

.t {
    padding: 5px 15px 10px 10px;
    background-color: #FFFFFF;
}

.t2 {
    
}

.t2 h2 {
    background-color: #FFFFFF;
    display: inline;
    padding: 10px 15px 5px 10px;
}

#ca {
    padding: 15px 15px;
}

.bc {
    color: rgba(0,0,0,.5); 
    line-height: 50px;
    border-bottom: 1px solid #0085BD;
}

.c {
    margin: 15px 0;
}

#clock {
    width: 80px;
    height: 80px;
    padding-right: 10px;
}

#phone-large {
    width: 25px;
    float: left;
    padding: 5px;
}

.cf {
    padding: 15px 0;
}

.cfw {
    width: 250px;
    background-color: #F5F5F5; 
    border-radius: 10px;
    border: 1px solid #03163C;
    box-shadow: 0px 2px 8px rgba(0,0,0,.25);
}

legend {
    font-weight: 700;
    font-size: 24px;
    color: #03163C;
    padding: 5px 15px; 
    border-bottom: 1px solid rgba(0,0,0,.2); 
}

.iw {
    padding: 10px 15px;
}

input, textarea {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
    font-family: sans-serif;
    font-size: 90%;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    border-bottom: 1px solid #0085BD;
}

input.sb {
    background-color: #0085BD;
    color: #FFFFFF;
    width: 150px;
    float: right;
    cursor: pointer;
}

footer {
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 10px 15px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { ... }

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

.hw {
    height: 450px;
}

.sp {
    height: 300px !important;
}

.tw {
    padding: 60px 40px;
}

#ca {
    padding: 15 30px;
}

#phone-large {
    width: 40px;
}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

#navbar {
    display: block !important;
    width: initial;
    border-top: none;
    text-align: right;
    padding: 0;
    padding-right: 15px;
}

.mml li {
    display: inline;
    padding-left: 10px;
}

.mml li::before { 
    content: '\2022';
    padding-right: 10px;
}

.hw {
    height: 500px;
}

.sp {
    height: 350px !important;
}

.tw {
    padding: 70px 50px;
}

.cw {
    padding: 0 30px;
}

.cl {
    padding-right: 30px; 
}

.cr {
    padding-left: 30px; 
}

#phone-large {
    width: 50px;
}

}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }