

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
    font-size: 1em;
    -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	
	/*-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);*/
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body, button, input, select, textarea {
    color: #1a1a1a;
    font-family: "MarkWebPro-Light W03 Regular";
    font-size: 1rem;
    line-height: 1.75;
    overflow-x: hidden;
}

.section1 {
    padding-top: 50px !important;
}

.container {
    width: 100%;
}

.header-container {
    display: block;
    position: relative;
}

.navbar-brand {
    display: block;
    float: left;
    font-size: 18px;
    height: auto;
    line-height: 20px;
    max-width: 240px;
    padding: 0;
}

bold, strong, .cta {
    font-family:"MarkWebPro-Medium W03 Regular";
    font-weight: normal;
}

h1, h2, h3, h4, h5 {
    font-family:"MarkWebPro-Medium W03 Regular";
    font-weight: normal;
}


/*   ========================= GENERAL STYLES =========================   */



.main-nav {
    display: block;
    width: calc(100% - 300px);
    float: right;
    right: 80px;
    display: block;
    float: right;
    padding-left: 1.6em;
    text-align: center;
    width: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.main-nav a {
	color: #1a1a1a;
	display: block;
	line-height: 100%;
	outline-offset: -1px;
	padding: 0.84375em 0;
	font-family:"MarkWeb W03 Regular1473420";
    
    

    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    font-size: 13px;
    margin: 0.55em 1.3em;
    outline-offset: -8px;
    padding: 0.4em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-nav a:hover,
.main-nav a:focus,
.activebtn,
.mPS2id-highlight,
.mPS2id-highlight-first,
.mPS2id-highlight-last {
	color: #1d8fff;
	color: #222 !important;
	border-bottom: 2px solid #ff0000 !important;
    text-decoration: none;
}

.main-nav .contactbtn a {
    padding: 0.95em 2.1em !important;
    margin: 0;
	border:none !important;
	color:#ff0000 !important;
}

.main-nav .contactbtn:hover a {
    padding: 0.95em 2.1em !important;
    margin: 0;
	border-bottom:none !important;
	color:#fff !important;
}

.main-nav.active {
	background-color:#ff0000;
}
.main-nav.active a {
	color:#fff !important;
}

.main-nav .contactbtn {
    border: 1px solid #ff0000 !important;
    display: block;
    /*float: right !important;*/
    margin-left: 1.6em;
    float: right;
}

.main-nav .contactbtn:hover {
	background-color:#ff0000;
}

.main-nav .contactbtn:hover a {
	color:#fff !important;
}

.main-nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    display: inline-block;
}

.main-nav {
    display: none;
}

.mobile-nav {
    background-color: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 50px;
    max-width: 300px;
    border-top: 1px solid #e3e3e3;
    width: calc(100% - 148px);
    z-index: 100;
}

.navfade {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: calc(100% - 50px);
    left: 0;
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 99;
}

.mobile-nav {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.mobile-nav.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.mobile-nav ul li {
    border-bottom: 1px solid #e3e3e3;
}

.mobile-nav li a {
    color: #99999a;
    display: block;
    font-family: "MarkWeb W03 Regular1473420";
    font-size: 16px;
    margin: 0;
    padding: 12px 20px;
}

.mobile-nav li a:hover, .mobile-nav li a.activebtn {
    color: #454648;
    background-color: #f7f6f3;
    text-decoration: none;
    border: 0 !important;
}






img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}




.site-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    background-color: #454648;
    color: #99999a;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 80px;
    width: 100%;
    margin-bottom: 50px;
}

.site-footer .footer-row {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
}

.footer-row .row-holder {
    padding: 0;
}

.footer-row .branding,
.footer-row .addresses,
.footer-row .buttons,
.footer-row .twitter {
    background-color: transparent;
    display: inline-block;
    height: auto;
	margin-right:2%;
    text-align: left;
    width: auto;
	vertical-align: top;
}

.footer-row .buttons {
    width: 25% !important;
}

.footer-row .addresses {
    width: 30% !important;
}

.footer-row.row1 {
    margin-bottom: 20px;
}

.footer-row.row2 {
    border-top: 1px solid #99999a;
    padding-top: 20px;
}

.footer-row .branding {
    max-width: 15%;
}

.footer-row .branding .footer-logo {
    display: block;
    margin-bottom: 30px;
}

.footer-row .branding .footer-credit {
    font-size: 11px;
	font-size: 0.688em;
    line-height: 150%;
}

.row-address.col1-2 {
    color: #fff;
    display: inline-block;
    font-size: 13px;
	font-size: 0.813em;
    line-height: 150%;
    margin-right: 5%;
	font-weight:normal;
	font-family:"MarkWebPro-Light W03 Regular";
	width:47%;
	float:left;
}

.row-address.col1-2:last-of-type {
    margin-right: 0;
}

.row-address.col1-2 .title,
.twitter .title {
    font-weight: normal;
    line-height: 12px;
    margin: 15px 0 12px;
    position: relative;
	font-size: 13px;
	font-size: 0.813em;
	color:#fff;
	font-family:"MarkWebPro-Medium W03 Regular";
}

.row-address.col1-2 .title {
	font-size: 13px;
	font-size: 1em;
}

.twitter .title a {
	color:#fff;
}

.row-address .text p {
    margin: 0;
}

.row-address.col1-2 .title::before,
.footer-row .buttons a:before,
.twitter .title:before {
    background-color: #ff0000;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: -15px;
    width: 40px;
}

.addresses .links a,
.footer-row .rtw_meta a {
    color: #99999a;
    font-size: 12px;
	font-size: 0.95em;
    font-weight: normal;
	font-family:"MarkWebPro-Light W03 Regular";
}

.footer-row .rtw_meta a {
	font-size: 12px;
	font-size: 1.2em;
}

.addresses .links a:hover,
.footer-row .buttons a:hover,
.twitter .title a:hover,
.footer-row .rtw_meta a:hover {
	color:#ff0000 !important;
    text-decoration: none;
}


.footer-row .buttons .row-buttons {
    display: inline-block;
    margin-right: 30px;
}

.footer-row .buttons a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
	font-size: 0.813em;
    font-weight: normal;
    line-height: 12px !important;
    margin: 15px 8% 12px 0;
    position: relative;
	font-family:"MarkWebPro-Medium W03 Regular";
}

.buttons .row1 {
    margin-bottom: 24px;
}

.get-in-touch:before {
    display: none !important;
}

.get-in-touch {
    border: 1px solid #ff0000;
    margin: 0 !important;
    padding: 14px 14% 14px 8%;
	padding: 14px;
}

.get-in-touch:after {
	font-family: "Genericons";
	content: "\f431";
	color:#fff;
	display: none;
    float: right;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 15px;
}

.get-in-touch:hover:after {
	color:#ff0000;
}

.footer-row .twitter {
    margin-right: 0;
    max-width: 22%;
    right: 0;
}

.footer-twitter {
    border-radius: 3px;
    display: block;
    float: left;
    margin-right: 5%;
    margin-top: 17px;
    max-width: 15%;
    overflow: hidden;
}

.twitter .twitts {
    float: right;
    margin-top: 17px;
    width: 80%;
}

.footer-row .rtw_main {
    font-weight: normal;
    line-height: 125%;
	font-family:"MarkWebPro-Light W03 Regular";
}

.footer-row.row2 .col1-2 {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.footer-row.row2 .col1-2 .text {
    font-size: 11px;
	font-size: 0.688em;
    line-height: 150%;
    margin-top: 0;
}

.footer-row.row2 .text a {
    color: #99999a;
    font-weight: normal;
	font-family:"MarkWebPro-Medium W03 Regular";
}

.footer-row.row2 .text a:hover {
    color: #ff0000;
}

.social .title {
    color: #fff;
    display: inline-block;
	margin-right:10px;
	font-size: 13px;
	font-size: 0.813em;
	font-family:"MarkWebPro-Medium W03 Regular";
}

.social-holder .social-icon {
    display: inline-block;
    margin: 0 2px;
}

.socialimagehover {
    display: none;
	width:35px;
	height:35px;
}

.socialimage {
    display: block;
	width:35px;
	height:35px;
}

.social-holder .social-icon:hover .socialimagehover {
	display:block;
}

.social-holder .social-icon:hover .socialimage {
	display:none;
}

.social-holder {
    display: inline-block;
    margin: 0;
    padding: 0;
	float: right;
}

.social.col1-2 {
    float: right;
    text-align: right;
}

#twitterfeedid > ul {
    color: #fff;
    font-size: 13px;
    line-height: 125%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#twitterfeedid .user span {
    display: none;
}

#twitterfeedid .user span:first-of-type {
    display: block;
}

#twitterfeedid .user {
    border-radius: 3px;
    float: left;
    height: 100%;
    margin-right: 5%;
    max-width: 15%;
    overflow: hidden;
}

#twitterfeedid a {
    color: #fff;
}

#twitterfeedid a:hover {
    color: #ff0000;
    text-decoration: none;
}

#twitterfeedid .interact {
    display: none;
}

#twitterfeedid li p {
    float: right;
    width: 80%;
}

.section-fullwidth {
    display: block;
    min-width: 100%;
    width: 100%;
    position: relative;
}

.redbg {
    background-color: #ff0000; /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,0,0,1)), color-stop(100%, rgba(222,0,0,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(255,0,0,1) 0%, rgba(222,0,0,1) 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
    background:-webkit-radial-gradient(center ellipse, rgba(255,0,0,1) 0%, rgba(222,0,0,1) 100%);
    background:radial-gradient(ellipse at center, rgba(255,0,0,1) 0%, rgba(222,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#de0000',GradientType=1 ); /* ie6-9 */
}

.bluebg { /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(55,149,210,1)), color-stop(100%, rgba(35,114,165,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(55,149,210,1) 0%, rgba(35,114,165,1) 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
    background:-webkit-radial-gradient(center ellipse, rgba(55,149,210,1) 0%, rgba(35,114,165,1) 100%);
    background:radial-gradient(ellipse at center, rgba(55,149,210,1) 0%, rgba(35,114,165,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3795d2', endColorstr='#2372a5',GradientType=1 ); /* ie6-9 */
}

.greenbg { /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(47,178,151,1)), color-stop(100%, rgba(10,157,127,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(47,178,151,1) 0%, rgba(10,157,127,1) 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
    background:-webkit-radial-gradient(center ellipse, rgba(47,178,151,1) 0%, rgba(10,157,127,1) 100%);
    background:radial-gradient(ellipse at center, rgba(47,178,151,1) 0%, rgba(10,157,127,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fb297', endColorstr='#0a9d7f',GradientType=1 ); /* ie6-9 */
}

.yellowbg { /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(241,197,0,1)), color-stop(100%, rgba(208,170,0,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(241,197,0,1) 0%, rgba(208,170,0,1) 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
    background:-webkit-radial-gradient(center ellipse, rgba(241,197,0,1) 0%, rgba(208,170,0,1) 100%);
    background:radial-gradient(ellipse at center, rgba(241,197,0,1) 0%, rgba(208,170,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c500', endColorstr='#d0aa00',GradientType=1 ); /* ie6-9 */
}

.purplebg { /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(141,88,160,1)), color-stop(100%, rgba(86,50,99,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(141,88,160,1) 0%, rgba(86,50,99,1) 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
    background:-webkit-radial-gradient(center ellipse, rgba(141,88,160,1) 0%, rgba(86,50,99,1) 100%);
    background:radial-gradient(ellipse at center, rgba(141,88,160,1) 0%, rgba(86,50,99,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d58a0', endColorstr='#563263',GradientType=1 ); /* ie6-9 */
}

.whitebg {
    background-color: #fff;
}

.padding65 {
    padding: 25px 0;
}

.padding40 {
    padding: 40px 0;
}
.padding20 {
    padding: 20px 0;
}

.padding0 {
    padding: 0;
}

.padding-top0 {
    padding-top: 0;
}

.alignmiddle {
    margin: 0 auto;
    display: block;
}

section .home {
    background-image: url('../img/hero-home.png');
    background-repeat: no-repeat;
    background-size: 80%;
}

section .methodology {
    background-image: url('../img/hero-methodology.png');
    background-repeat: no-repeat;
    background-size: 80% auto;
    
}

section .results {
    background-image: url('../img/hero-results.png');
    background-repeat: no-repeat;
    background-size: 80% auto;
}

section .analysis {
    background-image: url('../img/hero-analysis.png');
    background-repeat: no-repeat;
    background-size: 80% auto;
}

section .conclusion {
    background-image: url('../img/hero-conclusion.png');
    background-repeat: no-repeat;
    background-size: 80% auto;
}



.cta {
    color: #5c5c62;
}

.container p a {
    color: #ff0000;
}

.container p a:hover {
    color: #454648;
    text-decoration: none;
}

.iconblock {
    margin-bottom: 30px;
}

.iconblock img {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.iconblock:hover img, .iconblock.active img {
    opacity: 0.2;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

header {
    background-color: #fff;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0px 1px 15px 5px rgba(0,0,0,0.1);
}

.navfade {
    display: none;
}




    .signupform {
        background-color: #fff;
        padding: 20px;
        position: relative;
        top: -250px;
        width: 100%;
        border: 1px solid #dbdbdd;
    
        left: 0;
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        z-index: 1000;
        display: none;
        border: 0;
    }
    
    .signupform legend,
    .signupform h3 {
        color: #ff0000;
        font-size: 18px;
        text-decoration: none;
        border: 0;
        margin-bottom: 15px;
        font-family:"MarkWebPro-Medium W03 Regular";
        line-height: 100%;
        font-weight: normal;
    }
    
    .signupform p {
        font-size: 14px;
        color: #222222;
        line-height: 1.4;
        margin-bottom: 18px;
    }

    .signupform label {
        font-size: 12px;
        color: #222222;
        line-height: 1.5;
        display: block;
        width: 100%;
        font-family:"MarkWebPro-Medium W03 Regular";
        font-weight: normal;
    }

    .signupform input {
        border: 1px solid #dededf;
        color: #9999a0;
        font-size: 12px;
        line-height: 100%;
        margin: 0 0 10px;
        padding: 10px;
        width: 100%;
    }
    
    .signupform .inputnew, .download a,
    .signupform .hs-button {
        background-color: #4990e2;
        color: #fff;
        font-size: 13px;
        margin: 0;
        padding: 15px;
        text-transform: uppercase;
        font-family:"MarkWebPro-Medium W03 Regular";
        font-weight: normal;
        position: relative;
        border: 0;
    }
    
    .download {
        background-color: #fff;
        border: 1px solid #eee;
        bottom: 0;
        left: 0;
        padding: 6px;
        position: fixed;
        width: 100%;
        z-index: 3;
    }

    .download a {
        display: block;
        width: 100%;
        font-size: 12px;
        text-align: center;
        padding: 10px;
        position: relative;
    }

    .inputnewbtn {
        position: relative;
    }

    .signupform .inputnewbtn:after, .download a:after,
    .signupform .hs-button:after {
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff;
        border-top: 5px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
        z-index: 111111;
    }
    
    .signupform .inputnew:hover, .download a:hover,
    .signupform .hs-button:hover {
        background-color: #7ed321;
        text-decoration: none;
    }

    .signupform .hs-error-msgs {
        margin: 5px 0;
        padding: 0;
        list-style: none;
        background-color: transparent;
        border: 0;
    }

    .signupform .hs-error-msgs li:before {
        display: none;
    }
    
    .signupform label.error,
    .signupform .hs-error-msgs li label {
        margin: -18px 0 18px 0;
        font-size: 12px;
        color: #ff0000;
        font-family:"MarkWeb W03 Regular1473420";
    }
    
    .signupform #response p {
        margin-top: 18px;
    }

    .form-holder {
        /*display: flex;
        flex-direction: column;
        justify-content: center;*/
    }

    .form-holder .is_stuck {
        -webkit-transform: none;
        transform: none;
        top: auto;
        bottom: auto;
        left: auto !important;
        right: auto !important;
    }

    .form-section {
        position: absolute;
        z-index: 1001;
    }

    


/*   ========================= GENERAL STYLES =========================   */




/*   ========================= MOBILE STYLES =========================   */

.container {
    padding: 0;
}

.footer-row .twitter {
    display: none;
}
.site-footer {
    padding-left: 25px;
    padding-right: 25px;
}

.footer-row.row2 .col1-2 .text br {
    display: none;
}

.footer-row.row1 {
    display: none;
}

.footer-row.row2 {
    border-top: 0 none;
    display: table;
    padding-top: 0;
}

.copyright.col1-2 {
    display: table-footer-group !important;
    float: none;
}

.social.col1-2 {
    display: table-header-group !important;
    float: none;
}

.website-by {
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.footer-row.row2 .col1-2 .text {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

.footer-logo {
    max-width: 180px;
}

.social .title {
    font-size: 16px;
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
}

.social-holder {
    text-align: center;
    width: 100%;
}

.social-holder .social-icon a img {
    width: 60px;
    height: 60px;
}

.social-holder .social-icon {
    margin: 0 2%;
}





.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
	outline:none;
}



.menu-toggle:hover,
.menu-toggle:focus {
	border-color: #1d8fff;
	color: #1d8fff;
}

.menu-toggle {
    background-color: #454648;
    border: medium none;
    border-radius: 0;
    height: 51px;
    padding: 12px 14px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 51px;
	cursor: pointer;
}


.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 26px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
}
.menu-toggle span:after {
	width: 13px;
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
  	-webkit-transform: all 100ms ease-in-out;
	-moz-transform: all 100ms ease-in-out;
	-ms-transform: all 100ms ease-in-out;
}
.menu-toggle.active span::after {
	width: 26px;
}
.menu-toggle:hover span:after {
	width: 26px;
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
  	-webkit-transform: all 100ms ease-in-out;
	-moz-transform: all 100ms ease-in-out;
	-ms-transform: all 100ms ease-in-out;
}
.menu-toggle span:before {
  	top: -8px; 
}
.menu-toggle span:after {
  	bottom: -8px;
}

.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
  	-webkit-transition: all 100ms ease-in-out;
  	transition: all 100ms ease-in-out;
  	-webkit-transform: all 100ms ease-in-out;
	-moz-transform: all 100ms ease-in-out;
	-ms-transform: all 100ms ease-in-out;
}
.menu-toggle.active span {
  	background-color: transparent;
}
.menu-toggle.active span:before, .menu-toggle.active span:after {
  	top: 0;
}
.menu-toggle.active span:before {
  	transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.menu-toggle.active span:after {
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.row {
    max-width: 1440px;
    padding: 0;
}
.row {
    margin-right: auto;
    margin-left: auto;
}

.iconnav-row-holder {
    float: left;
}

.iconnav-row .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.iconnav-row {
    text-align: center;
    font-size: 14px;
    color: #5c5c62;
    margin-bottom: 70px;
}

.iconnav-row p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #5c5c62;
}

.iconnav-row img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
}

.iconnav-row a {
    color: #4a90e2;
    font-size: 14px;
    text-decoration: none;
    font-family:"MarkWebPro-Medium W03 Regular";
    font-weight: normal;
}

.iconnav-row a:hover {
    color: #454648;
    text-decoration: none;
}




    h1 {
        font-size: 34px;
        color: #fff;
        font-weight: normal;
        text-transform: uppercase;
    }
    
    h2 {
        font-size: 22px;
        color: #fff;
        font-weight: normal;
        text-transform: none;
    }

    h3 {
        font-size: 17px;
        color: #222222;
        font-family:"MarkWeb W03 Regular1473420";
        font-family:"MarkWebPro-Medium W03 Regular";
        font-weight: normal;
        text-transform: none;
    }
    
    section p {
        font-size: 14px;
        line-height: 1.36;
        margin-bottom: 20px;
    }
    
    section ul {
        background-color: #f5ffff;
        border: solid 1px #d4e5f8;
        padding: 20px 20px 16px 20px;
        margin-bottom: 30px;
        list-style: none;
    }
    
    section ul li {
        color: #222222;
        font-size: 14px;
        line-height: 1.33;
        margin-bottom: 20px;
        opacity: 0.8;
        position: relative;
    }

    section ul li span {
        color: #ff0000;
    }
    
    section ul li::before {
        background-color: #ff0000;
        border-radius: 5px;
        content: "";
        display: block;
        height: 5px;
        left: -20px;
        position: absolute;
        top: 7px;
        width: 5px;
        display: none !important;
    }
    
    .title-container {
        position: relative;
        bottom: 0;
        z-index: 2;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 0 0 10px 0;
    }

    section .home {
        height: 170px;
    }

    section .methodology,
    section .results,
    section .analysis,
    section .conclusion {
        height: 170px;
    }

    section .home {
        background-size: 90%;
        background-position: center center;
    }

    section .methodology {
        background-position: center center;
        background-size: 90%;
    }

    section .results {
        background-position: center center;
        background-size: 90%;
    }

    section .analysis {
        background-position: center center;
        background-size: 90%;
    }

    section .conclusion {
        background-position: center center;
        background-size: 90%;
    }

    .download {
        display: block;
    }

    .formclose {
        background-color: #fff;
        cursor: pointer;
        display: block;
        font-family: inherit;
        font-size: 30px;
        font-weight: 500;
        height: 36px;
        line-height: 20px;
        padding: 5px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 36px;
        opacity: 1;
    }

    .formclose:hover {
        opacity: 0.5;
    }

    .scrollstop {
        background-color: transparent;
        height: 1px;
        position: fixed;
        top: 15%;
        width: 100%;
        z-index: 10000;
    }
    

/*   ========================= MOBILE STYLES =========================   */


@media screen and (min-width: 1px) and (max-width: 600px) {
    .signupform {
        bottom: 0 !important;
        padding: 20px !important;
        position: fixed !important;
        top: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
    
    .fnamefield {
        margin-right: 4%;
    }
    .fnamefield, .lnamefield {
        display: inline;
        float: left;
        width: 48%;
    }
    
    .signupform label.error {
        color: #ff0000;
        font-family: "MarkWeb W03 Regular1473420";
        font-size: 12px;
        margin: -10px 0 10px;
    }
    
    .signupform p {
        color: #222222;
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 0;
    }
}





/*   ========================= MEDIA QUERIES =========================   */

@media screen and (min-width: 600px) {
    .footer-row .branding {
        max-width: none;
        width: 20%;
    }
    .footer-row .addresses {
        width: 40% !important;
    }
    .footer-row .buttons {
        width: 32% !important;
    }
    
    .footer-row .buttons a {
        margin: 15px 4% 12px 0;
    }
    
    .social-holder .social-icon {
        margin: 0 1%;
    }
    
    section .home {
        height: 440px;
    }

    section .methodology,
    section .results,
    section .analysis,
    section .conclusion {
        height: 200px;
    }
    
    section .home {
        background-size: 80%;
        background-position: center top 20px;
    }
    
    section .methodology {
        background-position: center bottom -20px;
        background-size: 76%;
    }

    section .results {
        background-position: center bottom 0;
        background-size: 76%;
    }

    section .analysis {
        background-position: center bottom 0;
        background-size: 60%;
    }

    section .conclusion {
        background-position: center top;
        background-size: 76%;
    }
    
    .title-container {
        position: absolute;
        bottom: 20px;
        z-index: 2;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 0;
    }
    
    .signupform {
        background-color: #fff;
        padding: 20px;
        position: relative;
        top: -250px;
        width: 80%;
        border: 1px solid #dbdbdd;
    
        left: 0;
        right: 0;
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1000;
        margin: 0 auto;
        display: none;
    }
    
} /* -------- END 600X -------- */

@media (min-width: 767px) {
    
    .signupform {
        background-color: #fff;
        padding: 20px;
        position: relative;
        top: -250px;
        width: 100%;
        border: 1px solid #dbdbdd;
    
        left: 0;
        position: relative;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        z-index: 1000;
        display: block !important;
    }
} /* -------- END 767X -------- */


@media (min-width: 768px) {
    
    section p {
        font-size: 18px;
        line-height: 1.56;
        margin-bottom: 30px;
    }
    
    .row {
        max-width: 1440px;
        padding: 0 25px;
    }
    
    .padding65 {
        padding: 65px 0;
    }
    
    .section1 {
        padding-top: 61px !important;
    }
    
    .container {
        width: 100%;
    }
    
    .navbar-brand {
        display: block;
        float: left;
        font-size: 18px;
        height: auto;
        line-height: 20px;
        max-width: 300px;
        padding: 0;
    }
    
    .menu-toggle {
        background-color: #454648;
        border: medium none;
        border-radius: 0;
        height: 61px;
        padding: 15px 18px;
        position: absolute;
        right: 0;
        text-indent: -9999px;
        top: 0;
        width: 61px;
        cursor: pointer;
    }
    
    .footer-row.row1 {
        display: block;
    }
    
    .footer-row.row2 {
        border-top: 1px solid #99999a;
        padding-top: 20px;
        display: block;
    }
    
    .copyright.col1-2 {
        display: inline-block !important;
    }

    .social.col1-2 {
        display: inline-block !important;
        float: right;
    }
    
    .website-by {
        display: none;
    }
    
    .footer-row.row2 .col1-2 .text {
        font-size: 0.688em;
        text-align: left;
        margin-top: 0;
    }
    
    .social .title {
        display: inline-block;
        font-size: 0.813em;
        margin-right: 10px;
        width: auto;
        text-align: right;
    }
    
    .social-holder {
        text-align: right;
        width: auto;
    }

    .social-holder .social-icon a img {
        width: 35px;
        height: 35px;
    }
    
    .social-holder .social-icon {
        margin: 0 2px;
    }
    
    .mobile-nav {
        top: 61px;
        max-width: 300px;
    }
    
    .navfade {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        height: calc(100% - 61px);
        left: 0;
        position: fixed;
        top: 61px;
        width: 100%;
        z-index: 1000;
    }
    
    section .home {
        height: 540px;
    }

    section .methodology,
    section .results,
    section .analysis,
    section .conclusion {
        height: 280px;
    }
    
    section .home {
        background-size: 80%;
        background-position: center top 20px;
    }
    
    section .methodology {
        background-position: center bottom -20px;
        background-size: 76%;
    }

    section .results {
        background-position: center bottom 0;
        background-size: 76%;
    }

    section .analysis {
        background-position: center bottom -10px;
        background-size: 65%;
    }

    section .conclusion {
        background-position: center top;
        background-size: 76%;
    }
    
    h1 {
        font-size: 40px;
        color: #fff;
        font-weight: normal;
        text-transform: uppercase;
    }
    
    h2 {
        font-size: 30px;
        color: #fff;
        font-weight: normal;
        text-transform: none;
    }
    
    section ul li {
        color: #222222;
        font-size: 18px;
        line-height: 1.56;
        margin-bottom: 20px;
        opacity: 0.8;
        position: relative;
    }
    
    section ul li::before {
        background-color: #ff0000;
        border-radius: 5px;
        content: "";
        display: block;
        height: 5px;
        left: -20px;
        position: absolute;
        top: 10px;
        width: 5px;
    }
    
    .download {
        display: none;
    }
    
    .site-footer {
        margin-bottom: 0;
    }
    
    .signupform legend,
    .signupform h3 {
        color: #ff0000;
        font-size: 24px;
        text-decoration: none;
        border: 0;
        margin-bottom: 15px;
        font-family:"MarkWebPro-Medium W03 Regular";
        line-height: 100%;
        font-weight: normal;
    }
    
    .signupform label {
        font-size: 14px;
        color: #222222;
        line-height: 1.5;
        display: block;
        width: 100%;
        font-family:"MarkWebPro-Medium W03 Regular";
        font-weight: normal;
    }
    
    .signupform input {
        border: 1px solid #dededf;
        color: #9999a0;
        font-size: 16px;
        line-height: 100%;
        margin: 0 0 18px;
        padding: 14px;
        width: 100%;
    }
    
    .signupform p {
        font-size: 15px;
        color: #222222;
        line-height: 1.4;
        margin-bottom: 18px;
    }
    
    #downloadbtn {
        display: none;
    }
    
    .formclose {
        display:none;
    }
    
    .site-footer {
        position: absolute;
        z-index: 1002;
    }
    
    
} /* -------- END 768PX -------- */




@media (min-width: 992px) {
    .container {
        width: 100%;
    }
    
    .main-nav {
        display: block;
    }
    
    .mobile-nav {
        display: none;
    }
    
    .menu-toggle {
        display: none;
    }
    
    .main-nav a {
        font-size: 13px;
        margin: 0.55em 1.3em;
    }
    
    .footer-row .twitter {
        display: inline-block;
    }
    
    .site-footer {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .footer-row .branding {
        max-width: none;
        width: 15%;
    }
    .footer-row .addresses {
        width: 30% !important;
    }
    .footer-row .buttons {
        width: 25% !important;
    }
    
    .footer-row .buttons a {
        margin: 15px 8% 12px 0;
    }
    
    .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .main-nav {
        right: 50px;
    }
    
    section .home {
        height: 640px;
    }

    section .methodology,
    section .results,
    section .analysis,
    section .conclusion {
        height: 340px;
    }
    
    section .home {
        background-size: 80%;
        background-position: center top 20px;
    }
    
    section .methodology {
        background-position: center bottom -30px;
        background-size: 76%;
    }

    section .results {
        background-position: center bottom 0;
        background-size: 76%;
    }

    section .analysis {
        background-position: center bottom -30px;
        background-size: 65%;
    }

    section .conclusion {
        background-position: center top;
        background-size: 76%;
    }
    
    
} /* -------- END 992PX -------- */
 


@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1440px;
        padding: 0 80px;
    }
    
    .site-footer {
        padding-left: 80px;
        padding-right: 80px;
    }
    
    .main-nav {
        right: 80px;
    }
    
    .main-nav a {
        font-size: 13px;
        margin: 0.55em 1.3em;
    }
    
    .footer-row.row2 .col1-2 .text br {
        display: block;
    }
    
    section .home {
        height: 640px;
    }

    section .methodology,
    section .results,
    section .analysis,
    section .conclusion {
        height: 400px;
    }
    
    section .home {
        background-size: 80%;
        background-position: center top 20px;
    }
    
    section .methodology {
        background-position: center bottom -40px;
        background-size: 76%;
    }

    section .results {
        background-position: center bottom 0;
        background-size: 76%;
    }

    section .analysis {
        background-position: center bottom -40px;
        background-size: 65%;
    }

    section .conclusion {
        background-position: center top;
        background-size: 76%;
    }
    
} /* -------- END 1200PX -------- */


