@font-face {
    font-family: lato-bl;
    src: url("../fonts/Lato-Black.ttf");
}

@font-face {
    font-family: lato-bli;
    src: url("../fonts/Lato-BlackItalic.ttf");
}

@font-face {
    font-family: lato-b;
    src: url("../fonts/Lato-Bold.ttf");
}

@font-face {
    font-family: lato-bi;
    src: url("../fonts/Lato-BoldItalic.ttf");
}

@font-face {
    font-family: lato-hl;
    src: url("../fonts/Lato-Hairline.ttf");
}

@font-face {
    font-family: lato-hli;
    src: url("../fonts/Lato-HairlineItalic.ttf");
}

@font-face {
    font-family: lato-i;
    src: url("../fonts/Lato-Italic.ttf");
}

@font-face {
    font-family: lato-l;
    src: url("../fonts/Lato-Light.ttf");
}

@font-face {
    font-family: lato-li;
    src: url("../fonts/Lato-LightItalic.ttf");
}

@font-face {
    font-family: lato-r;
    src: url("../fonts/Lato-Regular.ttf");
}

@font-face {
    font-family: swissc;
    src: url("../fonts/swissc.ttf");
}

@font-face {
    font-family: swisscb;
    src: url("../fonts/swisscb.ttf");
}

@font-face {
    font-family: swisscbi;
    src: url("../fonts/swisscbi.ttf");
}

@font-face {
    font-family: swissci;
    src: url("../fonts/swissci.ttf");
}

* {
    font-family: "lato-r";
}

img {
    width: 100%;
}

#block-brass-local-tasks {
    text-align: center;
}

h1,
h1 span {
    font-family: 'lato-bl';
    text-align: center;
    margin-top: 60px;
    color: #fff;
    font-size: 3.5vw;
}


/*header*/

#block-brass-branding {
    max-width: 300px;
    text-align: right;
    display: inline-block;
    padding: 15px;
}

#block-brass-main-menu {
    display: inline-block;
}

#block-brass-main-menu ul {
    margin: 0;
}

#block-brass-main-menu ul li {
    display: inline-block;
    list-style: none;
}

#block-brass-main-menu ul li a {
    color: #4d4d4d;
    display: block;
    padding: 30px 10px;
    font-family: 'lato-b';
    transition: all ease-in-out .2s;
}

#block-brass-main-menu ul li a:hover {
    background: #d1d1d1;
}

@media all and (max-width: 1310px) {
    #block-brass-main-menu {
        display: none;
    }
}


/*hamb*/

a[data-toggle="offCanvas"] {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 100;
    background: #fff;
}

a[data-toggle="offCanvas"] span {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

a[data-toggle="offCanvas"] span,
a[data-toggle="offCanvas"] span:before,
a[data-toggle="offCanvas"] span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 29px;
    background: #949494;
    box-shadow: 0 2px 5px #949494;
    position: absolute;
    display: block;
    content: "";
}

a[data-toggle="offCanvas"] span:before {
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
}

a[data-toggle="offCanvas"] span:after {
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
}

a[data-toggle="offCanvas"] span,
a[data-toggle="offCanvas"] span:before,
a[data-toggle="offCanvas"] span:after {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}

a[data-toggle="offCanvas"].activeOpen span {
    background-color: transparent;
}

a[data-toggle="offCanvas"].activeOpen span:before,
a[data-toggle="offCanvas"].activeOpen span:after {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}

a[data-toggle="offCanvas"].activeOpen span:before {
    -ms-transform: translate(-0px, -0px) rotate(-45deg);
    transform: translate(-0px, -0px) rotate(-45deg);
    -webkit-transform: translate(-0px, -0px) rotate(-45deg);
}

a[data-toggle="offCanvas"].activeOpen span:after {
    -ms-transform: translate(0px, -0px) rotate(45deg);
    transform: translate(0px, -0px) rotate(45deg);
    -webkit-transform: translate(0px, -0px) rotate(45deg);
}

@media all and (max-width: 1310px) {
    a[data-toggle="offCanvas"] {
        display: block;
    }
    header[role="header"] {
        position: fixed;
        width: 100%;
        z-index: 999;
    }
    div[role="header-second"] {
        padding-top: 50px;
    }
}


/*off canvas*/

.off-canvas {
    background: #fff;
}

.off-canvas ul:not(.contextual-links) {
    margin: 0;
    padding: 0;
    list-style: none;
}

.off-canvas ul:not(.contextual-links) li {
    width: 100%;
    padding: 0;
}

.off-canvas ul:not(.contextual-links) li a {
    font-family: 'lato-b';
    font-size: 1.5rem;
    padding: 10px;
    text-align: center;
    transition: all ease-in-out .2s;
    color: #949494;
    display: block;
}

.off-canvas ul:not(.contextual-links) li a:hover {
    color: #fff;
    background: #606060;
}

#block-brass-local-tasks ul li {
    display: inline-block;
    list-style: none;
}


/*banner sub*/

#block-brass-page-title {
    position: absolute;
    top: 30%;
    left: 20%;
    z-index: 3;
}

#block-brass-page-title h1 span {
    color: #fff;
    font-size: 3.5vw;
}


/*banner*/

.flexslider {
    margin: 0;
    border: 0;
}

.flexslider ul.flex-direction-nav {
    display: none;
}

.flexslider .views-field-field-banner-text {
    position: absolute;
    top: 40%;
    left: 0;
    display: block;
    background: #8d1d1c;
}

.flexslider .views-field-field-banner-text div {
    padding: 1vw 2vw;
    font-size: 3vw;
    font-family: 'swisscb';
    color: #fff;
}

#header {
    position: fixed;
    background: #fff;
    z-index: 5;
    width: 100%;
    text-align: center;
}

#block-topheader {
    background: #005588;
    height: 40px;
    text-align: right;
    padding-right: 30px;
}

#block-topheader .content ul {
    display: inline-block;
}

#block-topheader .content ul li {
    display: inline-block;
    margin-right: 10px;
}

#block-topheader .content ul li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 2px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    transition: all ease-in-out .2s;
}

#block-topheader i {
    transition: all ease-in-out .2s;
    color: #005588;
}

#block-topheader .content ul li a:hover {
    background: transparent;
}

#block-topheader a:hover i {
    color: #fff;
}

#block-topheader p,
#block-topheader p a {
    color: #fff;
    display: inline-block;
    font-family: 'sb';
    padding-top: 4px;
    text-align: right;
}

#block-ibc-branding {
    display: inline-block;
    padding: 5px;
}

#block-ibc-main-menu {
    display: inline-block;
}

#block-ibc-main-menu ul {
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

#block-ibc-main-menu ul li {
    display: inline-block;
    list-style: none;
}

#block-ibc-main-menu ul li:first-child {
    display: none;
}

#block-ibc-main-menu ul li a {
    display: block;
    padding: 10px 15px;
    transition: all ease-in-out .2s;
    color: #000;
    font-family: 'b';
    text-transform: uppercase;
}

#block-ibc-main-menu ul li a:hover {
    background: #005588;
    color: #fff;
}

#block-headerbutton {
    display: inline-block;
}

#block-headerbutton .content a {
    display: block;
    color: #fff;
    padding: 10px 15px;
    background: #00cdf4;
    font-size: 20px;
    transition: all ease-in-out .2s;
    font-family: 'b';
}

#block-headerbutton .content a:hover {
    background: #fff;
    color: #000;
}

#block-safety {
    background: #d3d4d6;
    text-align: center;
    transition: all ease-in-out .5s;
    overflow: hidden;
    height: auto;
}

#block-safety.closed {
    height: 0;
}

#block-safety p {
    font-family: 'b';
    padding: 10px;
    margin: 0;
}

#block-safety img {
    max-width: 20px;
    vertical-align: text-top;
}

#banner {
    position: relative;
    padding-top: 87px;
    margin-bottom: 50px;
}

@media all and (max-width:1800px) {
    #block-ibc-main-menu ul li a {
        padding: 10px 5px;
    }
}

@media all and (max-width: 1650px) {
    #block-ibc-main-menu ul {
        max-width: 700px;
    }
    #block-ibc-main-menu {
        vertical-align: bottom;
    }
}

@media all and (max-width:1262px) {
    #block-ibc-main-menu {
        display: none;
    }
}

#banner h2 {
    color: #005588;
    font-size: 3vw;
    font-family: 'bl';
    position: absolute;
    top: 7vw;
}

#block-banner .cell:last-child p {
    font-family: 'b';
    position: absolute;
    top: 16vw;
    font-size: 1.8vw;
    color: #000;
    line-height: 1.2;
}

#block-banner .cell:last-child a {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 25vw;
    display: inline-block;
    background: #00cdf4;
    padding: 1vw 2vw;
    font-size: 1vw;
    font-family: 'b';
    color: #fff;
    text-align: center;
    transition: all ease-in-out .2s;
}

#block-banner .cell:last-child a:hover {
    background: transparent;
    color: #000;
}

#block-banner {
    position: relative;
    height: 42.3vw;
}

.flex-control-nav {
    bottom: 0;
    z-index: 2;
}

.flex-control-paging li a {
    background-color: #fff;
}

.flex-control-paging li a.flex-active {
    background-color: #8d1d1c;
}

#block-banner .cell {
    position: relative;
    z-index: 1;
    padding: 5vw 2vw 0;
}

#block-banner div.cell img {
    position: relative;
}

#block-banner h3 {
    position: absolute;
    left: 12vw;
    font-size: 2vw;
    bottom: 0.4vw;
    color: #000;
    font-family: 'b';
}


/*footer*/

#footer {
    background: #8d1d1d;
    padding-top: 20px;
    border-top: 2px solid #fff;
    margin-top: 0;
    padding-bottom: 30px;
}

#footer .content * {
    color: #bc7674;
    text-align: center;
}

#footer .content a:hover {
    text-decoration: underline;
}

#block-footer0 {
    margin-bottom: 60px;
    position: relative;
}

#block-footer0::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    height: 3px;
    width: 50px;
    background: #bc7674;
    display: block;
}

#rigths {
    text-align: center;
    color: #bc7674;
}

#footer-menu ul {
    text-align: center;
    margin-left: 0;
}

#footer-menu ul li {
    display: inline-block;
    list-style: none;
}

#footer-menu ul li a {
    display: block;
    font-family: 'lato-r';
    padding: 8px 20px;
    color: #bc7674;
    transition: all ease-in-out .2s;
}

#footer-menu ul li a:hover,
#footer-menu ul li a.is-active {
    color: #fff;
}

#block-footer p,
#block-footer p a {
    text-align: center;
    font-family: 'b';
}

@media all and (max-width: 1382px) {
    #footer-menu ul li a {
        padding: 8px 10px;
    }
}

#block-social ul li a {
    width: 30px;
    height: 30px;
    padding: 4px 8px;
    margin: 0 5px;
    border-radius: 50%;
    background: #bc7674;
    transition: all ease-in-out .2s;
}

#footer #block-social ul li i {
    color: #8d1d1d;
}

#footer #block-social ul li a:hover i {
    color: #bc7674;
}

#block-social ul li a:hover {
    color: #bc7674;
    background: #8d1d1d;
}


/*main*/

#main .grid-container {
    max-width: 68rem;
}

#main h2 {
    position: relative;
    font-family: 'swissc';
    color: #8d1d1d;
    line-height: 1.2;
    margin-bottom: 30px;
}

#main h3 {
    font-family: 'swissc';
    color: #606060;
    margin-top: 40px;
}

#main p {
    color: #606060;
}

#block-brass-content {
    margin-bottom: 80px;
}

#main {
    padding-bottom: 80px;
}

#main center p {
    text-align: center;
}

.padd-img img {
    display: block;
    margin: 80px auto;
    max-width: 600px;
}

.button,
.button a,
input[type="submit"] {
    background: #161616;
    color: #ffffff;
    border-radius: 5px;
    transition: all ease-in-out .2s;
    font-family: 'lato-bl';
    padding: .85em 5px;
    
}

input[type="submit"] {
    margin-top: 40px;
}

.button:hover,
.button a:hover,
input[type="submit"]:hover {
    color: #161616;
    background: transparent;
}


/*front*/

#block-meet-our-team-block h2 {
    color: #606060;
    text-align: center;
    font-family: 'lato-bl';
    margin-bottom: 40px;
}

#block-meet-our-team-block .views-field-title a {
    color: #8d1d1d;
    font-family: 'lato-b';
    text-align: center;
    font-size: 1.7rem;
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
}

#block-meet-our-team-block .views-field-body p {
    font-family: 'lato-b';
    text-align: center;
}

#block-meet-our-team-block .views-field-view-node a {
    background: #606060;
    color: #fff;
    transition: all ease-in-out .2s;
    display: block;
    text-align: center;
    max-width: 170px;
    font-family: 'lato-bl';
    padding: 7px;
    margin: 20px auto 40px;
    border-radius: 5px;
}

#block-meet-our-team-block .views-field-view-node a:hover {
    color: #606060;
    background: #fff;
}

#block-meet-our-team-block footer a {
    text-align: center;
    color: #606060;
    text-decoration: underline;
    font-family: 'lato-b';
    margin: 20px auto 50px;
    display: block;
    max-width: 200px;
    transition: all ease-in-out .2s;
}

#block-meet-our-team-block footer a:hover {
    color: #8d1d1d;
}

#block-meet-our-team-block img {
    margin: auto;
    display: block;
    max-width: 300px;
    width: 100%;
    border-radius: 50%;
}


/*blocks*/

#main .block h2 {
    font-family: 'lato-bl';
    text-align: center;
}

#block-philosophy {
    background: #b9b9b9;
    padding: 30px;
    margin-bottom: 50px;
}

#block-philosophy h2 {
    color: #fff;
}

#block-philosophy p {
    color: #fff;
}

#block-learnmoreaboutbrassring h2 {
    margin-bottom: 50px;
}

#block-learnmoreaboutbrassring h2::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 30px;
    height: 4px;
    bottom: -20px;
    background: #161616;
    transform: translate(-50%, 0);
}

#block-learnmoreaboutbrassring iframe { 
  width: 100%;
  aspect-ratio: 16 / 9;
}


/*forms*/

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    background: #dfdfdf;
    border-color: #9a9a9a;
    border-radius: 4px;
}

form label {
    color: #585858;
    font-family: 'lato-b';
}

.form-actions {
    text-align: center;
}

#block-webform {
    margin: 80px auto;
    max-width: 700px;
}


/*about-view*/

#block-our-team-block .cell img {
    float: right;
    border-radius: 50%;
    border: 2px solid #8d1d1c;
    max-width: 160px;
}

#block-our-team-block .cell {
    margin-bottom: 20px;
}

#block-our-team-block {
    max-width: 55rem;
    margin: auto;
    margin-bottom: 50px;
}

#block-our-team-block .views-field-title a {
    font-family: 'swisscb';
    color: #8d1d1c;
    font-size: 2rem;
}

#block-our-team-block .views-field-field-about-us-subtitle div {
    font-family: 'swissc';
    color: #8d1d1c;
    font-size: 1.2rem;
    border-bottom: 2px solid #8d1d1c;
    max-width: 90%;
}

#block-our-team-block .button a {
    padding: 0.5em 1.5em;
}

#block-our-team-block span.button {
    padding: 0;
    background: none;
    margin-top: 15px;
}


/*our clients*/

#block-smallbusinesses {
    background-image: url('/themes/brass/img/smallbusinessbg.jpg');
    background-size: cover;
    padding: 10rem 1rem;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
}

#block-smallbusinesses h2 {
    font-size: 1.75rem;
    color: #fff;
    font-family: 'lato-bl';
    text-align: center;
}

#block-smallbusinesses p {
    text-align: center;
    color: #fff;
    font-family: 'lato-r';
}

#block-smallbusinesses .content a {
    background: #8d1d1c;
    margin-top: 30px;
    padding: .6em 2em;
}

#block-smallbusinesses .content a:hover {
    background: transparent;
    color: #fff;
}


/*toolbox*/

#block-toolbox-block {
    max-width: 90rem;
    margin: auto;
    text-align: center;
}

.toolbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20%;
    margin: 0 1rem 80px;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    transition: all .3s ease;
}
.toolbox:hover {
    transform: scale(1.02);
}
.grid-x {
    justify-content: center;
}

#block-toolbox-block h2 {
    font-family: 'lato-bl';
    margin-bottom: 50px;
}

#block-toolbox-block h3 {
    font-family: 'swisscb';
    letter-spacing: -1px;
}

/*#block-toolbox-block .toolbox:nth-child(1) h3,
#block-toolbox-block .toolbox:nth-child(8) h3 {
    max-width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 0.5rem;
} */

#block-toolbox-block img {
    width: unset;
}

#block-toolbox-block p {
    max-width: 250px;
    color: #606060;
    margin: 0 auto 40px;
}

#block-toolbox-block .button {
	padding: 0;
    background: none;
    display: block;
    margin: 1rem 0 0 0;
}
#block-toolbox-block .button a {
	width: 100%;
    display: block;
    margin-bottom: 1rem;
}


#block-startyourjourney {
    background-image: url(/themes/brass/img/journeybg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 1rem;   
}

#block-startyourjourney p {
    margin-bottom: 0;
}

#block-startyourjourney h2 {
    font-family: 'lato-bl';
}

#block-startyourjourney p {
    text-align: center;
}

#block-startyourjourney a {
    padding: .6em 2em;
}

#block-startyourjourney li {
    font-family: 'lato-bl';
}

#block-startyourjourney ol {
    list-style: none;
    counter-reset: my-counter;
}

#block-startyourjourney li {
    counter-increment: my-counter;
    margin-bottom: 10px;
    display: block;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

#block-startyourjourney li::before {
    content: counter(my-counter);
    color: #fff;
    background: #8d1d1c;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    padding: 2px;
    margin-right: 10px;
}

#block-startyourjourney h2 {
    max-width: 85rem;
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#block-startyourjourney h2 span {
    padding-left: 50px;
    font-family: 'lato-bl';
    margin-bottom: 30px;
}

@media all and (max-width:1377px) {
    .toolbox {
        width: 33.33%;
    }

@media all and (max-width:640px) {
    .toolbox {
        width: 40%;
    }
}
@media all and (max-width:400px) {
    .toolbox {
        width: 80%;
    }
}
   /* .toolbox:not(:nth-child(7)) h3 {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    } */
}

body.page-node-type-article article img {
    max-width: 300px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

body.page-node-type-article #block-subbanner article img {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 0;
}

.pdf-preview {
    padding: 20px;
    position: relative;
    max-height: 350px; 
}

.pdf-preview .of {
    height: 310px;
    overflow: hidden;
}

.pdf-preview .pdf-inner {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.2);
    transition: all ease-in-out .2s;
}

.pdf-preview .pdf-inner h4 {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    opacity: 0;
    transition: all ease-in-out .2s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdf-preview:hover .pdf-inner {
    background: rgba(0, 0, 0, 0.5);
}

.pdf-preview:hover .pdf-inner h4 {
    opacity: 1;
}

article.image_resized.media-embed-resized {
    max-width: 100%;
}


/* Social Media page */
#youtubechannel-list ul li {
    width: 175px;
}
#youtubechannel-list ul li img {
    height: auto;
}
.fb_iframe_widget {
    display: table !important;
    margin: auto;
}

#block-brass-scheduleadiscoverycallbutton {
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: block;
    max-width: 120px;
    text-align: center;
    background-color: #FFF;
    border: 2px solid #8d1d1d;
    border-radius: 15px;
    padding: 7px;
    opacity: 0.85;
}
#block-brass-scheduleadiscoverycallbutton:hover {
    opacity: 1;
}
#block-brass-scheduleadiscoverycallbutton img {
    max-width: 60px;
    margin: auto;
    margin-bottom: 5px;
}
#block-brass-scheduleadiscoverycallbutton p {
    margin-bottom: 0;
    line-height: 1;
}
#block-brass-scheduleadiscoverycallbutton a {
    color: #8d1d1d;
    line-height: 1;
    font-weight: bold;
}
@media all and (max-width: 640px) {
    #block-brass-scheduleadiscoverycallbutton {
        max-width: 90px;
        padding: 5px;
    }
    #block-brass-scheduleadiscoverycallbutton img {
        max-width: 50px;
    }
    #block-brass-scheduleadiscoverycallbutton a {
        font-size: 12px;
    }   
}

#block-brass-views-block-testimonials-block-1 {
    margin-top: 90px;
}
#block-brass-views-block-testimonials-block-1 .views-row {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #8d1d1d;
}
#block-brass-views-block-testimonials-block-1 .views-field-field-stars {
    max-width: 125px;
    margin-bottom: 10px;
}
#block-brass-views-block-testimonials-block-1 .views-field-field-name {
    font-weight: bold;
}
#block-brass-views-block-testimonials-block-1 footer {
    padding: 30px;
    text-align: center;
}
#block-brass-views-block-testimonials-block-1 footer a.button {
    padding: 15px 30px;
}

#block-brass-views-block-services-block-1 {
    margin-bottom: 90px;
}
.service-bubbles .bubble {
    max-width: 200px;
    margin: auto;
}
.service-bubbles .info {
    opacity: 0;
    height: 0;
}
.service-bubbles .file--application-pdf a {
    display: block;
    background: #161616;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #000;
    transition: all ease-in-out .2s;
    font-family: 'lato-bl';
    padding: .85em 5px;
    margin: auto;
}
.service-bubbles .file--application-pdf a:hover {
    background: #fff;
    color: #000;
}
.service-bubbles .node:hover .info {
    opacity: 1;
    height: unset;
    transition: all 0.5s;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    padding: 1rem;
    border: 2px solid #c9b280;;
    left: 0;
    box-shadow: 1px 1px 10px #666;
    margin-top: 1rem;
}
.node--type-service.node--view-mode-teaser {
    padding: 0 1rem;
    margin: 1rem 0;
    position: relative;
}
#block-brass-views-block-services-block-1 footer {
    padding: 30px;
}

/* Webform Landing Page Style */
div#block-brass-retirementplanningbookimage {
    width: 50%;
    float: left;
    padding: 3rem 1rem;
    background-color: #FAFCFB;
}
div#block-brass-webform {
    width: 50%;
    float: left;
    padding: 3rem 1rem;
    clear: right;
    background-color: #FAFCFB;
}
.webform-submission-lead-capture-form-node-59-add-form input[type="submit"] {
    margin-top: 0;
    width: 100%;
}

#block-brass-benefitsblock {
    display: inline-block;
    background-color: #FAFCFB;
    padding: 3rem 1rem;
}
#block-brass-benefitsblock div.benefit {
    width: 33%;
    float: left;
    padding: 1rem;
    text-align: center;
}
#block-brass-benefitsblock div.benefit h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #8d1d1d;
}

div#block-brass-johndoe {
    padding: 3rem 0;
}
div#block-brass-johndoe h2 {
    text-align: left !important;
}
div#block-brass-johndoe img {
    max-width: 20%;
    float: left;
    margin: 0 1rem 1rem 0;
}
@media all and (max-width: 640px) {
    div#block-brass-retirementplanningbookimage,
    div#block-brass-webform,
    #block-brass-benefitsblock div.benefit {
        width: 100%;
    }
    div#block-brass-johndoe img {
        width: 30%;
    }
}