@import url(https://fonts.googleapis.com/css?family=Open+Sans:400|Oswald:700);

/* Eric Meyer CSS Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


/* CSS reset ends */


/* GLOGAL STYLES */

html {}

body {
    font-size: 16px;
    font-family: Open Sans, Helvetica, arial, sans-serif;
    line-height: 1.388;
    color: #262525;
    background: url(../images/dark_fish_skin.png);
}

h1 {
    font-family: Oswald, Myriad Pro, Helvetica, Arial;
    Color: #fff;
    font-size: 3.4em;
    line-height: 1.1em;
    margin-top: 8%;
    margin-left: 16%;
    padding-right: 10%;
}

h2 {
    font-family: Oswald, Myriad Pro, Helvetica, Arial;
    Color: #fff;
    font-size: 3.375em;
    line-height: 1.1em;
    margin-top: 5%;
    margin-left: 14%;
    padding-right: 15%;
    -webkit-transition: font-size 1s;
    /* Safari */
    transition: font-size 1s;
}

h2:hover {
    font-size: 4.3em;
}

h3 {
    font-family: Oswald, Myriad Pro, Helvetica, Arial;
    Color: #fff;
    font-size: 2.25em;
    line-height: 1.1em;
    margin-top: 0%;
    margin-left: 14%;
    padding-right: 15%;
}

h4 {
    font-family: Oswald, Myriad Pro, Helvetica, Arial;
    Color: #fff;
    font-size: 1.5em;
    line-height: 1.1em;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 2%;
    padding-right: 15%; 
}

#h4-reg {
    font-size: .8em;
    }

h5 {}

h6 {    
    font-family: Oswald, Myriad Pro, Helvetica, Arial;
    Color: #fff;
    font-size: .8em;
    line-height: 1.1em;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 2%;
    padding-right: 15%; }

a {
    text-decoration: none;
}

#container {
    margin: 0 auto;
    max-width: 960px;
    background: black;
}

#container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/* AREA SPECIFIC STYLES */

.small-reverse-logo {
    height: 34px;
    width: auto;
    display: inline-block;
    float: left;
    margin-left: 20px;
}

#main-nav {
    background: black;
    float: left;
    position: relative;
    width: 100%;
}

#main-nav:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}

#main-nav ul li {
    color: #fff;
    display: inline-block;
    list-style-type: none;
    float: left;
    line-height: 1em;
    padding: 10px 10px 10px 10px;
    background-color: black;
    text-align: center;
    font-size: .9em;
}

#main-nav ul li:hover {
    background-color: #f82311;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#main-nav ul li a {
    color: #fff;
}

nav a#pull {
    display: none;
}

#introduction {
    background: url(../images/main-color-bg.svg);
    background-repeat: none;
    background-size: cover;
    height: auto;
}

.spacer-left {
    float: left;
    width: 29.3%;
    height: 45px;
    margin-left: 1%;
    margin-right: 1%;
    padding: 1%;
}

.intro-paragraph {
    display: inline-block;
    float: left;
    width: 50%;
    margin-left: 43%;
    padding-top: 2%;
    padding-bottom: 3%;
}

.intro-paragraph:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#simon {
    display: block;
    max-width: 960px;
    margin: 0 auto;
}

#speaker-image {
    width: 29.56%;
    height: 682px;
    float: left;
    display: inline-block;
    margin-left: 2%;
    margin-top: 4%;
}

#speaker-image img {
    width: 100%;
    height: auto;
}

#googled-ads {
    background-color: #f82311;
    width: 64.4%;
    min-width: 300px;
    height: auto;
    float: left;
    display: inline-block;
    margin-top: 2%;
    margin-left: 2%;
    margin-bottom: 2%;
    padding-left: 2%;
}

#googled-ads p {
    padding: 2% 13% 5% 14%;
}

#googled-ads a {
    text-decoration: none;
    color: #f2bc7c;
    font-weight: 700;
}

#googled-ads a:hover {
    color: white;
}

#special-offers {
    background-color: #00b5ee;
    width: 64.4%;
    height: auto;
    float: left;
    display: inline-block;
    margin-left: 2%;
    padding-left: 2%;
}

#special-offers p {
    padding: 2% 12% 5% 14%;
}

form {
    margin-left: 14%;
}

input {
    margin-top: 0%;
    margin-bottom: 5%;
    height: 10%;
    font-size: .9em;
    width: 80%;
}

.button {
    width: 20%;
    height: 30px;
}

.footer-cols {
    display: inline-block;
    float: left;
    width: 14.8%;
    margin: 1%;
    padding: 1%;
    font-size: .65em;
    color: white;
    box-sizing: border-box;
}

.footer-cols:nth-child(1) {
    width: 26.0%;
    margin-left: 5%;
    margin-right: 1%;
}

.footer-cols img {
    width: 65%;
    margin-bottom: 10px;
}

.footer-cols a {
    color: white;
    text-decoration: none;
}

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

.footer-cols ul {
    margin-top: 5px;
}

.footer-cols ul li {
    line-height: 1.8em;
}

.footer-cols ul li a {
    color: white;
    text-decoration: none;
}

.footer-cols ul li a:hover {
    text-decoration: underline;
}

.social-icons {
    font-size: 2em;
    margin-bottom: 5px;
}

#disclaimer-header {
    font-family: Oswald, Myriad Pro, Helvetica, Arial;
    Color: #000;
    font-size: 1.8em;
    line-height: 1.1em;
    margin-left: 0;
    margin: 10px 0 10px 0;
    text-align: left;
}

#disclaimer {
    position: absolute;
    left: 35%;
    top: 50%;
    width: 300px;
    background: #faf69b;
    padding: 10px;
    box-shadow: 10px 10px 5px #000; 
}

#disclaimer-close {
    float: right;
    text-decoration: none;
}

#disclaimer a {
    color: #000;
}


/* REUSABLE STYLES */


/*** COLUMNS based on margins and padding at 1% for each, on both sides. So they all have a total of 4% subtracted  ***/

.sup { vertical-align: super; }


.col13 {
    width: 29.3%
}

.col23 {
    width: 62.6%
}

.col33 {}

.col12 {
    width: 46%
}

.col14 {
    width: 21%
}

.col15 {
    width: 16%
}

.col16 {
    width: 12.6%
}

.col13,
.col23,
.col33,
.col12,
.col14,
.col15,
.col16 {
    margin: 1%;
    padding: 1%;
    font-weight: 700;
}


/*** COLUMNS based on margins and padding with no 4% for margins and padding  ***/

.col13nmnp {
    width: 33.3%
}

.col23nmnp {
    width: 66.6%
}

.col33nmnp {
    width: 100%
}

.col12nmnp {
    width: 50%
}

.col14nmnp {
    width: 25%
}

.col15nmnp {
    width: 20%
}

.col16nmnp {
    width: 16.6%
}


}
.col13nmnp,
.col23nmnp,
.col33nmnp,
col12nmnp,
.col14nmnp,
col15nmnp,
.col16nmnp {
    margin: none;
    padding: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.white {
    color: #fff;
}
.hide {
    display: none
}

.black {
    color: black;
}

/* TABLET SIZE STYLING */
@media screen and (max-width: 768px) {
    h1 {
        font-size: 2.5em;
        line-height: 1.1em;
        margin-top: 12%;
        margin-left: 26%;
        padding-right: 10%;
    }
    
    .intro-paragraph {
        display: inline-block;
        float: left;
        width: 45%;
        margin-left: 16%;
        margin-right: 4%;
        padding-top: 14%;
        padding-bottom: 3%;
        padding-right: 1%;
    }
}
.col23 {
    width: 100%;
}

/* INTERMEDIATE SIZE STYLING */
@media screen and (max-width: 750px) {
    h1 {
        font-size: 2.3em;
        line-height: 1.1em;
        margin-top: 11%;
        margin-left: 26%;
        padding-right: 10%;
    }
    
    .intro-paragraph {
        display: inline-block;
        float: left;
        width: 41%;
        margin-left: 17%;
        margin-right: 4%;
        padding-top: 12%;
        padding-bottom: 4%;
        padding-right: 1%;
        font-size: .8em;
    }
}
.col23 {
    width: 100%;
}

/* MOBILE SIZE STYLING */
@media screen and (max-width: 640px) {
    
    /* GLOBAL STYLES */
    
    body {
        font-size: 15px;
    }
    
    h1 {
        font-size: 2.3em;
        line-height: 1.1em;
        margin-top: 67%;
        margin-left: 5%;
        margin-right: 5%;
        padding-right: 0%;
    }
    
    h2 {
        font-size: 3em;
        line-height: 1.1em;
        margin-left: 10%;
        padding-right: 10%;
        padding-top: 5%;
        -webkit-transition: font-size 1s;
        /* Safari */
        transition: font-size 1s;
    }
    
    h2:hover {
        font-size: 2.8em;
    }
    
    h3 {
        font-size: 1.25em;
        line-height: 1.1em;
        margin-top: 0%;
        margin-left: 10%;
        padding-right: 10%;
    }
    
    #container {
        width: 100%!important;
    }
    /* AREA SPECIFIC STYLES */
    
    .small-reverse-logo {
        display: none
    }
    
    #main-nav {
        border-bottom: 0;
        width: 100%;
    }
    
    #main-nav ul {
        display: none;
        height: auto;
    }
    
    #main-nav ul li {
        display: block;
        height: auto;
        width: 100%;
        text-align: center;
        /* margin-left: 0 !important;*/
        margin-right: 0;
        padding: 12px 0 12px 0;
    }
    
    #main-nav ul li:nth-child(1) {
        margin-top: 40px;
    }
    
    #main-nav ul li:nth-child(5) {
        margin-bottom: 20px;
    }
    
    #main-nav a#pull {
        display: block;
        background-color: black;
        width: 100%;
        position: absolute;
        color: white;
        padding: 3% 0 3% 0;
    }
    
    #main-nav a#pull:after {
        content: "";
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
    
    #introduction {
        background: url(../images/main-color-bg2.svg);
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
    }
    
    .col23 {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .col23nmnp {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .intro-paragraph {
        width: 87%;
        margin-left: 1% !important;
        margin-right: 3% !important;
        padding-top: 2%;
    }
    
    .spacer-left {
        height: 0;
    }
    
    .intro-paragraph p {
        padding-right: 3%;
    }
    
    .spacer-left {
        width: 0;
    }
    
    #speaker-image {
        display: none;
    }
    
    #animated-svg {
        margin-top: 5%;
    }
    
    #googled-ads {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 2%;
        margin-left: 0%;
        padding-left: 0%;
    }
    
    #googled-ads p {
        margin-left: 10%;
        padding-left: 1%;
    }
    
    #special-offers {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0%;
        padding-left: 0;
    }
    
    #special-offers p {
        padding: 2% 10% 5% 10%;
    }
    
    form {
        margin-left: 10%;
    }
    
    .button {
        width: 30%;
        height: 30%;
    }
    
    .footer-cols {
        display: inline-block;
        float: left;
        width: 45%;
        margin: 0 5% 5% 5% 5%;
        padding: 5%;
        font-size: .9em;
        text-decoration: none;
    }
    
    .footer-cols:nth-child(1) {
        width: 97%;
        margin-left: 2%;
        margin-right: 5%;
    }
    
    .footer-cols:nth-child(4) {
        clear: both;
    }
    
    .footer-cols ul li a {
        text-decoration: none !important;
    }
    
    .footer-cols ul li a:hover {
        background-color: #00b5ee;
        padding: 0 3px 0 3px;
    }
}