﻿
:root {
    --red: rgba(226, 55, 66, 1);
    --red-rgba: rgba(226, 55, 66, 0.85);
    --yellow: rgba(236, 154, 41, 1);
    --yellow-rgba: rgba(236, 154, 41, 0.85);
    --lightteal: rgb(216, 239, 242);
    --teal: rgba(15, 139, 141,1);
    --teal-rgba: rgba(15, 139, 141,0.85);
    --dark-teal: rgb(20, 54, 66);
    --dark-teal-rgba: rgba(20, 54, 66, 0.85);
    --almost-white: rgb(251, 251, 251);
    --white: rgb(255, 255, 255);
    --dark-blue: rgb(42, 74, 197);
    --black: rgb(0, 0, 0);
    --light-gray: rgb(201, 201, 201);
}

body {
    background-color: var(--white);
    font-family: "franklin-gothic-urw",sans-serif !important;
    font-size: 1.1em;
    line-height: 1.7em;
}

a{color:var(--teal)}
a:hover{color:var(--red)}
h1 {
    font-family: "raleway",sans-serif !important;
    font-size: 1.7em;
}

h1:not(:first-child) {
    margin-top:1.5em;    
}

h2 {
    font-family: "raleway",sans-serif !important;
    font-size: 1.6em;
}
h3 {
    font-family: "raleway",sans-serif !important;
    font-size: 1.5em;
}
h4 {
    font-family: "raleway",sans-serif !important;
    font-size: 1.4em;
}
/*PARALLAX starts here*/
    .container {
        max-width: 960px;
        margin: 0 auto;
    }

.crt-parallaxvideo {
    height: 320px;
    padding-bottom: 20px;
    padding-top: 200px;
}

.crt-parallaxvideo video {
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: -100;
}

    .crt-parallaxvideo h1 {
        font-weight: 700;
        font-size: 2em;
        font-family: "raleway",sans-serif;
        text-align: center;
        text-transform: uppercase;
        color: var(--white);
        background: var(--teal-rgba);
    }

.plax.ccparallax-one {
    background-image: url("../images/image1.jpg");
}

.plax.content-one{
    z-index:-10!important;
    color:#daeaef!important;
    background-color:var(--almost-white);
}

.plax.ccparallax-one h1 {
    font-size:2em;
    background: var(--red-rgba);
}

.plax.ccparallax-two {
    background-image: url("../images/image2.jpg");
}

.plax.ccparallax-two h1{
    background-color: var(--teal-rgba);
}
.plax.ccparallax-three {
    background-image: url("../images/image3.jpg");
}
    .plax.ccparallax-three h1 {
        background-color: var(--red-rgba);
    }

.plax.ccparallax-four {
    background-image: url("../images/image4.jpg");
}
.plax.ccparallax-four h1{
    background-color: var(--teal-rgba)!important;
}

.plax.ccparallax-five {
    background-image: url("../images/image5.jpg");
}

.plax.ccparallax-six {
    background-image: url("../images/image6.jpg");
}

.plax.ccparallax-seven {
    background-image: url("../images/image7.jpg");
}

.plax:last-child {
    margin-bottom: 0;
}

.plax.ccparallax {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    padding-top: 145px;
}

.plax.content {
    background: none repeat scroll 0 0 var(--almost-white);
    padding: 42px 0;
}

.plax.ccparallax h1 {
    font-weight: 700;
    font-size: 2em;
    font-family: "raleway",sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
}

.plax .headlines h2 {
    color: var(--black);
    font-family: "raleway",sans-serif;
    font-size: 1.8em;
    margin: 0;
    text-align: center;
}

.plax .headlines p {
    font-family: "raleway",sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: var(--black);
    text-align: center;
}

.plax .contentarea,
.plax .contentarea h2 {
    color: var(--black);
}



@media all and (max-width: 850px) {
    .crt-parallaxvideo {
        height: 230px;
        padding-bottom: 20px;
        padding-top: 120px;
    }

    .plax.ccparallax {
        padding-bottom: 10px;
        padding-top: 120px;
    }
}

/*PARALLAX ends here*/

/*LOGO & Search Bar starts here */
#home {
    background-color: var(--white) !important;
}

#topLogo {
    max-width:24em;
    /*width:35.125em;
    height:9.375em;*/
}

.search-bar {
    width: 0;
    overflow: hidden;
}

.triggershow .triggerhide {
    cursor: pointer;
}

.triggershow {
    display: block;
    visibility: visible;
}

.triggerhide {
    display: none;
    visibility: hidden;
}


/*LOGO & Search Bar ends here */

.box-white {
    border: 1px solid var(--almost-white);
    padding: 20px;
    padding-top: 30px;
    background: var(--white);
    margin-bottom: 10px;
}

@media all and (max-width: 850px) {
    .box-white {
        border: none;
        padding: 10px;
        padding-top: 20px;
        margin-left: 0.125em;
        margin-right: 0.125em;
    }
}

.fa.fa-pull-left {
    margin-right: .1em !important;
}

.fa.fa-home{
    position:absolute;
    color:var(--white);
    font-size:2em;
    top:140px;
    left:10%;
}

table {
    border-color: var(--white) !important;
    border: 0 !important;
    padding: 0px !important;
    margin: 0 !important;
    border-color: var(--white) !important;
}
tr {
    border-color: var(--white) !important;
    border: 0 !important;
    padding: 0px !important;
    margin: 0 !important;
    border-color: var(--white) !important;
}
td{
    border-color: var(--white) !important;
    border: 0 !important;
    padding: 0px !important;
    margin: 0 !important;
    border-color: White !important;
    background: var(--white) !important;
}
tbody {
    border-color: var(--white) !important;
    border: 0 !important;
    padding: 0px !important;
    margin: 0 !important;
    border-color: var(--white) !important;
}

/* Search 2 - expand input width */
#searchTD {
    overflow: hidden;
    width: 0;
    padding-top: 0px;
}

.searchbox {
    margin: 0px 0px 0.725rem 0;
    height: 43px !important;
}

.searchsubmit {
    margin-top: 8px;
    height: 43px;
    background-color: var(--red);
}

    .searchsubmit:hover {
        background-color: var(--dark-teal);
    }


a.fa {
    color: var(--light-gray);
    text-decoration: none;
}

.arrow .search {
    text-align: center;
    margin: 8% 0;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-10px);
    }
}

#filter {
    width: 220px; border-radius: 0.125rem;
    background-color: var(--white);
    padding-bottom:40px;
}

#filter .title {
    background-color: var(--red);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: var(--white);
    font-weight: bold;
    text-align: center;
}

hr {
    border-bottom: 1px solid var(--red) !important;
    margin: 0;
    margin-bottom: 5px;
}

#filter .subtitle {
    background-color: var(--white);
    font-size: 0.9em;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: var(--black);
    font-family: "raleway",sans-serif !important;
    /*text-transform: uppercase;*/
}

#filter input[type=checkbox], input[type=radio] {
    opacity: 0;
    position: absolute;
}

#filter input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
    background: var(--red);
}

    #filter input[type=checkbox] + label:before, input[type=radio] + label:before {
        display: inline-block;
        text-align: center;
        line-height: 1;
        border: 0.0625rem solid var(--red);
        width: 1rem;
        height: 1rem;
        margin-right: 0.5rem;
        font-size: 0.875rem;
        color: var(--white);
        background: var(--white);
    }

#filter input[type=checkbox] + label:before {
    content: "\2715";
    padding-right: 0px;
    border-radius: 0.125rem;
}




#articlelist{
    padding-top:15px;
    padding-bottom:20px;
}
#articlelist .smallimage {
    float:left;
    padding-top:5px;
    padding-right:15px;
}
#articlelist .smallimage img {
    width:120px
}

#articlelist .title{
    
}
#articlelist .title a{
    font-weight:600;
    font-size:1.2em;
    padding-top:10px;
    color:var(--dark-teal)
}

#articlelist .abstract{

}

#articlelist .readmore {
    color: var(--teal);
    font-size: 0.85em;
}

#articlelist .language{
    margin-top:-10px!important;
    font-style:italic;
    font-size:0.85em;
    color: var(--teal);
}

#articlelist img {
    border-radius: 0.5em;
    border: 3px solid var(--red);
    background: var(--black);
}

#articlebody img {
    border-radius: 0.5em;
    border: 3px solid var(--red);
    background: var(--black);
    margin-bottom:50px;
}

#articlebody .storyAbstract {
    width: 35%;
    float: right;
    display: block;
    font-size: 1.4em;
    line-height: 1.25;
    font-style: italic;
    color: var(--dark-teal);
    border-top: 2px solid var(--almost-white);
    border-bottom: 2px solid var(--almost-white);
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    /*quotes: "\201C""\201D""\2018""\2019";*/
}


#articlebody strong {
    padding-top:20px;
    color: var(--red-color);
    font-size:1em;
}

#articlebody img{
    text-align:center;
}

#subjects ul {
    
}

#subjects li {
    list-style: none;
    text-align: center;
    margin-right: 0px;
    margin-top:10px;
    margin-bottom:5px;
    width: 95%;
    background-color: var(--lightteal);
    border: 1px solid var(--teal);
    border-radius:0.4em;
}

 #subjects li a {
        text-decoration: none;
        color: var(--dark-teal);
        display: block;
    }

.subjects li a:hover {
    text-decoration: none;
    color: var(--black);
    background-color: var(--teal);
}




.DefaultCheckBoxList {
    background-color:none;

}
.DefaultCheckBoxList li {
    float: left;
    list-style-type: none;
}

@media screen and (max-width: 300px) {
    .DefaultCheckBoxList li {
        border-bottom:1px solid gray;
    }
}

.fancyDiv {
    padding-left: 0.935em;
    padding-right: 0.935em;
}

.date {
    float: right;
    background: var(--yellow-rgba);
    padding: 10px 10px 12px 10px;
    border-bottom: 0;
    display: block;
    text-align: center;
    width: 65px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.date .month {
background: var(--yellow);
    background: -moz-linear-gradient(top, rgba(249,198,103,1) 0%, rgba(247,150,33,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,198,103,1)), color-stop(100%,rgba(247,150,33,1)));
    background: -webkit-linear-gradient(top, rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
    background: -o-linear-gradient(top, rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
    background: -ms-linear-gradient(top, rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
    background: linear-gradient(to bottom, rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 );
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: var(--white);
    display: block;
    font-size: 11px;
    line-height: 1;
    padding: 4px 0 3px;
    text-transform: uppercase;
}

.date .day {
    background: var(--white);
    border: solid 1px #efefef;
    border-top: none;
    color: var(--dark-blue);
    display: block;
    min-height: 24px;
    line-height: 1.5;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.card:hover .date, .card:focus .date {
    background: var(--yellow-rgba);
}


#wrapper {
    border:2px solid var(--red-color);
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px;
}

#bottom, #push {
    height: 30px;
}



#footer {
    padding-top: 20px;
    background-color: var(--teal);
    min-height: 80px;
    color: var(--white);
}
#footer a{
    color: var(--white);
}

.readmore {
    display: block;
    padding-top: 10px;
    color: var(--light-gray);
}

.readmore:hover {
    color: var(--red) !important;
}



.fa:hover {
    color: var(--red);
}  

#bottomnav ul{
    display:block;
    list-style:none;
    color:var(--white);
}
#bottomnav .readmore {
    font-weight: bold!important;
}

#newsletter table, #newsletter tr, #newsletter td.formcell, #newsletter tbody, #newsletter tbody th, #newsletter table tbody td {
    border-color: none !important;
    background: none !important;
    border-color: var(--teal) !important;
    background: var(--teal) !important;
}
.newsletterSubmit {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: var(--dark-teal) !important;
    color: #fefefe;
}
    .newsletterSubmit:hover {
        background-color: var(--red) !important;
    }




