@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
h1,h2,h3,h4,h5,h6{font-family: 'Source Sans Pro', sans-serif;font-weight:normal;color:#333;}


/* required for sticky footer */

html, body {
 height: 100%;
}

.wrapper {
 min-height: 100%;
 height: auto !important;
 height: 100%;
}





body {
 font-size: 12px;
 font-family: 'Source Sans Pro', Verdana,Arial,Helvetica,sans-serif;
}



    
header, footer {
 background:#1A346A; 
 height:150px;
}    
    
header img {
  margin:30px 0 0 100px;
  width:200px;    
}    
    

  
footer, footer a {
 color:#fff;   
 text-decoration:none;
}  
  
  
footer a:hover {
 color:#cdcdcd;    
}  
  
  
    
footer img {
 width:150px;  
 margin-top:30px;
}    
    
    
footer .top {
 padding-top:20px;    
}    
    


h2 {
 font-size:16pt;
}


h3 {

font-size:16pt;    
    
}

        p { 

            font-size: 14pt;
            margin-bottom: 25px;
            letter-spacing: -0.25px;
        }



       ul li {
           font-size:14pt;
       }



        a {
        color: #0000ff;
        font-family: Helvetica,Arial,sans-serif;
        letter-spacing: -0.25px;
        text-decoration: underline;
        }
        
        a:hover {
        color: #0000ff;
        text-decoration: underline;
        }

img {
 max-width: 100%;
}

img.center {
    display: block;
    margin: 0 auto;
}


.clear { 
 width: 100%; 
 height: 1px; 
 margin: 0 0 -1px; 
 clear: both; 
} 


        .center {
        text-align: center;
        }



        .text-red {
        color: #ff0000;
        }
            
        .text-green {
        color: #228B22;
        }



        .footer{
            margin-top: 160px;
            font-size: 12px;
            font-weight: bold;
            position: center;
            bottom: 0;
        }
        .centered {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }


        .form-button {
            width:100%;
            max-width:250px;
            margin:0 auto;
        }



.loader {
 visibility:hidden;
}

.load {
 visibility:hidden;
}


.spacer {
    width:100%;
}

.spacer30 {
    height:30px;
}

.noline {
  text-decoration:none;    
}

 a:hover.noline  {
  text-decoration:none;
}


.header {
  margin:0 auto;
  width:100%;
  text-align:center;     
    
}


#lead-area { 
text-align: left; 
} 


#lead-area.black .form input[type=submit] { 

	color: #453029; 
	text-shadow: 1px 1px #ffffff; 
} 

#lead-area.black p.privacy { color: #a0a0a0; } 




#lead-area .content-opacity { 
	max-width: 1095px; 
        margin: 20px auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);

} 

#lead-area .form input.form-input { 
 font-size: 32px; 
 color: #525151; 
 font-weight: bold; 
 max-width: 466px !important; 
 width:100%;
 box-shadow: 0 3px 4px -1px #8c8c8c inset; 
 text-align: center; 
 padding-top: 15px !important; 
 padding-bottom: 10px !important; 
 margin-bottom: 10px; 
 height: auto !important; 
 line-height: normal !important; 
} 

.well-large { 
  padding: 24px; 
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
   border-radius: 6px; 
} 



@media only screen and (max-width : 420px) {

.well-large { 
  padding: 12px; 

} 

}




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

.well-large { 
  padding: 5px; 

} 

}


.iti {
    width:100%;
}



#msg-ajax {
 margin-top:35px;  
 color:red;
}





#cssmenu .open, #cssmenu .open li {
 width:90%;
}





#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}






#message_box {
 background: #fff;
 position: fixed;
 border: 4px solid #f0f0f0;
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -khtml-border-radius: 10px;
 box-shadow: 5px 5px 10px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
 -moz-box-shadow: 5px 5px 10px #000; /* Firefox */
 -webkit-box-shadow: 5px 5px 10px #000; /* Safari and Chrome */
 text-align: center;
 z-index: 2000;
 display:none;
}



#message_box .msg_box {
 padding:20px 0 20px 0;text-align:left; 
}




#message_box .btn {
 text-decoration:none;

 text-align:center;
 color:#fff;
 padding:5px 20px;
 border:grooved orange 1px;
 border-radius: 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
 -moz-border-radius: 4px;  /* Firefox */
 -webkit-border-radius: 4px; /* Safari and Chrome */
 -khtml-border-radius: 4px;
  box-shadow: 2px 2px 2px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
  -moz-box-shadow: 2px 2px 2px #000; /* Firefox */
  -webkit-box-shadow: 2px 2px 2px #000; /* Safari and Chrome */
  background:red;
}


#message_box .btn:hover {
 background:red;
 color:#000;
}

#msg-bx-cancel {
  width:100%;height:24px;
}

#msg-bx-cancel span {
  float:right;
  margin:-5px -5px 0 0
}



#msg-bx-top h5 {
 font-size:14pt;   
 font-weight:400;
 font-style:bold;
 margin:10px 0 15px 0;
 text-align:center;
}




#msg-bx-msg {
 text-align:justify;overflow:auto;
 padding:20px;
}

#msg-bx-msg p {
 margin-bottom:15px;
 line-height:22px;
}



.pos {
 width:550px;    
}


.xpos {
 max-width:500px;
}



@media only screen and (max-width : 600px) {
    
.pos {
 width:550px;    
}

}




@media only screen and (max-width : 500px) {
    
.pos {
 width:450px;    
}

}



@media only screen and (max-width : 420px) {
 
.pos {
 width:350px;    
}


}




@media only screen and (max-width : 340px) {
    
.pos {
 width:290px;    
}

}






#darkbg {
 display: block;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #000;
 z-index:100;
 opacity: .5;
 filter: alpha(opacity=50);
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}










#stripe {

  width:480px;
  margin: 20px auto 150px auto; 
    
}





#stripe form {
  width: 480px;
  margin: 20px 0;
}

#stripe .group {
  background: white;
  box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
              0 3px 6px 0 rgba(0,0,0,0.08);
  border-radius: 4px;
  margin-bottom: 20px;
}

#stripe label {
  position: relative;
  color: #8898AA;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin: 0px;
  display: flex;
  flex-direction: row;
}

#stripe .group label:not(:last-child) {
  border-bottom: 1px solid #F0F5FA;
}

#stripe label > span {
  width: 80px;
  text-align: right;
  margin-right: 30px;
  margin-left:0;
  font-size:8pt;
}

#stripe .field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325F;
  outline: none;
  flex: 1;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
}

#stripe .field::-webkit-input-placeholder { color: #CFD7E0; }
.field::-moz-placeholder { color: #CFD7E0; }

#stripe button {
  float: left;
  display: block;
  background: #666EE8;
  color: white;
  box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
              0 3px 6px 0 rgba(0,0,0,0.08);
  border-radius: 4px;
  border: 0;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  max-width:450px;
  height: 40px;
  line-height: 38px;
  outline: none;
}

#stripe button:focus {
  background: #555ABF;
}

#stripe button:active {
  background: #43458B;
}

#stripe .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 24px;
  text-align: center;
}

#stripe .success, #stripe .error {
  display: none;
  font-size: 13px;
}

#stripe .success.visible, #stripe .error.visible {
  display: inline;
}

#stripe .error {
  color: #E4584C;
}

#stripe .success {
  color: #666EE8;
}

#stripe .success .token {
  font-weight: 500;
  font-size: 13px;
}


@media only screen and (max-width : 600px) {
    
#stripe {
  width:100%;
}

}




@media only screen and (max-width : 500px) {
    
#stripe {
  width:100%;
}

#stripe form {
  width: 400px;
}

}



@media only screen and (max-width : 420px) {
 
#stripe {
  width:100%;
}    
    
#stripe form {
  width: 300px;
  margin-left:4px;
}

#stripe label > span {
  width: 80px;
  margin-right: 10px;

}


}




@media only screen and (max-width : 340px) {
    
 #stripe {
  width:100%;
}   
#stripe form {
  width: 270px;
  margin-right:0px;
  margin-left:-10px;

}

#stripe label > span {
  width: 80px;
  margin-right: 5px;

}

}






#main h1 {
 text-align:center; 
 font-size:20pt;
}

#main h2 {
 margin-bottom:20px;    
}

#main .item {
  font-size:12pt;
  margin:0 0 20px 30px;
}

#main .short {
  max-width:600px;
}

#main .mright {
    float:right;
}


#main hr { 
 height:1px;
 visibility:hidden;
 margin: 0px 0 -1px 0; 
}



#post {
 font-size:14pt;    
}










