/* LINKS =============================================================================  */
/*
a {
font-family: 'Open Sans', sans serif;
color : #0060e7;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: underline 2px solid;
cursor: pointer;
font-weight: 600;
}

a:hover {
    color: #033c8b;
}

a:visited {
    color: #0060e7;
}*/


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* LAYOUT ============================================================================= */

html, body {height: 100%;}

* {
    margin: 0;
}

body {
    margin-top: 0px;
}

/* STRUCTURE */

.wrapper {
    min-height: 100%;
    margin-bottom: -50px;
    margin: 0;
}


.wrapper:after {
    content: "";
    display: block;
}

#content {
    width: 90%;
    margin: 0 0 0 4%;
}


/* NAVIGATION */

nav {
    width: 100%;
    margin: 20px auto 0 auto;
    z-index: 100;
    position: fixed;
    text-align: center;
    color: black;
}

nav a, 
nav h3 {
    display: none;
    font-size: 16pt;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    display: inline-block;
    margin: 0 0 10px 0;
    color: black !important;
    line-height: 18pt;
}

#mobile-hidden {
    display: none;
}

nav p {
    font-family: 'Nunito', sans-serif;
    font-size: 16pt;
    font-weight: 900;
    margin: 0 0 0 0;
    color: black;
    text-align: center;
}

ul#horizontal-list {
    margin: 0 auto 0 auto;
    text-align: center;
    width: auto;
}

.table {
    display: table;   /* Allow the centering to work */
    margin: 0 auto 100px auto;
}


ul#horizontal-list li {
    float: left;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 20px;
    display: inline-block;
}

ul#horizontal-list li:last-child {
    padding-right: 0;
} 

/* Test */

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

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    display: inline-block;
  }

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
  }

  ul.topnav.responsive li {
    float: none;
    display: inline;
    text-align: center;
  }

  ul.topnav.responsive li.icon a {
    margin-top: -40px;
  }

  ul.topnav.responsive li:first-child a {
    display: block;
    text-align: center;
    margin-top: 40px;
  }

  ul.topnav.responsive li a {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }


/* HEADER */

#header {
    width: 100%;
    text-align: center;
    padding-top: 260px;
    background-image:url('assets/images/gradient-bkgd.png');
    background-repeat: no-repeat;
    height: 400px;
}

#header-content {
    width: 70%;
    margin: 0 auto 0 auto;
    text-align: center;
    background-image:url("assets/images/gradient-bkgd.png");
    background-repeat: repeat-x;
}

#header-content h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 36pt !important;
    font-weight: 900;
}   

#header-content p {
    font-family: 'Merriweather', serif;
    font-size: 14pt;
    text-align: center;
}


/* BODY */


#body {
    width: 100%;
    margin: 0 0 0 0;
}

#section-wrapper {
    width: 100%;
    padding: 60px 0 0 0;
}

.section-body {
    width: 60%;
    margin: 0 auto 60px auto;
    text-align: center;
}


.section-img-row {
    width: 96%;
    padding: 2%;
    padding-top: 60px;
    margin: 0 auto 40px auto;
    text-align: center;
    display: inline-block;
    height: auto;

}

.section-col {
    width: 96%;
    margin: 40px auto 0 auto;
    padding: 0 0 0 0;
}

.section-col-imgs {
    width: 96%;
    text-align: center;
    margin: 0 auto;
}

.section-col h1 {
    font-size: 32pt;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    color: black;
    margin-bottom: 30px;
}

.section-col p {
    font-family: 'Merriweather', serif;
    font-size: 14pt;
    color: black;
    padding: 10px 20px 0 20px;
    text-align:left;
    line-height: 22pt;
}

.section-col ul {
    text-align: left;
    color: black;
    list-style: none;
    padding: 0;
    padding-left: 10px;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 12pt;
}

.section-col li {
    padding-left: 12px;
}

.section-col li:before {
    content: "⇢";
    padding-right: 8px;
}

.section-col-grid {
    text-align: center;
    height: auto;
    margin: 0 auto;
    width: 90%;
    display: inline-block;
}

.section-col-grid img {
    width: 100%;
    margin: 0 auto 20px auto;
    background-color: black;
    float: left;
    text-align: center;
    object-fit: cover;
}

.section-col-grid img last {

}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* BODY */

#body {
    width: 100%;
}

#main-content-wrapper {
    width: 100%;
    background-color: #fff;
}

#main-content {
    width: 52%;
    margin: 0 auto;
    padding: 0 0 50px 0;
}


/* PRIVACY */

#privacy-container {
    width: 60%;
    max-width: 960px;
    margin: 100px auto;
}



/* FOOTER */


#footer {
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
}

#footer a {
    color : #0060e7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: underline;
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
    font-size: 12pt;
    font-weight: 900;
    color: black;
    line-height: 18pt;
    text-align: center;
}

#footer a:hover {
    color: #033c8b;
}


#footer a:visited {
    color: #0060e7;
}


#footer-content {
    width: 88%;
    margin: 0 auto;
    padding: 50px 0 100px 0;
}


#footer p {
    font-family: 'Merriweather', serif;
    font-size: 14pt;
    font-weight: 300;
    color: #000;
    line-height: 22pt;
    text-align: left;
    margin-bottom: 80px;
}

#footer h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 12pt;
    font-weight: 900;
    color: black;
    line-height: 18pt;
    text-align: left;
}

.footer-container, .wrapper:after {
    height: 50px;
}

.footer-container {
    margin-top: 100px;
}

.footer-content {
    font-size: .875em;
    color: #000;
    text-align: left;
    margin-left: 4%;
}



/* VENDOR-SPECIFIC ============================================================================= */

ul {
    -webkit-padding-start: 0;
}

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }
