#layout_wrapper,
    #content_column,
    #layout_wrapper #page_content,
    #inner_content {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #ffffff;
    }
    .cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    margin: 0 auto;
    }
    .cd-fixed-bg {
    background-attachment: fixed;
    }
    .cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
    }
    .cd-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 2;
    }
    .cd-header:after {
    content: "";
    display: table;
    clear: both;
    }
    .cd-header #cd-logo {
    float: left;
    margin: 13px 0 0 5%;
    }
    .cd-header #cd-logo img {
    display: block;
    }
    @media only screen and (min-width: 768px) {
    .cd-header {
    height: 70px;
    }
    .cd-header #cd-logo {
    margin: 23px 0 0 5%;
    }
    }
    .cd-main-content {
    /* you need to assign a min-height to the main content so that the children can inherit it*/
    height: 100%;
    position: relative;
    z-index: 1;
    }
    .cd-fixed-bg {
    position: relative;
    min-height: 400px;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    }
    .cd-fixed-bg .layout-wrapper {
    height: 700px;
    }
    .crumb-trail-container {
    display: none;
    }

    .captionbox {
    background-color:transparent;
    padding: 20px;
    box-sizing: border-box;
    color: #FFF;
    line-height: 1.5;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0px 0px 6px #000;
    }
    .caption-title {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    }
    main .ce-button {
    padding: 8px 15px;
    color: #FFF !important;
    font-weight: bold ;
    font-family: Arial, sans-serif;
    font-size: 20px !important;
    text-transform: uppercase;
    border: none;
    border-radius: 20px;
    transition: all .5s ease;
    background-color:#000;
    text-shadow:none;
    }
    .captionbox.joinbox {
    min-width: 500px;
    left: 0%;
    bottom: 10%;
    position: absolute;
    }
    .captionbox.herobox {
    left:10%;
    right:10%;
    top:50%;
    margin-top:-100px;
    text-align:center;
    font-family:Roboto, sans-serif;
    }
    .layout-wrapper .centertext {
    color: #FFF;
    font-size: 24px;
    width: 50%;
    line-height: 1.5;
    text-align: center;
    margin-left: -25%;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000;
    }

    .inner-column { font-size:16px; line-height:1.5; }
    @media only screen and (min-width: 768px) {}
    @media only screen and (min-width: 1170px) {
    .cd-fixed-bg {
    background-attachment: fixed;
    }
    }
    .cd-scrolling-bg {
    position: relative;
    min-height: 100%;
    padding: 50px 0;
    line-height: 1.4;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 2;
    background-color: #FFF;
    }
    @media only screen and (min-width: 768px) {
    .cd-scrolling-bg {
    padding: 50px 0;
    }
    }
    .halftext,
    .halfimage,
    .centertext .delay1,
    .delay2,
    .delay3 {
    }
    #mobile_layout_wrapper .halftext,
    #mobile_layout_wrapper .halfimage,
    #mobile_layout_wrapper .centertext,
    #mobile_layout_wrapper .delay1,
    #mobile_layout_wrapper .delay2,
    #mobile_layout_wrapper .delay3 {
    opacity: 1;
    }
    body.editor-body .halftext,
    body.editor-body .halfimage,
    body.editor-body .centertext,
    body.editor-body .delay1,
    body.editor-body .delay2,
    body.editor-body .delay3 {
    opacity: 1;
    }
    .column.third .inner-column img {
    width: 100%;
    display: block;
    }
    .column.third {
    padding: 20px;
    }
    /* Large screens --- */
    @media only screen and (min-width: 1824px) {
    /* Styles */
    .cd-fixed-bg {
    min-height: 600px;
    height: 800px;
    background-size: cover;
    }
    .cd-fixed-bg .layout-wrapper {
    height: 800px;
    }
    .cd-fixed-bg.cd-bg-1 {
    height: 800px;
    }
    .cd-fixed-bg.cd-bg-1 .layout-wrapper {
    height: 700px;
    }
    .cd-fixed-bg.cd-bg-1 {
    background-position: right bottom;
    }
    .cd-scrolling-bg {
    padding: 150px 0px
    }
    .layout-wrapper .centertext.bottomtext {
    font-size: 30px;
    }
    }
    /*** begin mobile style **/
    /* Smartphones (portrait and landscape) --- */
    @media (min-width: 320px) and (max-width: 480px),
    (min-width: 375px) and (max-width: 667px) {
    /* Styles */
    #page_content {
    padding: 0px;
    }
    .cd-fixed-bg.cd-bg-1 {
    height: 300px;
    background-position: center center;
    min-height: 300px;
    padding-bottom: 100px;
    }
    .cd-scrolling-bg {
    padding: 10px 0px;
    }
    #mobile_content_column a.ce-button,
    #mobile_content_column a.ce-button:hover {
    border-radius: 20px;
    }
    .cd-fixed-bg {
    height: 300px;
    }
    .layout-wrapper .centertext {
    right: initial;
    left: initial;
    margin-left: 0px;
    width: 100%;
    top: 35%;
    }
    .column.thirty,
    .column.seventy,
    .column.sixty,
    .column.forty {
    clear: left;
    width: 100%;
    }
    .column.thirty .inner-column img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px !important;
    }
    .captionbox.joinbox {
    min-width: initial;
    width: 100%;
    bottom: 0px;
    }
    .captionbox.herobox {
    min-width: initial;
    width: 100%;
    font-size:20px;
    background:rgba(0,0,0,0);
    margin-top:20px;
    text-align:center;
    left:initial;
    right:initial;
    left:0px;
    right:0px;
    top:0px;
    line-height:1.4;
    }
    .caption-title { font-size:24px; }
    .cd-fixed-bg.cd-bg-4 {
    padding-bottom: 100px;
    }
    .cd-bg-5 .layout-wrapper .centertext {
    top: 50%;
    }
    .inner-column.delay1 h1 {
    font-size: 26px !important;
    }
    .cd-bg-4 .layout-wrapper .caption-title {
    line-height: 32px;
    margin-bottom: 10px;
    }
    .cd-bg-4 .captionbox.joinbox {
    line-height: 1.2;
    }
    }
    /* iPads (portrait and landscape) --- */
    @media (min-width: 768px) and (max-width: 1024px) {
    /* Styles */
    #page_content {
    padding: 0px;
    }
    .inner-column.delay3 img {
    margin-top: 110px;
    }
    #mobile_content_column {
    width: 100%;
    }
    #mobile_content_column a.ce-button,
    #mobile_content_column a.ce-button:hover {
    border-radius: 20px;
    }
    }
    @supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .cd-fixed-bg {
    background-attachment: scroll;
    }
    }
    #mobile_content_column { width:100%; }