/* CSS Styles */

/* figtree-regular - latin */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/figtree-v1-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/figtree-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/figtree-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/figtree-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/figtree-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/figtree-v1-latin-regular.svg#Figtree') format('svg'); /* Legacy iOS */
  }
  /* figtree-500 - latin */
  @font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/figtree-v1-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/figtree-v1-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/figtree-v1-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/figtree-v1-latin-500.woff') format('woff'), /* Modern Browsers */
         url('fonts/figtree-v1-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/figtree-v1-latin-500.svg#Figtree') format('svg'); /* Legacy iOS */
  }
  /* figtree-600 - latin */
  @font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/figtree-v1-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/figtree-v1-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/figtree-v1-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/figtree-v1-latin-600.woff') format('woff'), /* Modern Browsers */
         url('fonts/figtree-v1-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/figtree-v1-latin-600.svg#Figtree') format('svg'); /* Legacy iOS */
  }
  /* figtree-800 - latin */
  @font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/figtree-v1-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/figtree-v1-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/figtree-v1-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/figtree-v1-latin-800.woff') format('woff'), /* Modern Browsers */
         url('fonts/figtree-v1-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/figtree-v1-latin-800.svg#Figtree') format('svg'); /* Legacy iOS */
  }
  /* figtree-700 - latin */
  @font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/figtree-v1-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/figtree-v1-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/figtree-v1-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/figtree-v1-latin-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/figtree-v1-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/figtree-v1-latin-700.svg#Figtree') format('svg'); /* Legacy iOS */
  }

body {
    background-color:#ffffff;
    margin:0;
    font-family:'Figtree', sans-serif;
    color: #000000;
}

p {
    font-size:18px;
}

a {
    color:#000000;
    text-decoration: none;
    transition: all .2s ease-in-out;
}


a:hover, .current-page {
    color:#c7261c;
    transition: all .2s ease-in-out;
    text-decoration:underline;
}


.logo-container {
    position: relative;
}

.subsite .logo-container {
    height:150px;
    width:1200px;
    max-width:1200px;
    margin:0 auto;
}

.logo {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 400px;
    display: block;
}


.logo-container .logo-link {
    display:inline-block;
}

.logo-container .logo-link img {
    width:100%;
    height:150px;
}

.columns {
    display:flex;
    flex-wrap: wrap;
    max-width:1200px;
    margin:60px auto;
    align-items:center;
    justify-content: center;
}

.column {
    text-align:center;
}

.subsite .text-content {
    width:1200px;
    max-width:1200px;
    margin: 50px auto 70px auto;
}

.footer {
    position:fixed;
    background-color:#c7261c;
    bottom:0;
    width:100%;
    box-shadow: 0px 1px 13px #d2d2d2;
}

/* .subsite .footer {
    position:relative;
}
*/
.footer-menu {
    list-style-type: none;
    text-align:center;
    padding-left:0;
}

.footer-menu li {
    display:inline-block;
    padding:5px 15px;
    font-weight:600;
    text-transform: uppercase;
}

.footer-menu li:first-child {
    padding-left:0;
}
.footer-menu li:last-child {
    padding-right:0;
}

.footer-menu li a {
    color:white;
    transition: color .2s ease-in-out;
}

@media (max-width:989px) {
    .logo {
        width:85%;
    }

    .subsite .text-content {
        width:85%;
    }

    .column-1, .column-2 {
        width:100%;
    }

}
