/* ==========================================================================
   Page styles
   ========================================================================== */

html {
    font-size: 16px;
}
body {
    line-height: 1.6;
    letter-spacing: .3px;
}
h1 {
    font-size: 2rem;
}
@media (min-width: 768px) {
    html {
        font-size: 19px;
    }
    body {
        line-height: 1.5;
        letter-spacing: inherit;
    }
    h1 {
        font-size: 2.5rem;
    }
}

body {
    color: #8b8b8b;
    font-family: Montserrat, Helvetica, Arial, Montserrat, sans-serif;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    color: #3d3d3d;
    font-weight: bold;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
}

.pull-left {
    margin-right: auto;
}

.pull-right {
    margin-left: auto;
}

.vertical-align-table {
    display: table;
    width: 100%;
    height: 100%;
}

.vertical-align-cell {
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    border-radius: 0;
    background: #f8f8f8;
}

.btn {
    border-radius: 100px;
    white-space: normal;
    cursor: pointer;
}

.btn-lg {
    font-size: 1rem;
}

.btn-primary, .btn-primary:focus {
    background-color: #29256a;
    color: white;
    border: none;
}

.btn-primary:hover {
    background-color: #36429c;
    color: white;
    border: none;
}

.btn-link {
    color: #29256a;
    transition: color .2s ease-in-out;
}

.btn-link:link, .btn-link:visited {
    color: rgb(0, 108, 234);
    color: #29256a;
}

.btn-link:hover, .btn-link:active {
    color: rgb(64, 153, 255);
    color: #36429c;
    text-decoration: none;
}

.navbar {
    background: #006cea;
    background: rgba(0, 108, 234, 0.94);
    background: #2e3192;
    background: rgba(32, 32, 89, 0.94);
    background: rgba(70, 70, 70, 0.94);
    background: #29256a;
    background: rgba(41, 37, 106, 0.94);
    padding-top: 0;
    padding-bottom: 0;
}

.nav-link:link, .nav-link:visited {
    color: #8b8b8b;
    color: white;
}

.nav-link:hover, .nav-link:active {
    color: #c0c0ff;
}

.navbar-toggler {
    margin: .1rem;
}

.navbar-toggler-icon {
    color: white;
    padding-top: .45rem;
}

.navbar-logo {
    height: 39px;
}

.nav-item {
    font-size: 1rem;
    padding-left: .2rem;
    padding-right: .2rem;
    letter-spacing: .01rem;
}

@media (min-width: 992px) {
    .nav-item {
        font-size: .666666rem;
        font-size: .75rem;
    }
}

.affix {
    position: absolute;
    width: 100%;

}

.hamburger-icon {
    width: 100%;
}

.jumbotron {
    text-align: center;
    margin-top: 3rem;
    border-radius: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;
    background: linear-gradient(to bottom, #eee, #fefefe);
}

.hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    background-image: url('../images/white-diagonal-lines.png');
    background-repeat: repeat-x;
    background-color: #f8f8f8;
}

.jumbotron h2 {
    margin-bottom: .75rem;
}

.jumbotron .btn-primary {
    margin-top: .75rem;
}

.cell-width-logo {
    width: 100%;
}

.handshake {
    margin-top: .6rem;
}

.handshake-icon {
    max-width: 220px;
}

@media (min-width: 992px) {
    .handshake-icon {
        max-width: 110px;
    }
}

.main-supporter-logo {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .main-supporter-logo {
        margin-top: 0;
        margin-bottom: 0;
    }
}


section-supporters .jumbotron {
    background: linear-gradient(to bottom, #004595, #4f98ed);
    background: rgba(0, 108, 234, 0.94);
    background: linear-gradient(to bottom, #0076ff, #4f98ed);
    background: linear-gradient(to bottom, #0076ff, #75abea);
    background: linear-gradient(to bottom, #002a5a, #3d73b1);
    background: linear-gradient(to bottom, #3b3b3b, #777);
    padding-top: 2rem;
    padding-bottom: 0;
    color: #d8d8d8;
}

section-supporters .container {
    position: relative;
    margin-top: 0rem;
}

section-profiles .container {
    margin-top: 6rem;
}

section-profiles
.name {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5rem;
}

.profile-link {
    transition: color .2s ease-in-out;
}

.profile-link:link, .profile-link:visited {
    color: #8b8b8b;
    text-decoration: none;
}

.profile-link:hover, .profile-link:active {
    color: #0275d8;
    color: #29256a;
}

.padded {
    padding-left: 1rem;
    padding-right: 1rem;
}

.marged {
    margin-left: 1rem;
    margin-right: 1rem;
}

.profile-photo {
    width: 100%;
    border-radius: 200px;
    margin-top: 1.2rem;
    margin-bottom: .75rem;
    border: 0;
    transition: opacity .2s ease-in-out;
}

.profile-photo:hover {
    opacity: .9;
}

.companies-wrapper {
    margin-bottom: .5rem;
}

.companies__logo {
    width: 125px;
    margin-bottom: .3rem;
    padding: .4rem;
    opacity: .5;
    transition: all .3s ease-in-out;

    /*
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); !* Firefox 10+, Firefox on Android *!
    filter: gray; !* IE6-9 *!
    -webkit-filter: grayscale(100%); !* Chrome 19+, Safari 6+, Safari 6+ iOS *!*/
}

.companies__first-line .companies__logo {
    width: 175px;
}

.companies__logo:hover, .companies__logo:active {
    width: 190px;
    opacity: 1;

    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}

.showmore {
    line-height: 21px;
    min-height: 440px;
}

.showmore_gradient {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    bottom: 0;
    margin-bottom: -2px;
    width: 100%;
    z-index: 10;
    height: 80px;
}

.showmore_content {
    position: relative;
    overflow: hidden;
    transition: height .2s ease-in-out;
}

.showmore_trigger {
    margin-top: .5rem;
    width: 100%;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}

.showmore_trigger span {
    display: block;
}
.showmore_trigger .btn-link {
    text-decoration: underline;
}
.showmore_trigger .btn-link:hover {
    text-decoration: none;
}
section-media .container {
    margin-bottom: 6rem;
}

section-media a {
    transition: color .2s ease-in-out;
}

section-media a:link,
section-media a:visited {
    color: #8b8b8b;
    text-decoration: none;
}
section-media a:link .title-media-release,
section-media a:visited .title-media-release {
    color: #3b3b3b;
}

section-media a:hover,
section-media a:active,
section-media a:hover .title-media-release,
section-media a:active .title-media-release {
    color: #0275d8;
    color: #29256a;
    text-decoration: none;
}

.logo-media-release {
    max-width: 150px;
    margin-top: 2rem;
    margin-bottom: .35rem;
}
@media (min-width: 576px) {
    .logo-media-release {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
}
.title-media-release {
    font-weight: bold;
}

.lSSlideOuter {
    margin-bottom: 6rem;
}

.lSAction > a {
    background-image: url('../images/gallery-arrows.png');
    width: 55px;
    height: 101px;
    transform: translate(0%, -50%);
}

.lightSlider {
    height: auto !important;
}

.lSAction > .lSNext {
    background-position: -55px;
}

.lightSlider img, .lSGallery img {
    width: 100%;
}

.lSSlideWrapper {
    /*max-height: 95vh;*/
}

.lSSlideOuter {
    position: relative;
}

.lSpg {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.lightSlider li {
}

.lightSlider .caption {
    text-align: center;
    min-width: 10rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
    font-size: .7368rem;
}
@media (min-width: 768px) {
    .lightSlider li {
        background: linear-gradient(to bottom, #444, #333);
        position: relative;
    }
    .lightSlider img, .lSGallery img {
        float: left;
        width: 61%
    }
    .lightSlider .caption {
        text-align: left;
        color: #aaa;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 39%;
        padding-right: 9%;
    }
}
@media (min-width: 968px) {
    .lightSlider img, .lSGallery img {

    }
    .lightSlider .caption {
        padding-right: 10%;
        padding-bottom: 1.5rem;
        padding-left: 1.9rem;
        font-size: .7894rem;
    }
}
@media (min-width: 1350px) {
    .lightSlider img, .lSGallery img {
        width: 43%;
        /*padding-left: 6%;*/
    }
    .lightSlider .caption {
        width: 57%;
        font-size: 1rem;
        padding-bottom: 1.8rem;
        padding-left: 2.2rem;
        padding-right: 15%;
    }
}

.width-holder {
    width: 10rem;
}

.pixel-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('images/pattern.png');
}

section-contact .container {
    margin-top: 3rem;
}

section-contact .jumbotron {
    background: linear-gradient(to bottom, #eee, #aaa);
}

.geographic-address {
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.geographic-address p {
    margin: 0;
}

.form-control {
    border-radius: .25rem;
}

section-article .container,
section-delegation-article .container{
    max-width: 926px;
    font-size: .85rem;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 956px;
    }
}

.modal-content {
    padding: .5rem;
}

@media (min-width: 576px) {
    .modal-content {
        padding: 1rem;
        padding-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .modal-content {
        padding: 3rem;
    }
}

.modal-header, .modal-footer {
    border: 0;
    text-align: center;
}
.modal-title {
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
}

.modal-header .close {
    position: absolute;
    top: .85rem;
    right: .85rem;
}

section-article .btn-link:link,
section-article .btn-link:visited,
section-delegation-article .btn-link:link,
section-delegation-article .btn-link:visited {
    color: #8b8b8b;
}
section-article .btn-link:hover,
section-article .btn-link:active,
section-delegation-article .btn-link:hover,
section-delegation-article .btn-link:active {
    color: #29256a;
}

@media (min-width: 992px) {
    .modal-header .close {
        top: 1.4rem;
        right: 1.4rem;
    }
}

.modal-footer .btn-link {
    cursor: pointer;
    color: #8b8b8b;
}

.modal-footer .btn-link:link,
.modal-footer .btn-link:visited {
    color: #8b8b8b;
    text-decoration: none;
}

.modal-footer .btn-link:hover,
.modal-footer .btn-link:active {
    color: #0275d8;
    color: #29256a;
    text-decoration: none;
}

/*.modal-title {*/
    /*line-height: 1.2;*/
    margin-left: auto;
    margin-right: auto;
}

.col-icon {
    width: 50%;
    font-weight: bold;
    color: #75abea;
}

@media (min-width: 576px) {
    .col-icon {
        width: 31%;
    }
}

@media (min-width: 992px) {
    .col-icon {
        width: 18%;
    }
}

.delegation-icons {
    line-height: 1.35;
    margin-bottom: 3rem;
}

.delegation-icon {
    width: 100%;
    padding-bottom: .75rem;
    max-width: 70px;
}
@media (min-width: 576px) {
    .delegation-icon {
        max-width: 90px;
    }
}

.delegation-endorsement {
    text-align: left;
    font-size: .85rem;
    line-height: 2;
    color: #3d3d3d;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .delegation-endorsement {
        font-size: 1.125rem;
    }
}

q {
    quotes: '\201c' '\201d';
}

q:before {
    content: open-quote;
}

q:after {
    content: close-quote;
}

.delegation-endorsement .endorser {
    margin-top: .33rem;
    margin-bottom: 4rem;
    font-size: .75rem;
    color: #8b8b8b;
}

.delegation-endorsement .endorser span {
    font-size: .65rem;
    text-transform: uppercase;
}

.endorsement-invert {
    background: #909090;
    color: white;
    padding: 2rem 1.5rem;
    margin-bottom: 6rem;
    margin-top: 3rem;
}
.endorsement-invert .endorser {
    color: white;
    margin-bottom: .5rem;
}

@media (min-width: 992px) {
    .endorsement-invert {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}


.cell-title {
    font-size: 0.95rem;
    line-height: 1.35;
    font-weight: bold;
    color: #3d3d3d;
    margin-top: 1.618rem;
    margin-bottom: .382rem;
}

@media (min-width: 992px) {
    .cell-title {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.next-action {
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.icon-forward {
    max-width: 80px;
}

hr {
    border-bottom: 1px solid #f8f8f8;
}

.modal-profile .modal-header {
    flex-direction: column;
}

.profile-modal-photo-wrapper {
    margin-bottom: 1rem;
}

.profile-modal-photo {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 200px;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-b-1 {
    margin-bottom: 1rem;
}

.m-b-2 {
    margin-bottom: 2rem;
}

.m-b-3 {
    margin-bottom: 3rem;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-1 {
    margin-top: 1rem;
}

.m-t-2 {
    margin-top: 2rem;
}

.m-t-3 {
    margin-top: 3rem;
}
