[class|=back] {
    background-color: #f5fbf6;
}
[class|=sub] {
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: .8vw;
}
[class|=flex] {
    display: flex;
}
[class|=rowflex] {
    display: flex;
    flex-direction: row;
}
[class|=colflex] {
    display: flex;
    flex-direction: column;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    src: local('PT Serif'), local('PTSerif-Regular'), url(http://fonts.gstatic.com/s/ptserif/v8/zjBCKJs0bE-LvM0teIV5VPesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v16/FwZY7-Qmy14u9lezJ-6H6Mw.ttf) format('truetype');
}
* {
    box-sizing: border-box;
    font-weight: 300;
}
body {
    color: #333;
    margin: 0;
    transition: background-color .5s;
    font-family: 'PT Serif', serif;
}
a {
    text-decoration: none;
}
h1 {
    font-family: 'PT Serif';
    font-size: 1.5em;
}
h2 {
    font-size:  1.2em;
}
.hamburger {
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    top: 5px;
    right: 15px;
    background-color: #ff4242;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    background-color: #fdfbf6;
    overflow-x: hidden;
    transition: 0.5s;
}
.sideNavHeader {
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
    background-color: #fdfbf6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sideNavHeader a {
    color: #000;
    font-weight: 700;
}
.sideNavHeader .closebtn {
    font-size: 30px;
    line-height: 0;
}
.sideNavMenus .accordion {
    margin: 15px;
}
.sideNavMenus ul {
    list-style: none;
    padding: 0;
}
.sideNavMenus ul li a {
    display: block;
    position: relative;
}
.sideNavMenus ul li a.menulink:before {
    content: "";
    height: 18px;
    width: 4px;
    left: 0;
    top: 12px;
    right: 0;
    position: absolute;
    background-color: #000303;
}
.sideNavMenus ul li.open:not(.twoCol) a.toggle:before {
    height: calc(100% - -55px);
}
.sideNavMenus ul li a.menulink {
    width: 100%;
    display: block;
    color: #000;
    font-weight: 24px;
    font-weight: 700;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: .15em;
    border-bottom: 1px solid #ebebeb;
    transition: background 0.3s ease;
}
.sideNavMenus ul li:last-child a.menulink {
    border-bottom: none;
}
.sideNavMenus ul li.open a.menulink {
    border-bottom: none;
}
.sideNavMenus ul li.open ul {
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
}
.sideNavMenus ul li a.menulink:hover {
    background: #E1F7FC;
}
.sideNavMenus ul li.open a.menulink:hover {
    background: none;
}
.sideNavMenus ul li a.menulink:hover .fa {
    color: #35c7ed;
}
.sideNavMenus ul li a.menulink .fa {
    color: #DBDBDB;
    float: right;
    margin-top: 3px;
    transition: 0.3s;
}
.emagazine {
    width:  100%;
}
.sideNavMenus ul li.open a .fa {
    transform: rotate(90deg);
}
.sideNavMenus ul li ul li {
    margin: 4px 0;
}
.sideNavMenus ul .inner {
    overflow: hidden;
    display: none;
}
.sideNavMenus ul .inner a {
    color: #000;
    font-size: 12.5px;
    padding-left: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.sideNavMenus ul .inner a:hover {
    color: #35c7ed;
}
.sideNavMenus .twoCol ul>li {
    width: 50%;
    float: left;
    border-left: 4px solid #000;
}
.bigLinks {
    margin: 15px 20px;
}
.bigLinks a {
    color: #35c7ed;
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0;
    display: block;
    text-transform: uppercase;
}
.bigLinks a:hover {
    color: #000;
}
.sideNavFooter {
    position: fixed;
    bottom: 0;
    width: 330px;
    background-color: #000;
}
.sideNavFooter .socialLinks {
    padding: 15px 20px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sideNavFooter .socialLinks a {
    color: #fff;
}
.sideNavFooter .socialLinks a:hover:nth-child(1) {
    color: #30498E;
}
.sideNavFooter .socialLinks a:hover:nth-child(2) {
    color: #1AB7EA;
}
.sideNavFooter .socialLinks a:hover:nth-child(3) {
    color: #AA4BDD;
}
.sideNavFooter .socialLinks a:hover:nth-child(4) {
    color: #EE1C1B;
}
.sideNavFooter .socialLinks a:hover:nth-child(5) {
    color: #E132A4;
}
#main {
    padding: 16px;
}
.flex-parent {
    width: 100%;
    justify-content: center;
    padding-top: 2em;
}
.colflex-container1 {
    justify-content: flex-end;
    padding-left: 12px;
    width: 40%}
.colflex-container3 {
    width: 60%}
.green {
    color:  lightgreen;
    font-size:  1.5vw;
}
.container3-heading {
    font-size: 1.7vw;
    text-shadow: #fff;
    text-shadow: 1px 1px #21461c;
}
.container3-intro {
    font-size: 1.3vw;
}
.message {
    text-align:  center;
    font-size:  150%;
    color:  blue;
}
.logo-wrapper {
    display: flex;
    justify-content: center;
    width: 37.5vw;
}
.flex-latest {
    width: 100%;
    height: 50%}
.story-list {
    width: 50%;
    margin-left: 5px;
    margin-right: -5px;
}
.boxcolumn {
    text-align: center;
    margin: 0 auto;
    width: 40%}
.rowflex-latestnews {
    padding-bottom: 10px;
}
.sub.latest {
    font-size: .8em;
}
.sub-latest1 {
    text-align: left;
}
.sub-quote {
    padding-bottom: .2vw;
}
.articlelinks {
    text-align: left;
    margin-left: 7px;
    font-size: 1.1vw;
}
.articlelinks-2 {
    text-align: left;
    font-size: 1.1em;
}
.latestnews-img {
    width: 12vw;
}
.back-bleed {
    padding-top: 6vw;
    margin-top: -6vw;
}
.quote {
    padding-bottom: 1vw;
    font-size: 1.6vw;
    width: 25%;
    margin: 0 auto
}
.container-intro {
    font-size: 1.2em;
}
.articlecontent .date {
    font-size: .9vw;
}
.articlelinks-1 {
    font-size:  1vw;
}
.second-container-wrapper {
    padding: 0px 16px 10px 16px;
}

.flex-second-container {
    text-align: center;
    margin: 0 auto;
    width: 70%}

.second-container-box-sq {
    text-align: left;
    width: 33.33%;
    padding: 3% 3% 10px 3%;
}
.sub-card {
    font-size: 2em;
    text-align: center;
}
.zoom {
    transition: transform .2s;
}
.zoom:hover {
    transform: scale(.9);
}
#logo {
    width: 20vw;
    padding-bottom: 20px;
}

strong {
    font-weight: 700;
}
.parhead {
    font-size: 6vw;
    color: #fff;
}
.parintro {
    font-size: 3vw;
    color: wheat;
}
.sponsor {
    background-color: #faf9ff;
}
.second-container .second-container-box {
    margin: 15px;
    width: 25%}
.logo {
    width: 100%}
#main {
    padding: 16px;
}
.back-parent-wrapper {
    max-width: 100%}
.colflex-children-1 {
    width: 60%;
    justify-content: flex-end;
    margin-bottom: 2em;
}
.children-2 {
    width: 100%}
.container3-elements {
    padding-left: 10px;
    background: rgba(0, 0, 0, .5);
    margin-top: -8.5vw;
    position: relative;
}
.sh {
    align-self: flex-start;
    padding-left: 15px;
}
.colflex-logo-wrapper {
    width: 50%;
    padding-bottom: 50px;
    text-align: center;
    margin: 0 auto;
}
.section-wrapper {
    font-size: 1.5vw;
    align-self: center;
    color: transparent;
    background: #666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0 3px 3px rgba(255, 255, 255, .5);
    height: 70%}
.hero {
    width: 100%}
.ad-logowrapper {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.sub-subhead {
    margin-bottom: 10px;
}
.heading {
    font-family: 'PT Serif', serif;
    font-size: 2.5vw;
    line-height: 1.1;
    margin-bottom: .6em;
    margin-top: .1em;
}
.second-container1 {
    text-align: center;
    margin: 0 auto;
    width: 98%;
    display: flex
}
.second-containerbox {
    text-align: center;
    margin: 0 auto;
    width: 98%;
    display: flex;
    justify-content:  center;
    padding-bottom: 10px
}
.second-container-box {
    padding: 0 2em 10px 2em;
    text-align: left;
    width: 25%;
}
.smallblock {
    text-align: center;
    width: 25%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.small-image-with-caption-block {
    width: 60% !important;
}

.smallblock .caption-body {
    text-align: center;
}
.smallblock .quote {
    width: 40%;
    margin: 0 auto;
    font-size: 1.2em;
}
.smallblock .by {
    font-size: .8em;
    text-align: right;
    margin-right: 62px;
}
.square-image-with-caption-block {
    margin-bottom: 10px;
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.partnership {
    text-align: center;
    font-style: italic;
    font-size: .8vw;
}
.date {
    text-align: left;
    font-size: 1vw;
    margin-bottom: 7px;
}
.author {
    float: left;
    margin-right: 20px;
}
.authorintro {
    font-weight: 700;
    font-size: 18px;
}
.authorimage {
    margin-top: 10px;
}
.caption {
    font-style: italic;
    font-size: .8vw;
    text-align: right;
    padding-right: 10px;
}

.caption-body1 {
    font-style: italic;
    font-size: 1vw;
    margin-top: -10px;
}

.stats {
    font-size: 1em;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
    color: cadetblue;
    text-transform: uppercase;
}
.block-blurb-top {
    text-align: left;
    font-size:  1.4em;
}
.blurbblock {
    display: flex;
    flex-direction: row;
    width: 50%;
    margin: 0 auto;
}
.block-blurb {
    width: 35%}
.block-blurb-two {
    width: 65%;
    padding-left: 10px;
    margin: 0 auto;
}
.blurb-intro {
    text-align: left;
    font-size: 1.4vw;
    line-height: 1.4;
}
.blurb-image {
    width: 55%}
.stats-intro {
    width: 35%;
    text-align: left;
    margin: 0 auto;
    font-size: 1.2em;
}
.lead {
    font-size: 1.2em;
    line-height: 1.65;
    width: 550px;
    margin: 0 auto
}
.dropcap {
    font-size: 5.5rem;
    float: left;
    line-height: 1.3;
    margin-right: .05em;
}
.flex-topblock {
    justify-content: center;
}
.blocks {
    width: 35%}
.sub-latest {
    font-size: 1vw;
    margin-bottom:  0px;
    padding:  3px;
}
.heading-with-text-block {
    justify-content: center;
}
.sidebar-wrapper {
    padding-left: 30px;
    width: 30%}
.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-top: 2em;
}
.left-blockwrapper {
    width: 35%}
.left-block {
    text-align: right;
    margin-right: 10px;
}
.lowback {
    background: #f5fbf6;
}
.flex-footer {
    margin: 0 auto;
    justify-content: center;
    width: 35%}
.footer-first {
    width: 45%}
.footer-list-top {
    list-style: none;
    font-family: 'PT Serif', serif;
}
.footer-second {
    width: 30%}
.footer-third {
    width: 25%}
.social {
    margin: 0 auto;
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 10px;
    padding-top: 25px;
}
.well {
    font-size: 1.6em;
    text-align: center;
    color: #630a0a;
}
.rights {
    margin: 0 auto;
    text-align: center;
}
.newsletter {
    padding: 25px 0;
    background: #295056;
    font-size: 1.2vw;
}
.newsletter .content {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.newsletter .content h2 {
    color: #b9f5a6;
    ;
    margin-bottom: 40px;
}
.newsletter .content .form-control {
    height: 35px;
    border: none;
    width: 15em;
}
.newsletter .content .btn {
    min-height: 25px;
    background-color: #9bff9f;
    border: none;
}
.content {
    z-index: -1;
}
.content ul {
    list-style-type: none;
    padding: 0;
}
.row {
    display: flex;
}
.column {
    padding: 1em;
}
.image-with-text-block {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.third-container-wrapper {
    padding-left: 16px;
    padding-right: 16px;
}
.third-container-wrapper .sub-card {
    margin-top: 0;
}
.centre .image-with-text-block {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 75%}
.video-with-text-block {
    text-align: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.video-with-text-block .caption-body {
    margin-top: 0;
}
.chart-block {
    width: 40%;
    margin: 0 auto;
}
.twitter-embed-block {
    width: 25%;
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
}
.youtube-embed-block {
    text-align: center;
    margin: 0 auto;
    width: 80%}
.sub-subheada {
    font-size:  1vw;
     color:  green;
}
.blockp {
    font-size: 1.4vw;
}
.rich-text-block {
    font-family: pt serif;
    width: 550px;
    margin: 0 auto;
    font-size: 1.2em;
    line-height:  1.65;
}
.caption-body {
    font-style: italic;
    font-size: 1vw;
    text-align: right;
    padding-right: 10px;
    margin-top: -10px;
}

.two-images-with-text-block .caption-body {
    margin-top: -30px;
}
.chart-block .caption-body {
    margin-top: 0;
}
.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: ''}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.second-container-wrapper1 {
    padding-top: 2vw;
    margin:  0 auto;
    width:  70%;
}
.second-container-2 {
    margin:  0 auto;
    text-align:  center;

.smallblock1 {
    width: auto
}
}
@media only screen and (max-width:1200px) {
    h1 {
    font-size:  1.2em;
}
.sub-subhead {
    font-size: calc(11px + .4vw);
}
.sub-subheada {
    font-size:  1.5vw;
}
.green {
    font-size:  1.9vw;
}
.sub-latest {
    font-size: calc(6px + 0.5vw);
    letter-spacing: 1px;
    font-weight: 500
}
.date {
    font-size: calc(11px + .3vw);
}
.flex-latest {
    height: 60%}
.caption-body {
    font-size: 1.3vw;
    padding-right: 10px
}
.second-container-box {
    padding-right: 0.5em;
    padding-left: 0.5em;
}
.left-blockwrapper {
    width: 25%}
.block-blurb-top {
    font-size:  1.5em;
}
.right-blockwrapper {
    width: 25%}
.articlelinks {
    font-size: calc(15px + .3vw);
}
.articlecontent .date {
    font-size: .9vw;
}
.container-intro {
    font-size: calc(11px + .3vw);
}
.quote {
    font-size: 2vw;
}
.sub-card {
    font-size: 1.2em;
}
.column {
    padding: .5em;
}
.author {
    width: 33%}
.authorintro {
    font-size: calc(13px + .4vw);
}
.blockp {
    font-size: 2.2vw;
}
.social {
    margin-top: 0;
}
.flex-footer {
    width: 80%}
.section-wrapper {
    height: 95%;
    font-size: 2vw;
}
.sh {
    width: 90%}
.lead {
    font-size: calc(15px + .4vw);
    line-height: 1.65;
    width: 100%;
    margin: 0, auto
}
.rich-text-block {
    font-size: calc(15px + .4vw);
    line-height: 1.65;
    width: 55%;
    padding-left: 0em;
}
.flex-topblock {
    flex-direction: column;
}
.left-blockwrapper {
    width: 1%}
.blocks {
    width: 55%;
    margin: 0 auto;
}
.author {
    width: 25%}
ul.slides {
    height: 500px;
}
.sidebar-wrapper {
    padding-left: 0;
    margin: 0 auto;
}
.heading {
    font-size: calc(25px + .3vw);
    line-height: 1.3;
}
.container3-elements {
    margin-top: -10vw;
}
.twitter-embed-block {
    width: 40%}
.two-images-with-text-block .caption-body {
    margin-top: -20px;
}

.blurbblock{
    width: 100%
}
.block-blurb {
    width: 35%}
.block-blurb-two {
    width: 60%}
.blurb-intro {
    font-size: calc(15px + .4vw);
    line-height: 1.3
}
.chart-block {
    width: 70%;
    margin: 0 auto;
}
.blurb-image {
    width: 70%}
#logo {
    width: 30vw;
}
.colflex-container1 {
    padding-left: 0;
    margin: unset;
    width: 100%}
.logo-wrapper {
    margin: 0 auto;
    height: 100%;
    width: 45.5vw;
}
.flex-second-container  {
    width:  85%;
}
.section-wrapper {
    height: 62%;
    font-size: 2.1vw;
}

.smallblock {
    width: 40%;
}

.small-image-with-caption-block {
    width: 80% !important;
}

.articlecontent .date {
    font-size: 1.1vw;
}
.container-intro {
    font-size: 1.4vw;
}

.second-container1 {
    width: 100%;
}

.second-container-wrapper{
    padding-left: 0px;
    padding-right: 0px;
}

.newsletter {
    font-size: 2vw
}

.caption-body1 {
    font-size: 1.4vw;
}

.smallblock1 {
    width: auto
}

}@media only screen and (max-width:600px) {
    h1 {
    font-size:  2em;
}
.chart-block {
    width: 90%;
    margin: 0 auto;
}
.second-container-wrapper1 {
    width: 100%;
}
.chart-block .caption-body {
    font-size: 2vw;
}
.flex-topblock .blocks {
    width: 90%}
.lead {
    font-weight:  300;
    font-size:  1.2rem;
    line-height:  1.9rem;
     width: 100%}
.smallblock {
    width:  55%;
}

.quote {
     width:  65%;
    font-size: 6vw;
    margin: 0 auto
}

.rich-text-block {
    width: 90%;
    padding-left: 0;
    font-weight:  300;
    font-size:  1.2rem;
    line-height:  1.9rem;
}
.youtube-embed-block {
    width: 95%}
.row {
    flex-direction: column;
}
.two-images-with-text-block .caption-body {
    margin-top: -13px;
    font-size: calc(13px + 0.3vw);
}
.video-with-text-block {
    width: 95%}
.twitter-embed-block {
    width: 95%}
.blurbblock {
    width: 100%}
.block-blurb {
    width: 30%}
.blurb-image {
    width:  90%;
    padding-left:  10px;
    padding-top:  20px;
}
.block-blurb-two {
    width: 85%}
.centre .image-with-text-block {
    width: 95%}
.caption-body {
    font-size: calc(13px + 0.3vw);
    margin-top: -3px;
    width:  98%;
}
.blurb-intro {
    font-size: 5vw;
    line-height: 1.3;
}
.blurb-heading {
    font-size: 5vw;
}
.heading-with-text-block {
    margin: 0;
}
.author {
    width: 30%}
.authorintro {
    font-size: 4.5vw;
}
.flex-top {
    flex-direction: column;
}
.zoom {
    text-align:  center;
}
.colflex-children-1 {
    width: 100%;
    margin-bottom: 0;
}
.section-wrapper {
    font-size: 5vw;
}
.colflex-logo-wrapper {
    padding-bottom: 0;
     padding-top:  2em;
}
.sh {
    width: 95%}
.sub-subhead {
    font-size: 2.5vw;
}
.date {
    font-size: 3.8vw;
}
.green {
    font-size:  5vw;
}
.heading {
    font-size: 8vw;
}
.sidebar {
    margin-top: 0;
}
.sidebar-wrapper {
    width: 100%;
    text-align: center;
}
.blockp {
    font-size: 5.2vw;
}
ul.slides {
    height: 315px;
}
.newsletter {
    font-size: 2.8vw;
}
.newsletter .input-group {
    margin-top: 10px;
}
.newsletter .content h2 {
    margin-bottom: 0;
    font-size:  4vw;
}

.flex-footer {
    width: 98%;
    flex-direction: column;
}
.flex-footer .sub-subhead {
    font-size: 3vw;
}
.footer-first {
    width: 98%}
.footer-second {
    width: 98%}
.footer-third {
    width: 98%}
.social {
    padding-top: 20px;
}
.block-blurb-top {
    font-size:  1em;
}
.smallblock {
    width: 100%}
.second-container1 {
    width: 100%;
    display: block;
}
.second-containerbox {
    display:  block;
}
.second-container-box {
    width: 100%;
    padding-right: 0em;
    padding-left:  0em;
}
.second-container-box-sq  {
    text-align:  center;
    width:  90%;
    margin:  0 auto;
}
.sub-latest {
    font-size: calc(12px + 1.5vw);
}
.sub-latest1 {
    font-size: 3.2vw;
}
.articlecontent {
    margin-bottom: 3em
}
.articlecontent .date {
    font-size: 4vw;
}
.container-intro {
    font-size: 5vw;
}
.flex-parent {
    display: block;
    padding-top: 0em;
}
.colflex-container1 {
    margin-bottom: -40px;
    padding-left: 13px;
}
#logo {
    width: 83%;
    margin-top: 20px;
    margin-left: 5px;
}
.flex-parent {
    display: block;
}
.logo-wrapper {
    display: block;
    text-align: center;
    width: 100%}
.caption-body {
    padding-right:  10px;
}
.flex-second-container {
    display: block;
    width: 100%}
.sub-subheada {
    font-size:  3vw;
}
.small-image-with-caption-block {
    width: 100% !important;
}

.sub-card{
    font-size: 2em
    }

.caption-body1{
    font-size: 4vw;
    margin-top: -20px
}

.second-container-wrapper {
    padding-right: 16px;
    padding-left: 16px;
}

.hamburger{
    top: 40px
}

.smallblock1{
    width: 100%
}

}
