@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i|Source+Sans+Pro:400,400i,600,600i');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html    {
    background: #f3f3f3;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

p   {
    margin:0 0 22px 0;   
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

h1, h2, h3, h4  {
    margin:0 0 20px 0;   
    letter-spacing: -1px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    line-height: 1.1;
}

h1  { font-size:52px; }
h2  { font-size: 30px; }
h3  { font-size: 26px; }
h4  { font-size: 30px; }

strong  {
    font-weight: 600;   
}



/* #Page Styles
===========================================================================================   */

.container  {
    max-width: 920px;
    margin:0 auto;
    text-align: left;
    padding: 0;
}

header  {
    float: left;
    width:100%;
    height:140px;
    background: #003780;
    box-shadow: 0 0 6px 2px #999;
}

header .logo    {
    float: left;
}

header .logo img    {
    width: 200px;
    margin:20px 0 0 20px;
}

header #menu    {
    float: right;
    margin:62px 0 0 0;
    padding: 0;
}

header #menu li {
    display: inline-block;
    list-style: none;
    float: left;
}

header #menu li a   {
    float: left;
    color:#fff;
    text-decoration: none;
    margin:0 30px 0 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    border-bottom:1px solid transparent;
    transition:0.3s all;
    -webkit-transition:0.3s all;
    font-family: 'Merriweather', serif;
}

header #menu li a:hover,
header #menu li a.active    {
    border-bottom:1px solid #fff;
}

header #menu li:last-child a    {
    margin-right:0;
}

.copy   {
    margin:40px 0 0 0;
    float: left;
    width:100%;
    min-height: 778px;
}

.copy h1    {
    margin:0 0 40px 0;   
    font-weight: 700;
    line-height: 1.2;
}

.copy h2    {
    line-height: 1.2;   
    font-weight: 700;
}

.copy h3    {
    line-height: 1.2;
}

.copy .usps {
    margin:40px 0;
    padding: 0 60px;
}

.copy .usps li  {
    display: block;
    list-style: none;
    font-size: 24px;
    margin:0 0 14px 0;
    padding: 0 0 0 20px;
    position: relative;
}

.copy .usps li::before  {
    width:8px;
    height:8px;
    background:green;
    border-radius: 1000px;
    content:'';
    position: absolute;
    left:0;
    top:14px;
}


footer  {
    float: left;
    width:100%;
    background:#111;
    margin:60px 0 0 0;
}

footer p    {
    text-align: center;
    margin:0;
    color:#ccc;
    padding: 30px 0;
    font-size: 14px;
}

.scrollTop  {
    position: fixed;
    bottom:20px;
    right:20px;
    background: rgba(0,0,0,0.7);
    color:#fff;
    width:40px;
    height:40px;
    border-radius: 4px;
    text-align: center;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.scrollTop:hover    {
    background: rgba(0,0,0,1);
}

.scrollTop .fa  {
    font-size: 22px;
    line-height: 40px;   
}

img {
    max-width: 100%;    
}

.testimonial {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.1);
}

.testimonial p:last-child {
    margin-bottom: 0px;
}

.form-control {
    display: block;
    width: 96%;
    height: 30px;
    padding: 2%;
    font-size: 19px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.login-container {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
}

button[type="submit"],
#logout {
    background: #268dd4;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 3px;
    width: 100%;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    height: 50px;
    border-style: none;
    color: #fff;
    margin-top: 10px;
    text-decoration: none;
}

#logout {
    width: 100px;
    text-align: center;
    height: auto;
    padding: 8px 0px;
    margin-top: -6px;
}

button[type="submit"]:hover, 
#logout:hover {
    filter: brightness(70%);
    cursor: pointer;
}

.video-wrap {
    margin-bottom: 40px;
}

.title-wrap::after {
  content: "";
  clear: both;
  display: table;
}

.title-wrap h2 {
    width: 200px;
    float: left;
}

.title-wrap a {
    float: right;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

@media only screen and (max-width: 959px)  {

    
    .container  {
        width:90%;
        padding: 0 5%;
    }
    
    header  {
        height:auto;  
        padding: 10px 0;
    }
    
    header .logo    {
        width:100%;
        text-align: center;
    }
    
    header .logo img    {
        width:auto;
        height:60px;
        margin:0;
    }
    
    header #menu    {
        float: left;
        margin:20px 0 0 0;
        width:100%;
        text-align: center;
    }
    
    header #menu li,
    header #menu li a   {
        float: none;   
    }
    
    header #menu li a   {
        margin:0;
        padding: 0 14px;
    }
    
    .copy h1 {
        font-size: 40px;
    }
    
    .copy h2    {
        font-size: 22px;   
    }
    
    .copy h3    {
        font-size: 19px;   
    }
    
    .copy h1 br {
        display: none;   
    }
    
    .copy .usps {
        padding: 0 20px;   
    }
    
    .copy .usps li  {
        font-size: 20px;   
    }
    
    .scrollTop  {
        bottom:10px;
        right:10px;
    }

}






/* Mobile / Tablet less than 767
===========================================================================================   */
@media only screen and  (max-width: 767px)  {


}