@charset "UTF-8";
body {
    background-color: #fdfdfd;
}

.main-section {
    position: relative;
    text-align: left;
    width: 1024px;
    padding: 0;
    margin: 20px auto 15px auto;
    background-color: transparent;
    font-size: 16px;
    line-height: 28px;
}

.main-section-wide {
    width: 100%;
    padding: 25px 0;
    margin: 55px 0;
    top: 20px;
}

a {
    color: #fe2901;
}

p,
span {
    font-size: 16px;
}

h4 {
    font-size: 20px !important;
    line-height: 34px !important;
    font-weight: normal;
    padding: 25px 0;
}

h3 {
    font-size: 25px;
    margin-top: 50px;
}

.spacer {
    width: 100%;
    height: 80px;
}

.video-container,
.video-container * {
    cursor: pointer;
    line-height: 0;
    font-size: 0;
}

.quote {
    margin-top: 50px;
}

iframe.video-player {
    width: 100% !important;
}

img.grayscale {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

img.video-player {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

.video-player.hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.video-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: auto;
    opacity: 0.8;
}

.video-play:hover {
    opacity: 1;
}

.profile-image {
    width: 140px;
    height: auto;
}

.width-50 p {
    font-size: 17px;
}

.width-33 {
    vertical-align: top;
    display: inline-block;
    width: 30%;
    margin: 0 2.7% 0 0;
}

.width-33 p {
    padding: 15px;
    padding-bottom: 0px;
    text-align: left;
    color: white;
}

.width-33 p a {
    /*color: white;*/
}

div .width-33:last-child,
section .width-33:last-child {
    margin-right: 0;
}

div .width-33:first-child,
section .width-33:first-child {
    margin-left: 1%;
}

.icon-image {
    width: 55px;
}

.icon-image-large {
    width: 70px;
}

.width-33 .icon-image {
    width: 50px;
}

.width-50 p {
    padding: 20px;
    text-align: left;
}

div.full-size {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 40px 0px 0px 0px;
}

div.breaker {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 20px;
    margin-bottom: 0px;
}

a.no-dec {
    text-decoration: none;
}

a.no-dec:hover {
    text-decoration: underline;
}

#main-header,
#main-footer {
    /*background-color: black !important;*/
}


/****************************************************************************************************************************/


/* Narrow Browser Windows and Smartphones in both orientations. *************************************************************/

@media only screen and (min-width: 0px) and (max-width: 679px) {
    .no-mobile {
        display: none;
    }
    .main-section {
        width: 100%;
        padding: 15px;
        margin: 15px 0;
        font-size: 15px;
        line-height: 26px;
    }
    .main-section-wide {
        width: 100%;
        padding: 25px 0;
        margin: 35px 0;
        top: 20px;
    }
    p,
    span {
        font-size: 15px;
    }
    h4 {
        font-size: 17px !important;
        line-height: 29px !important;
        font-weight: normal;
        padding: 22px 0;
    }
    h3 {
        font-size: 22px;
        margin-top: 40px;
    }
    h4 br,
    h3 br {
        display: none;
    }
    .spacer {
        width: 100%;
        height: 0;
    }
    .quote {
        margin-top: 30px;
    }
    .quote span {
        max-width: 60%;
        text-align: right;
    }
    .quote span br {
        display: none;
    }
    .video-play {
        opacity: 1;
    }
    .profile-image {
        width: 33%;
    }
    .width-50 p {
        font-size: 15px;
    }
    div.width-47,
    div.width-50,
    .width-33 {
        display: block;
        width: 90%;
        margin: 0 auto 55px auto !important;
        float: none !important;
    }
    .width-33:last-child {
        margin-right: auto;
    }
    .width-20 {
        width: 50%;
    }
    .icon-image {
        width: 65px;
    }
    .icon-image-large {
        width: 80px;
    }
    .width-33 .icon-image {
        width: 50px;
    }
    .width-50 p {
        padding: 20px;
        text-align: left;
    }
    .width-33 p {
        padding: 15px;
        padding-bottom: 0px;
        text-align: left;
    }
    .video-play {
        max-width: 20%;
    }
    a.no-dec {
        text-decoration: underline;
    }
    .font-18 {
        font-size: 15px !important;
        line-height: 27px;
    }
}


/****************************************************************************************************************************/


/* Narrow Browser Windows and Smartphones in both orientations. *************************************************************/

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .width-20 {
        width: 100%;
    }
}


/************************************************************************************************************************/


/* Small Browser Windows and Tablets in both orientations. **************************************************************/

@media only screen and (min-width: 680px) and (max-width: 1280px) {
    .main-section {
        width: 100%;
        padding: 20px;
        margin: 0 auto 15px auto;
    }
    .main-section-wide {
        padding: 25px 0;
        margin: 55px 0;
        top: 15px;
    }
    .spacer {
        height: 70px;
    }
    .quote {
        margin-top: 40px;
    }
    .video-play {
        opacity: 1;
    }
    a.no-dec {
        text-decoration: underline;
    }
}


/************************************************************************************************************************/


/* Small Browser Windows and Tablets in both orientations. **************************************************************/

@media only screen and (min-width: 680px) and (max-width: 1024px) {
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px !important;
    }
    h4 br {
        display: none;
    }
    div.spacer {
        height: 50px;
    }
    .width-33 {
        margin: 0 2% 0 0;
    }
    .width-33,
    .width-33 p {
        vertical-align: top;
        font-size: 14px;
        line-height: 20px;
    }
    .width-33 p {
        padding-bottom: 20px;
    }
    .quote span {
        max-width: 70%;
        margin-top: 20px;
    }
    .quote br {
        display: none;
    }
    .font-18 {
        font-size: 16px !important;
        line-height: 27px;
    }
}
