/* globals.css */
html
{margin:0;padding:0;-webkit-font-smoothing: antialiased; scroll-behavior: smooth;}

body
{background-color:#C6DEFC;
font-size:1.0em;
color:#202020;
font-family: Open Sans, Arial, Helvetica, sans-serif;
word-wrap: break-word;
box-sizing:border-box;


}

hr{border-bottom:1px dotted #ccc;}

strong{color:#202020;font-weight: 700;}

figure{margin:0 auto;padding:0;text-align:center;}

.caption{height:15px;margin-top:0;text-align:center;font-size:.80em;line-height:.9em;color:rgba(32,32,32,.4);margin: 0 auto;}

fieldset{border: none}a{font-weight:normal;text-decoration:none;color:#60CCF4;}

.back,.error
{margin-right:10px;margin-left:10px;}

h1 a,h2 a,h3 a,h4 a
{text-decoration:none;}

h1 a,h2 a,h3 a,h4 a,h5 a,h1,h2,h3,h4,h5
{text-rendering: optimizelegibility;}

#main h1,#main h2,#main h3,#main h4,#main h5
{text-align:center;text-rendering: optimizelegibility;}

a {color:#74AEF7}
#container a:hover{color:#202020; text-decoration:underline;}

p{margin-top:3px;padding:0 0 0;}

#container legend
{width:100%;display:block;margin-bottom:20px;}



h1
{font-family: 'Hurricane', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin:10px auto 0px auto;
  font-size:3.9em;
  line-height:1.35em;
  color:#1D447B;
}

h2
{
  font-style: normal;
  font-weight: 400; 
  padding-bottom:5px;
  font-size:1.32em;
  color:#202020;}

h3
{font-family:'Hurricane', sans-serif;
font-style: normal;
  font-weight: 400;
  margin:0;
  padding-bottom:18px;
  font-size:2.8em;
  line-height:1.2em;
  color:#1D447B;
}

h4{padding-bottom:25px;font-size:1.22em; font-weight: 400; font-style: normal;color:#202020;text-transform:uppercase;}

h5{margin:0;padding:0;vertical-align:bottom;font-size:.84em;font-weight:normal;color:#202020;text-transform:uppercase;}
h5:before{font:2em Font Awesome;color:#60a5e0;margin-left: 10px;margin-right: 10px;content: "\f26d";font-family: "fontawesome";}

h6
{font-family:'Hurricane', sans-serif;
font-style: normal;
  font-weight: 400;
  margin:0;
  padding-bottom:10px;
  font-size:2em;
  line-height:1.2em;
  color: #202020;}


.clearfix:after,
#wrapper:after
{height:10px;clear:both;display:block;line-height:0;content: "";visibility: hidden;}
.clearfix{display:inline-block;}
