body {
    font-family: 'Bitter', serif;
    font-size: 15px;
    color: #323133;
    background-image: url('/wp-content/themes/website/img/top-fade.png');
    background-repeat: no-repeat;
    background-position: center -4px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

a, a:visited {
    color: #234292;
}

a:hover {
    text-decoration: none;
}

h3 {
    font-size: 15px;
}

li {
    line-height: 1.4em;
    margin-bottom: 1em;
}

.clelink {
    margin-top: 1em;
}

.cle-left h3, .cle-right h3, .cle-left h2, .cle-right h2, .sp-right h2, .sp-right h3 {
    color: white;
    margin-top: 0;
    font-weight: normal;
}

.linkonly h2 {
    font-size: 20px;
    margin-top: 2em;
}

.linkonly {
    text-align: center;
}

.cle-left a, .cle-right a, .sp-right a {
    color: white;
}

.cle-left, .cle-right, .sp-right {
    color: white;
    width: 35%;
    min-height: 115px;
    padding: 30px;
    background-color: #ab0f5b;
}

.cle-left {
    float: left;
}

.cle-right, .sp-right {
    float: right;
    line-height: 2em;
}

.sp-right {
    float: right;
}

.cle-right {
    float: right;
}

.upload-thumb {
    width: 200px;
    height: 200px;
    float: left;
    margin: 20px;
}

.upload-thumb img {
    max-width: 100%;
    height: auto;
}

#header-signupx p {
    color: #666;
    margin: 0 0 5px 0; 
    padding: 0;
}

#header-signupx {
    background-color: transparent;
    padding: 8px 10px;
    font-size: 14px;
    line-height: normal;
    color: #fff;
    float: right;
    font-style: italic;
    margin-top: 0px;
}

#header-signupx .gform_wrapper{margin: 0 auto;}

/**
 * Ali's tweaks
 */
.home .breadcrumbs {
    display: none;
}
.bread-wrapper {
	background-color: #ab0f5b;
    width: 100%;
	padding: 15px 0;
}
.breadcrumbs {
    font-size: 12px;
    color: #fff;
    width: 100%;
    max-width: 1010px;
    margin: auto;
}
.breadcrumbs a {
	color: #ffc343 !important;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #fff !important;
}
.breadcrumbs a::after {
  content: " > ";
  color: #fff;
}
.taxonomy.category {
    display: none;
}
.featured-img {
    width: 100%;
    background-size: cover;
    background-position: center center;
    height: 400px;
    border-top: 5px solid #ab0f5b;
}
.sca-logo {
    width: 188px;
    height: auto;
}
.logo-swiper {
    padding: 80px 0;
}
.swiper-wrapper {
    transition-timing-function: linear;
}
.logo-swiper .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: auto;
}
.logo-swiper .swiper-slide img {
	width: 120px;
}
.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(183, 34, 106, 0.8);
	z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
	top: 0;
	left: 0;
}
.mask h1 {
	color: #fff;
	font-size: 52px;
}
.mask h2 {
	font-style: italic;
	color: #fff;
	text-align: center;
	font-size: 25px;
	margin: 10px 0;
	text-transform: lowercase;
	font-weight: normal;
}
.gform_button {
	padding: 8px 15px 8px !important;
}
.gform_button:hover {
	background-color: #b7226a;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    width: 226px !important;
}
.flex-blocks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 1030px;
	margin: auto;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.flex-blocks .block {
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	margin: 0 10px 10px;
	background-color: #b7226a;
	color: #fff;
	padding: 20px;
	position: relative;
    min-width: 270px;
}
.flex-blocks .block h5 {
    position: absolute;
    top: 0;
    right: 0;
    background: #ffc343;
    color: #333;
    padding: 10px 0;
    font-size: 11px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.03em;
}
.archive .feat-org {
	padding-top: 50px !important; 
}
.block h2 {
	color: #fff;
	margin: 0 0 15px 0;
}
img.alignleft {
	float: left;
	margin-right: 15px;
}
img.alignright {
	float: right;
	margin-left: 15px;
}
img.aligncenter {
	margin: 10px auto;
	display: block;
}
.feat-org {
    background-color: #333 !important;
    -webkit-flex-basis: 100% !important;
    -ms-flex-basis: 100% !important;
    flex-basis: 100% !important;
    margin-top: 10px !important;
}
.bg-shape {
    background-image: url('/wp-content/themes/website/images/curved-shape.svg');
    background-position: center -100px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.gs_tweet {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    max-width: 1340px;
    margin: auto;
}
.gstf_theme2 .single-tweet {
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
    margin: 20px;
	min-width: 220px;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.gs-tweet-at {
	display: none;
}
.gstw-name-at, .gs-tw-logo {
	display: none !important;
}
.gstf_theme2 {
    background: transparent;
    border-radius: 0;
    padding: 0 20px 0 0;
    color:#000;
}
.gstf_theme2 a {
	color: #b7226a !important;
}
.gstf_theme2 .gs-tweet-text {
    background-color: #f2f1f1;
    color:#000;
    line-height: 27px;
    padding: 10px;
    border-bottom: 1px solid #b7226a;
    margin-bottom: 20px;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}
.tw-on {
	font-size: 12px;
}
.tw-on, .col-md-6 {
    width: auto;
}
.gstw-name-at {
	color: #fff;
}
.followus {
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    font-size: 18px;
    color: #fff !important;
    background: #b7226a;
    max-width: 380px;
    margin: 45px auto 25px;
    border-radius: 10px;
    text-decoration: none;
}
.followus:hover {
	background-color: #333;
}
.full-width {
	width: 100%;
	padding: 50px 0 30px 0;
}
.flex-twit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.tweet-bird {
	height: 50px;
}
.sca-follow-logo {
    width: 50px;
    border-radius: 100%;
    height: 50px;
    margin-right: 20px;
    background-color: #fff;
}
.hp-briefing {
	color: #fff;
	padding: 30px 10px !important;
}
.hp-briefing h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 30px;
	margin-top: 0;
}
.colone.briefingcolumn {
    background-color: #eceaea;
    background-image: linear-gradient( to right,  #f2f1f1, #eceaea );
    background: #eceaea;
    background: linear-gradient(to right, #f2f1f1, #eceaea);
}
a {
    transition: 0.35s all ease;
}
a.read-more-new, a.read-more-new:visited {
    background-color: #b7226a;
    color: #fff;
    padding: 10px 10px 10px 50px;
    text-decoration: none;
    background-image: url('/wp-content/themes/website/images/doc-icon.svg');
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: 10px center;
}
a.read-more-new:hover {
    background-color: #0063b1;
}
.hp-header {
	text-align: center;
	padding-bottom: 0 !important;
}
.hp-header h1 {
	font-size: 50px;
	margin-bottom: 10px !important;
}
.hp-header h2 {
	margin-top: 0;
	font-size: 30px;
}

/* Ali's Responsive styles */

@media (max-width: 1185px) {

    .gstf_theme2 .single-tweet {
        flex: 1 40%;
        -webkit-flex: 1 40%;
        -ms-flex: 1 40%;
    }

}

@media (max-width: 1024px) {

    body {
        background-size: contain;
    }
    .sca-logo {
        width: 140px;
    }
    #site-logo {
        max-width: 200px;
    }
    .twiter-icon {
        display: none;
    }
    #menu ul li a, #menu ul li a:hover {
        background-color: transparent !important;
    }
    #menu ul li a:hover {
        color: #ffc343 !important;
    }
    #menu ul li {
        margin: 0 !important;
    }
    #menu ul li:first-of-type a, #menu ul li:last-of-type a {
        border-radius: 0 !important;
    }
    .mask h1 {
        text-align: center;
        padding: 0 20px;
    }
    .bread-wrapper {
        padding: 10px 5%;
    }

}

@media (max-width: 855px) {
    #briefing {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 668px) {

    .flex-blocks .block {
        min-width: auto;
        flex: auto;
        -webkit-flex: auto;
        -ms-flex:auto;
    }
    .sca-logo {
        width: 128px;
    }
    #header {
        height: 50px !important;
    }
    .hp-header h1 {
        font-size: 40px;
    }
    .hp-header h2, .hp-briefing h2 {
        font-size: 20px;
    }
    .featured-img {
        height: 300px;
    }
    
}

@media (max-width: 485px) {

    .gstf_theme2 .single-tweet {
        flex: 1 100%;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
    }
    .hp-header h1 {
        font-size: 26px;
    }
    .featured-img {
        height: 180px;
    }
}



#hellox {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #333;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 1000;
}

#wrapper, .inner-wrapper {
    width: 1010px;
    margin: auto;
    padding: 0 10px;
}

.wide-inner-wrapper {
    width: 1030px;
    margin: auto;
    padding: 0;
}

.single-page {
    color: #333;
    padding: 30px 0 10px;
    margin-bottom: 10px;
}

.single-page h1 {
    color: #ab0f5b;
    font-size: 2em;
}

#header-links {
    float: right;
}

#header-signup {
    background-color: #008bd0;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    float: right;
    font-style: italic;
    margin-top: 53px;
}

#header-social {
    float: right;
    margin-left: 20px;
    clear: both;
    margin-top: 20px;
}

.twiter-icon {
    float: right;
    margin: 2px 11px 0 10px;
}
#social-twitter {
    background-image: url('/wp-content/themes/website/images/twitter-bird.svg');
    background-color: 
    skyblue;
    height: 37px;
    width: 52px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    border-radius: 8px 8px 0px 0px;
    transition: all 0.35s ease;
}
#social-twitter:hover {
    background-color: #ab0f5b;
}

#search {
    float: right;
}

#header {
    width: 100%;
    position: relative;
    margin-bottom: 26px;
    margin-top: 25px;
}

#site-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

#full-width-footer {
    background-color: #ab0f5b;
    text-align: center;
    color: white;
    padding-top: 20px;
    font-size: 14px;
    padding-bottom: 40px;
}

.full-width-briefing {
    background-color: #b7226a;
}

.full-width-single {
    background-color: #ab0f5b;
    text-align: center;
    min-height: 66px;
    color: white;
    font-size: 15px;
}

.full-width-inner {
    background-color: #ab0f5b;
    color: white;
    font-size: 15px;
    padding: 20px;
}

.full-width-inner-grey {
    background-color: #f2f1f1;
    color: white;
    font-size: 15px;
    padding: 0px 20px 0;
}

.full-width-inner-search {
    background-color: #f2f1f1;
    color: #333;
    font-size: 15px;
    padding: 20px 20px 20px;
}

.full-width-inner-grey-home {
    background-color: #f2f1f1;
    color: white;
    font-size: 15px;
    margin-bottom: 0;
}


.full-width-inner h1 {
    margin: 20px 0;
    padding: 0;
}


.full-width-single p {
    padding-top: 10px;
    margin: 0 0 0.5em 0;
}

.full-width-single-top {
    background-color: #f2f1f1;
    padding: 20px 0;
    margin-bottom: 20px;
}

.full-width-about {
    background-image: url('/wp-content/themes/website/img/about-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #0063b1;
    text-align: center;
    color: white;
    padding-top: 20px;
    font-size: 14px;
    padding-bottom: 14px;
}

#other-articles-header {
    position: relative;
    overflow: auto;
}

#other-articles-dropdown {
    background-color: #ab0f5b;
    z-index: 100;
    min-height: 200px;
    position: absolute;
    width: 100%;
    margin-top: 10px;
}

#signup-dropdown {
    display: none;
    z-index: 1000;
    background-color: #0063b1;
    height: auto;
    position: absolute;
    width: 100%;
}

#navbar {
    width: 100%;
    margin: auto;
    line-height: 0;
}

#smartphone-menu-button {
    background-image: url('/wp-content/themes/website/images/menu-icon.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 41px;
    right: 0;
    width: 37px;
    height: 50px;
    display: none;
}
#smartphone-menu-button:hover {
    opacity: 0.7;
}
#menu {
    margin: auto;
    float: right;
    background-size: 100%;
    width: 540px;
    height: auto;
    text-align: center;
    padding-left: 20px;
}

#menuLeft, #menuRight {
    width: 7px;
    height: 20px;
    float: left;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul li {
    float: left;
    margin: 10px 0 7px 0;
}

#menu ul li a {
    font-size: 15px;
    text-decoration: none;
	background-color: #ab0f5b;
    color: #fff;
    padding: 9px 14px;
}
#menu ul li:first-of-type a {
	border-radius: 8px 0 0;
}
#menu ul li:last-of-type a {
	border-radius: 0 8px 0 0;
}

li.current-menu-item a,
li.current-page-ancestor a,
#menu ul li.selected a,
#menu ul li a:hover {
	background-color: #ffc343 !important;
    color: #000 !important;
}


#secondarymenu {
    width: 199px;
    line-height: 20px;
    background-color: #45A12A;
    margin-top: 5px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

#secondarymenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 10px 0;
}

#secondarymenu ul li {
    margin: 0;
    padding: 0;
}

#secondarymenu ul li a, #secondarymenu ul li a:visited {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 5px 0 5px 14px;

}

#secondarymenu ul li.selected a, #secondarymenu ul li a:hover {
    color: white;
    background-color: #e2001a;
}

#show_your_support {
    width: 189px;
    line-height: 20px;
    background-color: #DDE6F4;
    margin-top: 5px;
    padding: 5px;
}

#show_your_support p {
    margin-bottom: 0;
}

.nb span {
    margin: 0;
    display: inline;
    font-size: 21px;
}

.nb p {
    margin: 0;
}

.nb h1 {
    font-size: 2em;
    margin: 20px 0 5px;
}

.nb h2 {
    font-size: 24px;
    margin-top: 16px;
    padding: 20px 0;
}

.nb-post-nav {
    margin: auto;
    width: 100%;
    text-align: center;
}

.nb-post-nav #arrow-left {
    width: 0;
    height: 0;
    margin: 0 auto;
    margin-right: 10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #0069be;
    display: inline-block;
}

.nb-post-nav #arrow-right {
    width: 0;
    height: 0;
    margin: 0 auto;
    margin-right: 10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #0069be;
    display: inline-block;
}

.nb-category h2 {
    font-weight: normal;
    font-size: 30px;
    color: #c52268;
    margin-top: 0;
}

.nb-post-listing h3 {
    font-weight: bold;
    font-size: 22px;
    color: #c52265;
    margin-top: 0;
}

.nb-category .right-link {
    text-align: right;
}

.full-width-inner a, .full-width-inner a:visited {
    color: #ffc343;
    text-decoration: none;
}

.notabutton {
    background-color: transparent;
    border: none;
    color: #0069be;
    cursor: pointer;
}

.nb-post-nav input {
    font-size: 18px;
    font-weight: bold;
}

.notabutton:disabled {
    text-decoration: none;
    cursor: auto;
    color: grey;
}

.thispageactive:disabled {
    color: white;
}

.thispageactive {
    background-color: #0069be;
    color: #fff;
}

.notabutton:focus {
    outline: none;
}

.notabutton:enabled:hover {
    color: #ab0f5b;
    text-decoration: underline;
}


.nb a, .nb a:visited {
    color: #fff;
    text-decoration: none;
}

.nb a:hover, .full-width-inner a:hover {
    text-decoration: underline;
}

.catlink {
    color: #c52268 !important;
}

.nb #arrow-left {
    border-right: 10px solid #ffc343;
}

.nb-category a,
.nb-category a:visited,
.nb-post-listing a,
.nb-post-listing a:visited,
.case-study a.back,
.case-study a.back:visited,
.case-study .back {
    color: #c52268;
}

.case-study .text-block {
    margin-top: 20px;
}

.nb-category a:hover, .nb-post-listing a:hover {
    color: #0069be;
}

.nb-category p.postcount {
    font-weight: bold;
    margin-bottom: 0;
}

.nb-category p.recent {
    font-style: italic;
    margin-bottom: 0;
    margin-top: 2em;
}

.nb-category h3 {
    font-size: 20px;
    font-weight: bold;
    color: #c52268;
    margin-top: 0;
    margin-bottom: 0.2em;
}

.nb-post-listing p.postdate {
    margin: 40px 0 0 0;
}

.nb-category {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
}

.nb-category:nth-of-type(odd) {
    background-color: #eceaea;
    margin-right: 20px;
}

.nb-category:nth-of-type(even) {
    background-color: #f2f1f1;
}


#column1 {
    width: 48%;
    float: left;
}


#signup label {
    margin-top: 10px;
    color: #fff;
}

#signup-dropdown, #signup-dropdown h2 {
    color: white;
}

#signup-dropdown h2, #signup-dropdown p {
    text-align: center;
}

#signup-dropdown {
    padding-bottom: 20px;
}


#signup_body {
    padding-top: 3px;
    behavior: url(/wp-content/themes/website/css/PIE.htc);
}

#signup p {

    color: #fff;
    font-weight: bold;
    line-height: 1.3em;
    padding: 3px;
    margin: 0;
}

.required {
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 9px;
    float: left;
    width: 50px;
    margin-top: 7px;
}

#signup_body input {
    padding: 2px;

    color: #53719b;
    font-size: 15px;
    font-family: 'Bitter', serif;
    width: 326px;
    height: 48px;
}

#signup_body select {
    border: 0;

    color: #53719b;
    font-size: 15px;
    font-family: 'Bitter', serif;
    width: 324px;
    height: 48px;
}

#signup .checkboxinput {
    width: 15px;
    height: 20px;
    vertical-align: bottom;
    position: relative;
    top: 2px;
    padding: 0;
    margin: 0 0 0 5px;
}

#checkbox-box {
    margin-top: 10px;
    text-align: center;
}

#close-button {
    width: 26px;
    height: 25px;
    background-image: url('/wp-content/themes/website/img/close-button.png');

    margin: 5px auto;
}

.narrow {
    text-align: center;
    margin: 20px 90px;
}
.foot-narrow {
    text-align: center;
    margin: 40px 20px 50px;
}

#signupspacer {
    height: 0px;
}

.rightm {
    margin-right: 8px;
}

input#submit {
    border: 0;
    width: 334px;
    height: 48px;
    text-align: center;
    background-color: #ffc343;
    color: #000;
}

input {
    font-size: 15px;
    font-family: 'Bitter', serif;
}


#emailConfirm {
    display: none;
}

#signup h1 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #008bd0;
    line-height: 35px;
    margin-bottom: 2px;
    padding-left: 15px;
}

#whatson {
    line-height: 35px;
    width: 199px;
    background-color: #E2001A;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;

    margin-top: 20px;
}

#whatson h1 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-left: 15px;
}

#whatson h1 a, #whatson h1 a:visited {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-left: 15px;
    padding-top: 18px;
    text-decoration: none;
}

#whatson h1 a:hover {
    text-decoration: underline;
}

#usefulsites {
    width: 199px;
    margin-top: 24px;
}

#bluetop {
    color: #fff;
    background-color: #008bd0;
    font-size: 12px;
    padding-left: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#banners {
    width: 199px;
    padding-top: 2px;
    text-align: center;
}

#banners .banner {
    margin-bottom: 5px;
}

#column2 {
    width: 440px;
    float: left;
    margin-top: 23px;
}

#column2inner {
    float: right;
    width: 48%;

}

#content {
    font-size: 15px;
    position: relative;
}

#content h1 {
    font-size: 45px;
    color: #c22269;
}

#content h1:after {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 2px;
}

p {
    margin: 0 0 1em 0;
    padding: 0;
    line-height: 1.75em;
}

p.smaller {
    font-size: 12px;
}

.author {
    color: #006ec3;
}

.author-link {
    color: #0065b7;
    text-decoration: none;
}

.shareit {
    font-size: 13px;
    margin-left: 2px;
    color: #908e8e;
    margin-top: 50px;
}

#article-summary {
    margin-bottom: 12px;
    text-align: left;
}

#briefings {
    padding-top: 20px;
}

#briefings h3, #briefings a {
    color: #c52268;
}

#briefings h3 {
    margin: 0;
    line-height: 1.75em;
}

.briefing-month {
    padding-top: 5px;
    padding-left: 80px;
    padding-bottom: 20px;
    background-image: url('/wp-content/themes/website/img/month-marker.png');
    background-repeat: no-repeat;
    background-position: top left;
    border-left: 1px solid transparent;
}

#briefings h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333333;
    font-size: 22px;
}

#briefings h2 a {
    color: #333333;
    text-decoration: none;
}

#briefing {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#mostrecent {
    text-align: center;
    color: white;
    font-size: 20px;
    background-color: #ab0f5b;
    padding: 30px 10px;
}
#mostrecent p {
	margin: 10px 0 0 0;
	font-size: 15px;
}
#featured-org {
    text-align: center;
    margin: 0 90px 40px;

}

#featured-org a {
    color: #c52268;
    text-decoration: none;
}

#featured-org a:hover {
    color: #0069be;
    text-decoration: underline;
}

#featured-org h2 {
    color: black;
    font-size: 26px;
    margin-bottom: 20px;
}

.full-width-about h2 {
    color: white;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.full-width-about p {
    margin: 0 90px 20px;
}

#article-summary a, .full-width-about a, #full-width-footer a, .full-width-briefing a {
    color: #ffc343;
}

#view-previous {
    background-color: #ab0f5b;
    text-align: center;
    color: white;
    font-size: 19px;
    padding: 12px 0;
}

#view-previous a {
    color: white;
    text-decoration: none;
}

#view-back-to-index {
    background-color: #066bbb;
    text-align: center;
    color: white;
    font-size: 19px;
    padding: 12px 0;
    margin: 30px 0;
}

#view-back-to-index a {
    color: white;
    text-decoration: none;
}

#arrow-left {
    width: 0;
    height: 0;
    margin: 0 auto;
    margin-right: 10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #fff;
    display: inline-block;
}

#arrow-down-grey {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #f2f1f1;
    position: absolute;
    left: 0;
    right: 0;
}

#arrow-down {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ab0f5b;
    position: absolute;
    left: 0;
    right: 0;
}

#signup-arrow {
    display: none;
    position: relative;
    right: 58px;
    top: 116px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #008bd0;
}

#arrow-down-white {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    border-bottom: 0 solid #fff;
}

#arrow-up-white {
    display: none;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 0 solid #fff;
    border-bottom: 12px solid #fff;
}


.briefingheader {
    color: white;
    font-size: 50px;
    float: left;
    text-align: right;
    margin-right: 28px;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
}

.briefingdate {
    color: white;
    margin-left: 8px;
    float: right;
    font-size: 14px;
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: right;
}

.briefingHeaderBoxOuter {
    float: left;
}

.briefingHeaderBox {
    background-color: #ab0f5b;
    width: 370px;
    margin-left: -10px;
    float: left;
    padding-right: 20px;
    margin-top: 30px;
}

#briefing-topright {
    float: right;
    width: 0;
    height: 0;
    border-top: 44px solid #ab0f5b;
    border-left: 44px solid transparent;

}

#briefingcontent {
    margin-top: 24px;
    margin-bottom: 24px;
    width: 600px;
    color: white;
    float: right;
    font-size: 15px;
    padding-top: 30px;
}

#briefings h2 {
    font-weight: bold;
    font-size: 24px;

}

#briefings h3 a, #briefings h3 a:visited {
    text-decoration: none;
}

#briefings h3 a:hover {
    text-decoration: underline;
}

.blurred {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: transparent;
}

#overlay {
    background: #ddd;
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
}

h2 {
    color: #ab0f5b;
    font-size: 18px;
    font-weight: bold;
    margin-top: 2em;
}

h3 {
    color: #234292;
    font-size: 15px;
    font-weight: bold;
    margin-top: 2em;
}

h4 {
    margin-top: 2em;
}

.briefingcolumn {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 0 10px;
    color: #333;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.briefingcolumnheader {
    margin-top: 1.5em;

}

.read-more {
    background-image: url('/wp-content/themes/website/img/read-more.png');
    background-position: top left;
    background-repeat: no-repeat;
    height: 39px;
    width: 100%;
    bottom: 0;
}

.read-more:hover {
    background-position: bottom left;
}


.briefingcolumn h3 {
    background-color: #0063b1;
    font-size: 15px;
    font-weight: normal;
    color: white;
    margin-top: 0px;
    padding: 5px 13px 7px;
    display: inline-block;
}

.briefingcolumn ul {
    margin-top: 1em;
    padding: 0;
    list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
}

.briefingcolumn li {
    margin-top: 0;
    padding: 20px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.briefingcolumn li p {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.briefingcolumn h2 {
    margin-bottom: 20px;
    margin-top: 25px;
}

.briefingcolumn ul li h2 a, .briefingcolumn ul li h2 a:visited {
    color: #c52268;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

.briefingcolumn ul li h2 a:hover {
    text-decoration: underline;
    color: #0069be;
}

#briefingbottom {
    width: 439px;
    height: 8px;
    line-height: 0;
}

#column3 {
    width: 199px;
    float: right;
    margin-top: 53px;
}

#column3left {
    width: 199px;
    margin-top: 20px;
}

#col3heading {
    color: white;
    font-size: 14px;
    background-color: #008bd0;
    padding: 10px 12px;
}

p#member-description {
    margin-bottom: 0;
}

#members {
    background-color: #fff;
    margin-top: 2px;
    text-align: center;
    border: 1px solid #008bd0;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;

}

#membersbottom {
    line-height: 0;
    width: 199px;
    height: 11px;
}


#footer {
    clear: both;
    color: #008bd0;
    font-size: 11px;
    padding-bottom: 10px;
    padding-top: 5px;
    margin: auto;
    padding-top: 20px;
    text-align: center;
}

.footer-logos {
    padding: 50px 50px 0 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.a-logo {
	width: 120px;
	margin: 20px;
}
.a-logo-link {
    opacity: 0.7;
    transition: all 0.35s ease;
}
.a-logo-link:hover {
    opacity: 1;
}


.logo-wrapper {
    width: calc(100% / 7);
    height: 75px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}

.logo-wrapper a div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0);
}

.logo-wrapper a:hover div {
    background-color: rgba(0, 0, 0, 0.1);
}

#footer p {
    border-top: 1px solid #234292;
    margin-top: 10px;
    padding-top: 10px;
}


#searchinput {
    background-color: transparent;
    background-image: url(/wp-content/themes/website/img/search-icon.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 21px 20px;
    border: none;
    cursor: pointer;
    height: 26px;
    margin: 3px 0;
    padding: 0 0 0 26px;
    position: relative;
    -webkit-transition: width 400ms ease;
    transition: width 400ms ease;
    width: 0;
}

#searchinput:focus {
    background-image: url(/wp-content/themes/website/img/search-icon.png);
    background-color: #efefef;
    background-size: 21px 20px;
    background-position: right center;
    padding: 0 32px 0 5px;
    cursor: text;
    outline: 0;
    width: 250px;
    z-index: 1001;
    border: 4px solid white;
}

#searchinput-inner {
    background-image: url(/wp-content/themes/website/img/search-icon.png);
    border: none;
    cursor: pointer;
    height: 26px;
    background-size: 21px 20px;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 32px 0 5px;
    cursor: text;
    outline: 0;
    width: 227px;
}

#results_report, #results {
    line-height: 1.75em;
}

#signup_body input.invalid {
    background-color: #FFE6E6;
    border: 1px solid #FF0000;
    margin-top: 15px;
    color: #53719b;
    font-size: 12px;
    width: 168px;
}

#signup_body select.invalid {
    background-color: #FFE6E6;
    border: 1px solid #FF0000;
    margin-top: 15px;
    color: #53719b;
    font-size: 12px;
    width: 168px;
}

#contactform {
    margin-top: 1em;
}

#contactform input, #contactform textarea {
    border: 1px solid black;
    font-size: 12px;
    width: 168px;
}

#contactform input.invalid, #contactform textarea.invalid {
    background-color: #FFE6E6;
    border: 1px solid #FF0000;
    font-size: 12px;
    width: 168px;
}

#orgs, #individuals {
    width: 100%;
}

#orgs {
    float: left;
    margin-right: 30px;
    height: 550px;
    overflow: auto;
    border: 1px solid #cecece;
    padding: 10px;
}

#orgs h2,
#individuals h2 {
    margin-top: 0;
}

#orgs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
}

#individuals {
    float: left;
    height: 550px;
    overflow: auto;
    border: 1px solid #cecece;
    padding: 10px;
}

#individuals ul {
    float: left;
    width: 165px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#individuals ul.with-margin {
    margin-right: 30px;
}

#orgs ul li, #individuals ul li {
    margin-bottom: .5em;
}


#newsticker {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#newsticker li {
    line-height: 1.43em;
}

#inner-search {
    width: 270px;
    background-color: white;
    float: right;
    margin-bottom: 30px;
    color: #333;
    padding: 10px;
    margin-top: 20px;
}

#years, #types {
    width: 270px;
    background-color: white;
    float: right;
    font-size: 15px;
    padding: 10px;
}

#years p {
    color: #333;
}

#types {
    margin-top: 30px;
}

#years a, #years a:visited {
    text-decoration: none;
    width: 40px;
    height: 20px;
    display: inline-block;
    padding: 5px;
    margin: 0;
    color: #333;
}

#years a:hover, #years a.selected {
    text-decoration: none;
    color: white;
    background: #ab0f5b;
}

#types a, #types a:visited {
    padding: 5px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
}

#types a:hover, #types a.selected {
    text-decoration: none;
    color: white;
    background: #ab0f5b;
}


a.no-underline {
    text-decoration: none;
}

a.no-underline:hover {
    text-decoration: underline;
}

.eventdate {
    color: #45A12A;
    margin-top: 30px;
    font-weight: bold;
}

h3.eventtitle {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    margin-top: 5px;
}

iframe#transformtv {
    width: 100%;
    height: 500px;
}

#transformTVbanner {
    margin-top: 1em;
}

.bitocode {
    border: 1px solid #333;
    margin: 5px;
    padding: 2px 5px;
    background-color: #fef8e6;
}

.bitocode pre {
    margin: 0;
}

.accordionButton {
    cursor: pointer;
}

.accordionContent {
    display: none;
}

/* Swiper stuff 
.swiper-container {
    width: 1000px;
    height: 150px;
    margin: 12px auto;
    padding-bottom: 65px;
}

.pointer-wrapper {
    position: relative;
    width: 1030px;
}

.swiper-wrapper {
    width: 100%;
}

.swiper-slide {
    padding: 10px;
    margin: 0;
    color: #c52268;
    background: #f2bdd7;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    width: 150px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


.swiper-slide a {
    text-decoration: none;
    color: #ab0f5b;
}

.swiper-slide:hover {
    background: #fff;
}

.swiper-slide-thisone {
    background: #870746;
}

.swiper-button-prev, .swiper-button-next {
    width: 0 !important;
    height: 0 !important;
    background-image: none !important;
}

.swiper-button-prev {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
    border-left: 0 solid #fff;
    background-image: none;
    left: 0 !important;
}

.swiper-button-next {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
    border-right: 0 solid #fff;
    background-image: none;
    right: 0 !important;
}

.swiper-pagination {
    bottom: 0;
}
*/

.iframe-rwd {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -----------Tablets ----------- */
/* Portrait and Landscape */
@media only screen and (max-width: 1024px) {

    #wrapper, .inner-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .wide-inner-wrapper {
        width: 100%;
    }

    /* heading stuff */
    .briefingHeaderBoxOuter {
        width: 100%;
    }

    .briefingHeaderBox {
        width: 100%;
    }

    .briefingheader {
        text-align: center;
    }

    #briefing-topright {
        display: none;
    }

    #briefingcontent {
        width: 100%;
    }

    /* signup stuff */
    #signup-dropdown {
        height: 360px;
    }

    #signupspacer {
        display: none;
    }

    input[name="submit"] {
        margin-top: -46px !important;
        margin-right: 8px;
        float: right;
    }

    input[name="org"] {
        float: right;
    }

    input[name="email"] {
        float: right;
    }

    /* swiper 
    .swiper-container {
        width: 730px;
    }
*/
    .pointer-wrapper {
        width: 760px;
    }

    /* others */
    #column2inner {
        margin-right: 20px;
    }

    #column1 {
        width: 45%;
    }

    #column2inner {
        width: 45%;
    }

    .footer-logos {
        visibility: hidden;
        height: 1em;
        padding: 0;
    }

    #individuals, #orgs {
        margin-bottom: 20px;
    }

    #navbar {
        display: none;
        margin: 0 auto;
        height: 249px;
        z-index: 4000;
    }

    #menu {
        background-image: none;
        height: auto;
        width: 100%;
        float: none;
        margin: 0;
    }

    #menu ul li {
        width: 100%;
        text-align: center;
        background-color: #b7226a;
        padding: 9px 0;
    }

    #smartphone-menu-button {
        display: block;
    }

    #header-social {
        margin-top: 65px;
    }

}

@media only screen and (max-width: 767px) {
    .cle-left, .cle-right, .sp-right {
        float: none;
        margin-top: 20px;
        width: 90%;
    }

    .upload-thumb {
        float: none;
        margin: 0 auto;
    }

    .wide-inner-wrapper, .full-width-inner-grey-home {
        width: 340px;
        margin: 0 auto;
    }
    
    .tax-brief .wide-inner-wrapper, .tax-brief .full-width-inner-grey-home {
        width: 100% !important;
    }

    .nb .inner-wrapper {
        margin: 0 auto 0;
    }


    #briefing-topright {
        display: none;
    }

    #header {
        margin-bottom: 57px;
        height: 50px;
    }

    #header-social {
        display: none;
    }

    #header-links {
        position: absolute;
        top: 0;
        width: 100%;
    }

    #header-signup {
        width: 300px;
        text-align: center;
        margin: 122px auto 0;
        float: none;
    }

    input[name="submit"] {
        margin-top: 15px !important;
    }

    #signup-arrow {
        top: 0;
        right: 0;
    }

    #signup-dropdown {
        top: 235px;
        height: auto;
    }

    #signup_body {
        text-align: center;
    }

    #signup_body input {
        float: none;
    }

    #navbar {
        display: none;
        margin: 0 auto;
        height: 249px;
        z-index: 4000;
    }

    #menu {
        background-image: none;
        height: auto;
        width: 100%;
        float: none;
        margin: 0;
    }

    #menu ul li {
        width: 100%;
        text-align: center;
        background-color: #b7226a;
    }

    #search, #smartphone-menu-button {
        margin-right: 10px;
    }

    #smartphone-menu-button {
        display: block;
    }

    #featured-org {
        margin: 0 20px 40px;
    }

    .full-width-about p {
        margin: 0 20px 20px;
    }

    #column2inner {
        float: none;
    }

    #column1, #column2inner {
        width: 300px;
        float: none;
    }

    .full-width-inner {
        padding: 5px;
    }

    /* swiper 
    .swiper-container {
        width: 280px;
    }
*/
    .pointer-wrapper {
        width: 330px;
    }

    #individuals, #orgs {
        margin-bottom: 20px;
    }

    .coltwo.briefingcolumn {
        background-color: #f2f1f1;
    }

    #view-previous {
        margin-right: -10px;
    }
}


.search-result-item {
    margin-bottom: 2rem;
}

.nav-next,
.nav-previous {
    margin-right: 15px;
    display: inline-block;
}

.nav-next a,
.nav-previous a {
    margin: 10px auto;
    padding: 10px 20px;
    display: inline-block;
    background-color: #ab0f5b;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.26);
}

.button-source {
    margin: 10px auto;
    padding: 10px 20px;
    display: inline-block;
    background-color: #ab0f5b;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.26);
}

.button-source:hover {
    background: #ab1d52;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.26);
}

.button-breifing-main {
    margin: 10px auto;
    padding: 10px 20px;
    display: inline-block;
    background-color: #008bd0;
    color: #fff !important;
    text-decoration: none;
    border-radius: 7px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.26);
}

.button-breifing-main:hover {
    background-color: #009ce8;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.26);
}

.bg-grey {
    background-color: #f2f1f1 !important;
    color: #323133 !important;
}

.bg-white {
    background-color: #fff !important;
    color: #323133 !important;
}

.bg-pink {
    background-color: #ab0f5b !important;
    color: #fff !important;
}

.screen-reader-text {
    display: none
}

.back-button {

}
.back-button a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}
.notice-terms {
    padding: 0px;
    margin: 0;
    display: block;
}
.notice-terms li {
    display: inline-block;
    padding: 5px 0px;
    font-size: 13px;
    margin: 0px;
    color: #b1b1b1;
    margin-right: 5px;
    text-transform: uppercase;
}
.subnav {
    margin: 5px 0;
    padding: 0;
}
.subnav li {
    display: inline-block;
    margin-right: 5px;
}
.subnav li a {
    background: #f1f1f1;
    color: #2387cf !important;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    border: 1px solid transparent;
}
.subnav li a:hover {
    background: #e8e8e8;
    text-decoration: none;
}
.subnav li.current_page_item a {
    background: #2387cf;
    color: #fff !important;
}
.logo-image-fluid {
    width: 100%;
    max-width: 100px;
    height: auto;
}

.header-with-logo h3 span {
    margin-left: 10px;
}
.header-with-logo h3 {
    display: flex;
    align-items: center;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.newsleter-cont {
    background-color: #008bd0;
    padding: 30px 10px 50px;
    margin: 0;
    text-align: center;
    color: #fff;
    background-image: url('/wp-content/themes/website/images/newsletters.svg');
    background-size: cover;
    background-position: center center;
}
.newsleter-cont h3 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.newsleter-cont .gform_button {
    background-color: #ffc343;
    color: #000 !important;
    font-family: 'Bitter', serif;
    outline: none;
    border: 0px;
    padding: 10px;
    width: auto !important;
}

.newsleter-cont .gform_wrapper form {
    text-align: center
}

.newsleter-cont .gform_wrapper .top_label li.gfield.gf_inline {
    padding: 0px 5px !important;
}


.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
    padding-top: 0 !important;
}

.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0 !important;
}

.gf_simple_horizontal_wrapper li.hidden_label input {
    margin-top: 0 !important;
}

body .gf_simple_horizontal_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.gf_simple_horizontal div.gform_footer.top_label {
    width: auto !important;
    vertical-align: top !important;
}

.gf_simple_horizontal div.gform_body {
    width: auto !important;
}

.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
    padding: 7px 5px;
    margin: 0;
}


@media only screen and (max-width: 1024px) {
    #header-signupx {
        display: none !important;
    }

    #header-social {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #site-logo{position: relative}
}
@media only screen and (min-width: 1024px) {
    #header {
        margin-bottom: 20px!important;
    }
}
