html,body {
    margin:0;
    padding:0;
    height:100%;
}
body {
    -moz-osx-font-smoothing: grayscale;
    color: #6d7a82;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 2rem;
    line-height: 1.618em;
    background-color:#F4F4F4;
}
a:link {
    color:#ffb600;
    text-decoration: none;
    font-weight:600;
    font-size:12px;
}
a:visited {
    color: #ffb600;
    text-decoration: underline;
}
a:hover, a:active, a:focus {
    color: #e17c00;
    text-decoration: none;
}
.white-link a {
    color:#fff;
    text-decoration: none;
    font-weight:600;
    font-size:12px;
}
.white-link a:visited {
    color: #fff;
    text-decoration: none;
}
.white-link a:hover, a:active, a:focus {
    text-decoration: underline;
}
h1 {
    color: #6d7a82;
    font-size: 3.2358rem;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0;
}
h1, h2 {
    text-rendering: optimizelegibility;
}
h1.centered {
    text-align: center;
}
#wrapper {
    min-height:100%;
    position:relative;
}
#header {
    background:#424a4d;
    padding:5px;
}
.header-container {
    max-width:950px; margin:0 auto; font-size: 1.2069rem; line-height: normal;
}
.logo {
    display: block; padding: 1.618em 0; width: 14.416em; margin-left:15px;
}
#content {
    padding-bottom:120px; /* Height of the footer element */
}
.content-container {
    background-color: #fff; background-image:url(img/pattern.png); background-repeat: repeat;
}
.title {
    /* max-width:900px; */
    margin: 0 auto;
    padding: 60px 0;
}
.content {
    max-width:750px; margin:0 auto; padding: 20px 0;
}
.login-box {
    background: #fff;
    position: relative;
    width:470px;
    height:auto;
    border:thin solid #bbb;
    box-shadow: 8px 8px 5px #bbb;
    padding:45px 25px;
}
.login-title {
    text-align: center;
    font-size: 1.6069rem;
    text-transform: uppercase;
}
.margin-top-45 {
    margin-top:45px;
}
.text-font {
    font-size: 12px;
}
.uppercase {
    text-transform:uppercase;
}
#footer {
    background:#424a4d;
    width:100%;
    height:90px;
    position:absolute;
    bottom:0;
    left:0;
}
.footer-font {
    font-size: 12px;
    color: #fff;
    text-align:center;
}

.selected {
    font-weight:bold;
}

/* ~~ Buttons ~~ */
button, input[type="submit"], ul.primary li a, .button, .hbspt-form .hs-form.stacked .hs-button {
    border: 2px solid #ffb600;
    display: inline-block;
    font-size: 1.4069rem;
    font-weight: 600;
    line-height: 1.618em;
    overflow: hidden;
    padding: 0.19em 2.103em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.19s ease 0s;
    z-index: 1;
    color:#ffb600;
    font-weight:600;
    background-color: #fff;
}
button:hover, input[type="submit"]:hover, ul.primary li a:hover, .button:hover {
    color: #f4f4f4;
}
button:hover::after, input[type="submit"]:hover::after, ul.primary li a:hover::after, .button:hover::after {
    height: 120%;
    opacity: 1;
}
button::after, input[type="submit"]::after, ul.primary li a::after, .button::after {
    background: none repeat scroll 0 0 #ffb600;
    content: "";
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.hbspt-form .hs-form.stacked .hs-button {
    border: 2px solid #3a7ae5;
    display: inline-block;
    font-size: .8069rem;
    font-weight: 600;
    line-height: 1.618em;
    overflow: hidden;
    padding: 0.19em 2.103em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.19s ease 0s;
    z-index: 1;
    color:#ffffff;
    font-weight:600;
}
.hbspt-form .hs-form.stacked .hs-button:hover {
    color: #f4f4f4;
}
.hbspt-form .hs-form.stacked .hs-button:hover::after {
    height: 120%;
    opacity: 1;
}
.hbspt-form .hs-form.stacked .hs-button::after {
    background: none repeat scroll 0 0 #ffffff;
    content: "";
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

/* SIGN IN/SIGN UP PAGES */
#sign-message-bar {
    background:#4b5457; padding:5px; height:35px;
}
#sign-message-bar .message-container {
    max-width:85%; margin:0 auto; font-size: 1.3069rem; line-height: normal; text-align: right; color:#fff; font-weight:600;
}
#sign-header {
    background:#fff; padding:5px; border-bottom: 1px solid #424a4d;

}
#sign-header .header-container {
    max-width:85%; margin:0 auto; font-size: 1.2069rem; line-height: normal;
}
#sign-content {
    padding-bottom:90px;  /* Height of the footer element */
    background-color:#FFFFFF;
}
#sign-content a {
    color:#0e497e;
    font-weight:normal;
}
#sign-content .content {
    max-width:85%; margin:0 auto; height: 90vh;
}
#sign-content .content-container-left {
    min-height: 40vh;
    top: calc((60vh - 40vh) / 2);
    background: #fff;
    position: relative;
    max-width:375px;
    border:thin solid #bbb;
    box-shadow: 8px 8px 5px #bbb;
    padding:45px 25px;
}
#sign-content .login {
    text-align: center;
    font-size: 1.6069rem;
    text-transform: uppercase;
}
h2 {
    color: #00a186;
    font-size: 1.5358rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    margin: 0;
}
#sign-footer {
    background:#424a4d;
    width:100%;
    height:90px;
    position:absolute;
    bottom:0;
    left:0;
}
#sign-footer .footer-font {
    font-size: 12px;
    color: #fff;
    text-align:center;
}

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}