@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
@import url(https://fonts.googleapis.com/css?family=Niconne);

.box-link {
    color: #fbe07d;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 15px;
    font-size: 115%;
}

.red {
    color: #358a33;
    font-weight: bold;
}

.rd {
    color: #358a33;
}

strong {
    color: #4d13b0;
}

.rg strong {
    color: #000 !important;
}

.rlink {
    color: #4d13b0;
    display: block;
    font-size: 115%;
}

.left {
    float: left;
    width: 62%;
}

.rlink:hover {
    color: #f23fb1;
    text-decoration: none;
}

.clear {
    clear: both;
}

/*.cut-in-img {
    float: right;
    width: 250px;
    font-size: 113%;
    font-style: italic;
    color: #003785;
    padding: 1%;
    font-weight: bold;
    max-width: 100%;
}*/

.logo2 {
    width: 90px;
}

.socbar {
    display: block;
    padding: 10px;
}

i.fa.fa-facebook.fa-3x {
    color: #358a33;
}

i.fa.fa-twitter.fa-3x {
    color: #358a33;
}

.container {
    background-color: #fff;
    background: rgba(255, 255, 255, .85);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.shareable {
    color: #fff !important;
}

.logo {
    margin: 5px;
}

.logo a:hover {
    color: #AC413F!important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.link {
    display: block;
    margin: 10px;
    color: #358a33;
}

.link:hover {
    color: #9b63a9;
    opacity: .8;
}

.soc:hover {
    opacity: .8;
}

#hero {
}

.hero-photo-icons {
}

.tweetquote {
    display: block;
    text-align: center;
    border-top: solid #f23fb1 1px;
    border-bottom: solid #f23fb1 1px;
    padding: 16px;
    margin: 13px auto;
    font-style: italic;
    font-size: 24px;
    color: #4d13b0;
    font-weight: bold;
    margin-bottom: 30px;
}

.icons, .icons:visited {
    color: #4d13b0;
    margin: 5px;
    padding: 10px;
    font-size: 180%;
    transition: color .4s ease;
}

.icons:hover {
    color: #f23fb1;
}

h2 {
    text-align: center;
}

h3 {
    text-transform: uppercase;
    text-align: center;
    background: #f23fb1;
    color: #fff;
    margin-bottom: 10px;
    padding: 3px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
}

.ctab, .ctab:visited {
    background-color: #f23fb1;
    border: solid 1px #000;
    border-radius: 8px;
    color: #fff!important;
    text-decoration: none !important;
    padding: 10px;
    font-weight: normal;
    box-shadow: 2px 2px 2px #000;
    font-size: 140%;
    display: block;
    margin: 25px auto;
    text-align: center;
    text-transform: uppercase;
}

.ctab:hover {
    background-color: #4d13b0;
    border: solid 1px #fff;
    border-radius: 8px;
    color: #fff;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

#article {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 17px;
}

#topbar {
    background: #fff;
    border-bottom: #ffde84 solid 2px;
}

#head-box {
}

#call-to-action {
    vertical-align: top;
}

#share-icons {
    margin-top: 9px;
}

.media-contacts {
}

.dropdown-menu {
}

#showcase {
}

/* Headline */
#headline {
    display: none;
    color: #fff;
    font-size: 54px;
    text-align: center;
    width: 100%;
    margin-left: 0px;
    position: static;
}

#font-size-headline-hero {
    font-size: 56px;
}

#headlineContent {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
    opacity: 1;
}

#box-a-b {
    display: none;
    background: url() no-repeat right center #F4EFE7;
}

#box-a {
    width: 40%;
    margin-left: 10%;
    text-align: center;
}

#box-b {
    width: 40%;
    margin-right: 10%;
    text-align: center;
    padding: 10px;
}

#box-c {
    display: none;
}

#box-d {
    display: none;
}

#underfooter {
    display: none;
}

.fa-twitter-square {
    transition-property: color;
    color: #00b0ed;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: linear;
    padding: 10px;
}

.twitter-timeline {
    height: 400px !important;
}

.fa-facebook-square {
    transition-property: color;
    color: #3b579d;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: linear;
    padding: 10px;
}

/* Facebook and twitter - buttons */
.share-lg-btn {
    display: none;
}

.share-sm-btn {
    display: inline-block;
}

/* Social Icons - large buttons */
.gplus-lg-btn {
}

.linkedin-lg-btn {
}

.blogger-lg-btn {
}

.wp-lg-btn {
}

.mail-lg-btn {
}

/* Social Icons - small buttons */
.gplus-sm-btn {
}

.linkedin-sm-btn {
}

.blogger-sm-btn {
}

.wp-sm-btn {
}

.mail-sm-btn {
}

/* Media contacts */
span[itemprop="name"], span[itemprop="jobTitle"], span[itemprop="worksFor"], span[itemprop="address"], span[itemprop="streetAddress"], span[itemprop="telephone"], span[itemprop="phones"], a[itemprop="email"], a[itemprop="url"] {
    display: block;
}

.phone1 {
}

.phone2 {
}

.phone3 {
}

.phone4 {
}

.phone5 {
}

/* PressRelease */
#press-release {
    text-align: left;
    font-size: 120%;
}

h1 {
    font-size: 28px;
    color:#4d13b0;
    font-weight:bold;
    text-decoration:underline;
    text-align: center;
}

h2 {
    font-size: 22px!important;
    text-decoration:underline;
    text-align: center;
}

.sub-headline {
    font-weight: 100;
    padding-bottom: 15px;
    display: none;
}

h1.headline {
    display: none;
}

h2.sub-headline {
    text-align: center !important;
}

h2 li {
    text-align: left;
}

#lede {
}

.source {
    float: left;
    font-family: Arial, Verdana, sans-serif;
}

.source a {
}

.source a:hover {
}

.dateline {
    font-family: Arial, Verdana, sans-serif;
}

#body-media-gallery {
    display: none;
    background: #F4EFE7;
    border-top: #AC413F 2px solid;
    border-bottom: #AC413F 2px solid;
}

#body-media-gallery-2 {
    display: none;
    background: #F4EFE7;
}

.hero-photo-icons {
    top: 15px;
}

#body_text {
    display: none;
    padding-top: 15px;
    padding-bottom: 30px;
}

/* Showcase */
.showcase-asset-title {
}

.showcase-asset-title-container {
}

.showcase-asset {
}

.showcase-asset-img {
}

#download-photo-btn {
}

#embed-photo-btn {
}

#pinit-photo-btn {
}

#showcase-photo-icons {
}

#asset-title-container-0 {
}

#asset-title-container-1 {
}

#asset-title-container-2 {
}

#showcase-asset-0 {
}

#showcase-asset-1 {
}

#showcase-asset-2 {
}

#icon-0 {
}

#icon-1 {
}

#icon-2 {
}

.preview-icon {
}

/* Cut in */
.cut-in-common {
}

#cut-in {
    float: right;
    clear: both;
    margin: 12px;
    width: 100%;
    max-width: 34%;
}

#cut-single-column {
}

/* Expanded Viewer */
.white-popup {
    background: #FFF;
}

.mfp-image-holder .mfp-close {
    color: black;
}

.mfp-arrow-left:before {
    color: #3F3F3F;
}

.mfp-arrow-right:after {
    color: #3F3F3F;
}

/* Popup caption */
.mfp-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

/* Inline assets */
.inline-asset-title-container {
    display: none;
}

.inline-icon {
}

.inline-image-asset {
    width: 100%;
}

.inline-asset {
    width: 80%;
    margin: 20px auto;
    box-shadow: 0 0 11px -2px #000;
    float: none;
}

.inline-asset.inline-asset-single-column {
    width: 100%;
}

/* Gallery */
#title-gallery {
    color: #AC413F;
    text-align: center;
    font-family: 'Niconne', cursive;
    font-size: 30px!important;
}

.gallery-asset-title-container {
    padding-left: 16px;
    padding-bottom: 7px;
    padding-top: 7px;
    background: #A89A87;
    color: #fff;
}

.gallery-asset {
}

#content-media-gallery {
}

.gallery-icon {
}

.nav_all_assets {
}

.sidebar-inner {
    width: 100%;
    margin: auto!important;
    display: inline-block;
    clear: both!important;
    float: right;
    padding: 15px 5% 35px 5%;
    text-align: center;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #fff;
}

.fb_iframe_widget {
    vertical-align: top!important;
}

#no-wrap {
    white-space: nowrap;
}

/* Media queries */
@media (max-width: 1199px) and (min-width:992px) {
    .center {
        width: 90%;
    }
}

@media (max-width: 991px) {
    box-a {
        width: 100%;
    }

    #article {
    }
}

@media (max-width: 991px) and (min-width:768px) {
    #topbar-left {
    }

    .center {
        width: 40%;
    }

    #box-c {
        width: 100%;
        margin-left: 0px;
    }

    #box-d {
        width: 100%;
        margin-right: 0px;
    }

    .mpeg {
        width: 90%;
    }

    .ctab {
        width: 100%;
        font-size: 120%;
    }
}

@media only screen and (max-width: 768px) and (orientation:portrait) {
    .left {
        width:100%;
    }

    #topbar-left {
        float: left;
    }

    #head-box {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    #head-box {
        display:none;
    }

    #box-a-b {
        background: #F4EFE7;
    }

    #box-a {
        width: 100%;
        margin-left: 0%;
    }

    #box-b {
        width: 100%;
        margin-right: 0%;
    }

    #box-c {
        width: 100%;
    }

    #box-d {
        width: 100%;
    }

    .center {
        width: 100%;
        text-align: center;
    }

    h1 {
        font-size: 23px!important;
    }

    h2 {
        font-size: 20px!important;
    }

    h3 {
        margin-top: 27px;
    }

    .logo {
        display: none;
    }

    #topbar {
        padding-left: 7px;
    }

    .ctab {
        margin-top: 6px;
        width: 100%;
    }

    .mpeg {
        width: 90%;
    }
}

@media (max-width: 767px) {
    #topbar-left {
        float: left;
    }

    #headline {
        position: inherit;
        padding-left: 5px;
    }

    #box-c {
        width: 100%;
        margin-left: 0px;
    }

    #box-d {
        width: 100%;
        margin-right: 0px;
    }

    #box-c-d {
        padding-bottom: 0px;
    }

    .inline-asset-title-container {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .cut-in {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 480px) {
    #topbar-left {
        float: left;
    }
}

@media only screen and (max-width: 320px) {
    .ctab {
        font-size:115%;
    }
}

#mobile-only {
    display: none;
}

@media only screen and (max-width: 767px) {
    #mobile-only {
        display:block;
        width: 100%;
    }
}

#share-icons-label {
    text-align: center;
}

.centered {
    text-align: center;
}

.bold {
    font-weight: bold;
}

/* Sidebar */
#sidebar {
    /* Sidebar Single Column */
    width: 100%;
    height: auto!important;
}

@media only screen and (min-width : 480px) {
    #sidebar {
        width:30%;
    }

    #sidebar-wrapper #press-release-row {
        width: 70%;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    #press-release-row {
        width:100%!important;
        padding-right: 0px!important;
    }

    #sidebar {
        width: 80%;
        margin: 20px auto;
        padding: 10px 20px;
    }

    .inline-asset {
        margin: 10px auto;
    }
}