* {
    line-height: 1em;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #777067;
}

body.active-user {
    padding-bottom: 100px;
}

#body-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1em;
    color: #515D66;
    margin: 0;
}

h1 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 48px;
}

h2 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 36px;
}

h3 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
}

h4 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 5px;
}

h4.margin-bottom {
    margin-bottom: 20px;
}

h5 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 14px;
    color: #5C666F;
    margin-bottom: 5px;
}

p,
ul li,
ol li {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.4em;
    color: #515D66;
}

p.large {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2em !important;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    -webkit-transition: color 250ms linear;
    -moz-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    transition: color 250ms linear;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
    color: #263645;
}

a img {
    border: none;
}

a, button {
    outline: none;
}

ul, ol {
    margin: 0;
}

ul li,
ol li {
    line-height: 1em;
    margin: 0;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='number'],
textarea {
    width: 100%;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #515D66;
    margin-bottom: 10px;
    border: 1px solid #AFB9BE;
    border-radius: 0;
    outline: none;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='number'] {
    height: 30px;
    padding: 0 10px;
}

textarea {
    resize: none;
    padding: 10px;
}

b,
strong {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-style: normal;
}

/*==
RESPONSIVENESS
==*/
@media (max-width: 767px) {
    p.large {
        font-size: 24px;
    }
}
/*==
END RESPONSIVENESS
==*/


/*========== COMMON CLASSES ==========*/
.wrapper {
    float: left;
    clear: both;
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear-both {
    clear: both;
}

a.block {
    display: block;
}

.no-list {
    list-style: none;
}

.bullet-list {
    margin-left: 30px;
}

h1.info,
h2.info,
h3.info,
h4.info,
h5.info,
p.info,
ul.info,
ul li.info,
a.info {
    color: #3EBFAC !important;
}

h1.action,
h2.action,
h3.action,
h4.action,
h5.action,
p.action,
span.action,
ul.action,
ul li.action,
a.action {
    color: #D03238 !important;
}

.btn,
a.btn,
.btn a,
button.btn,
span.btn {
    display: inline-block;
    font-size: 12px;
    line-height: 1em !important;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #FFFFFF !important;
    margin-bottom: 5px;
    padding: 4px 8px;
    background: #CCCCCC;
    border: none;
    border-radius: 0;
}

.btn.action {
    background: #D03238 !important;
}

.btn.info {
    background: #3EBFAC !important;
}

.btn:hover {
    color: #FFFFFF !important;
    opacity: 0.8;
}

.hollow-btn {
    display: inline-block;
    float: left;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1em !important;
    color: #CCCCCC !important;
    margin-bottom: 5px;
    padding: 0 5px;
    background: #FFFFFF;
    border-top: none;
    border-right: 1px solid #CCCCCC;
    border-bottom: none;
    border-left: 1px solid #CCCCCC;
    border-radius: 0;
}

p.left .hollow-btn {
    margin-right: 20px;
}

.center-align .hollow-btn {
    float: none !important;
}

.hollow-btn.action {
    border-right: 1px solid #D03238;
    border-left: 1px solid #D03238;
}

.hollow-btn.action,
.hollow-btn.action a {
    color: #D03238 !important;
}

.hollow-btn.info {
    border-right: 1px solid #3EBFAC;
    border-left: 1px solid #3EBFAC;
}

.hollow-btn.info,
.hollow-btn.info a {
    color: #3EBFAC !important;
}

.hollow-btn.action:hover,
.hollow-btn.action:hover a {
    background: #D03238;
}

.hollow-btn.info:hover,
.hollow-btn.info:hover a {
    background: #3EBFAC;
}

.hollow-btn:hover,
.hollow-btn:hover a {
    text-decoration: none;
    color: #FFFFFF !important;
}

.icon-block {
    font-size: 16px;
    font-weight: lighter;
}

.icon-block .material-icons {
    line-height: 22px;
    vertical-align: top;
    color: #3EBFAC;
}
/*========== END COMMON CLASSES ==========*/


/*========== HEADER ==========*/
#header-wrapper {
    position: fixed;
    z-index: 1000;
    min-height: 48px;
    background-color: #0A1E2C;
}

#top-social-links {
    float: right;
    text-align: right;
    margin-top: 13px;
}

#top-social-links li {
    display: inline-block;
    margin-left: 20px;
}

#top-social-links li.search-icon {
    width: 19px;
    height: 19px;
    margin-left: 30px;
}

#top-social-links li.search-icon img {
    width: 100%;
    cursor: pointer;
}

#top-social-links li.search-icon .search-close {
    display: none;
}

@media only screen and (max-width: 1199px) {
    #top-social-links li {
        margin-left: 10px;
    }

    #top-social-links li.search-icon {
        margin-left: 20px;
    }
}

#primary-nav-wrapper .search-bar-wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 0;
    overflow: hidden;
}

#primary-nav-wrapper .search-bar-wrapper .search-bar {
    position: absolute;
    right: -500px;
}

#primary-nav-wrapper .search-bar-wrapper input[type='text'] {
    float: left;
    width: 200px;
    height: 30px;
    border: 2px solid #FFFFFF;
    border-right: none;
    border-radius: 0;
}

#primary-nav-wrapper .search-bar-wrapper .search-bar-submit {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #0A1E2C;
    border: 2px solid #FFFFFF;
    border-left: none;
}

#primary-nav-wrapper .search-bar-wrapper .search-bar-submit input[type='image'] {
    width: 15px;
    margin-top: 5px;
}

#header-wrapper #mobile-logo-section {
    position: relative;
}

#header-wrapper #mobile-logo-wrapper.margin {
    float: left;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    #header-wrapper {
        position: static;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
/*========== END HEADER ==========*/


/*========== CONTENT ==========*/
#content-block {
    padding-top: 100px;
    overflow: hidden;
}

#logo-section-wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
}

#logo-wrapper img#logo {
    display: block;
    margin: 0 auto;
}

#logo-section-wrapper .logo-content-wrapper {
    margin-top: 20px;
}

#logo-section-wrapper .logo-content p {
    font-size: 10px;
    line-height: 12px;
    color: #8C939C;
}

#logo-section-wrapper .logo-content .btn {
    margin-left: 5px;
}

@media (min-width: 1200px) {
    #logo-wrapper img#logo {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    #content-block {
        padding-top: 0;
    }
}
/*========== END CONTENT ==========*/


/*========== SECTIONS ==========*/
#content-wrapper #sections .section-wrapper {
    margin-bottom: 25px;
}

#content-wrapper #sections .section-wrapper.last {
    margin-bottom: 0;
}

#content-wrapper #sections .section-wrapper.grey {
    background-color: #EFEFEF;
}

#content-wrapper #sections .section-wrapper.three-col {
    margin-bottom: 40px;
}

#content-wrapper #sections .section-wrapper .one-col-center {
    text-align: center;
}

#content-wrapper #sections .section-wrapper .gutter {
    padding: 0 15px;
}

#content-wrapper #sections .section-wrapper .border-div {
    padding: 40px;
}

#content-wrapper #sections .section-wrapper .editable {
    padding-bottom: 5px;
}

#content-wrapper #sections .section-wrapper .divider {
    margin-bottom: 25px;
}

#content-wrapper #sections .section-wrapper .divider div {
    width: 100%;
    height: 1px;
    background-color: #717171;
}

#content-wrapper #sections .section-wrapper .center-align {
    width: 100%;
    text-align: center;
}

#content-wrapper #sections .section-wrapper h2,
#content-wrapper #sections .section-wrapper h3 {
    margin-bottom: 25px;
}

#content-wrapper #sections .section-wrapper h1 {
    margin-bottom: 25px;
}

#content-wrapper #sections .section-wrapper p {
    line-height: 1.6em;
    margin-bottom: 20px;
}

#content-wrapper #sections .section-wrapper .page-title {
    width: 100%;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    color: #D03238;
    margin: 0;
}

#content-wrapper #sections .section-wrapper ul {
    margin-left: 15px;
    margin-bottom: 20px;
}

#content-wrapper #sections .section-wrapper ul.no-list {
    margin-left: 0;
}

#content-wrapper #sections .section-wrapper img {
    max-width: 100%;
}

#content-wrapper #sections .section-wrapper .collapse-section .collapse-header {
    padding: 15px 0;
    background-color: #444444;
    cursor: pointer;
}

#content-wrapper #sections .section-wrapper .collapse-section .collapse-header h3,
#content-wrapper #sections .section-wrapper .collapse-section .collapse-header a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    color: #FFFFFF !important;
    margin: 0;
}

#content-wrapper #sections .section-wrapper .collapse-section .collapse-header a:hover {
    text-decoration: none;
}

#content-wrapper #sections .section-wrapper .collapse-section .collapse-header h3 span {
    float: right;
    font-size: 24px;
    line-height: 20px;
    color: #FFFFFF !important;
}

#content-wrapper #sections .section-wrapper .collapse-section .collapse-header h3 span.close {
    display: none;
}

#content-wrapper #sections .section-wrapper .collapse-section .collapse-section-content {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}

#content-wrapper #sections .section-wrapper .collapse-section .collapse-section-content.open {
    padding-top: 30px;
}

/*==
RESPONSIVENESS
==*/
@media (max-width: 767px) {
    #content-wrapper #sections .section-wrapper .border-div {
        padding: 10px;
    }
}
/*==
END RESPONSIVENESS
==*/
/*========== END SECTIONS ==========*/


/*========== INSTAGRAM ==========*/
#instagram-link {
    position: absolute;
    top: 0;
    left: -15px;
}

#instagram {
    margin-right: -15px;
}

.instagram-pic {
    float:left;
    width: 33.333% !important;
    padding: 0 15px;
}

.instagram-pic img{
    width: 100% !important;
    height: auto !important;
}


/*========== END INSTAGRAM ==========*/


/*========== FOOTER ==========*/
#footer-wrapper {
    padding-bottom: 50px;
}

#footer-social-links {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

#footer-social-links li {
    display: inline-block;
    margin-right: 20px;
}

#footer-social-links li.last {
    margin-right: 0;
}

#footer-wrapper #footer-content {
    width: 100%;
    text-align: center;
}

#footer-wrapper #footer-content p {
    font-size: 12px;
    color: #768591;
    margin-bottom: 5px;
}

#footer-wrapper #footer-content a {
    color: #768591;
}

/*==
RESPONSIVENESS
==*/
@media (max-width: 767px) {

}
/*==
END RESPONSIVENESS
==*/
/*========== END FOOTER ==========*/


/*========== DIALOG ==========*/
.dialog-mask {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #454545;
    opacity: 0.80;
}

.dialog-wrapper {
    display: none;
    position: fixed;
    z-index: 1000;
    top: -9999px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 425px;
    height: 380px;
    text-align: center;
    margin: auto;
    background-color: #FFFFFF;
    border-radius: 0
}

.dialog-wrapper .title-wrapper {
    text-align: center;
    padding: 30px 45px;
    background-color: #0A1E2C;
}

.dialog-wrapper .title-wrapper h1 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    color: #FFFFFF;
    margin: 0;
}

.dialog-wrapper .copy-wrapper {
    padding: 40px 20px 30px 20px;
}

.dialog-wrapper .copy-wrapper h2 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    margin: 0 0 20px 0;
}

.dialog-wrapper .copy-wrapper p {
    font-size: 14px;
    margin-bottom: 20px;
}

.dialog-wrapper .copy-wrapper .btn {
    display: inline-block;
    margin: 0 auto;
}

.dialog-wrapper .btn-wrapper {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
}
/*========== END DIALOG ==========*/


/*========== END RESPONSIVE VIDEO EMBED ==========*/
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 800px),
only screen and (device-width: 1024px) and (device-height: 600px),
only screen and (width: 1280px) and (orientation: landscape),
only screen and (device-width: 800px),
only screen and (max-width: 767px) {
    .flex-video {
      padding-top: 0;
    }
}
/*========== END RESPONSIVE VIDEO EMBED ==========*/


#search-bar-mask {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    opacity: 0.8;
}
