/*
Theme Name: Future Behaviour
Theme URI:
Description:
Version:
Author:
Author URI:

Edit the style.scss rather than style.css directly
*/
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, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: ""}
blockquote, q {
    quotes: "" ""}
div {
    display: block;
}
a {
    color: #32c0f3;
    text-decoration: none;
}
a:hover {
    color: #63b143;
}


@font-face {
    font-family: 'AllerBold';
    src: url("./fonts/aller_bold-webfont.eot");
    src: url("./fonts/aller_bold-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/aller_bold-webfont.woff") format("woff"), url("./fonts/aller_bold-webfont.ttf") format("truetype"), url("./fonts/aller_bold-webfont.svg#AllerBold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AllerLightRegular';
    src: url("./fonts/aller_light_regular-webfont.eot");
    src: url("./fonts/aller_light_regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/aller_light_regular-webfont.woff") format("woff"), url("./fonts/aller_light_regular-webfont.ttf") format("truetype"), url("./fonts/aller_light_regular-webfont.svg#AllerLightRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AllerRegular';
    src: url("./fonts/aller_regular-webfont.eot");
    src: url("./fonts/aller_regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/aller_regular-webfont.woff") format("woff"), url("./fonts/aller_regular-webfont.ttf") format("truetype"), url("./fonts/aller_regular-webfont.svg#AllerRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
body {
    background: #FFFFFF;
    text-align: center;
    font-family: Arial,  Helvetica,  'Sans Serif';
    font-size: 16px;
    color: #666666;
}

.container {
    display: block;
    margin: auto;
    text-align: left;
    max-width: 940px;
    position: relative;
    padding: 0 20px;
}

#top {
    background: url(./images/top.jpg) repeat-x #002f43;
    overflow: hidden;
}
#top .overlay {
    background: url(./images/top_overlay.png) center top;
    position: relative;
    overflow: hidden;
}
#header {
    min-height: 90px;
    margin: 0 0 37px 0;
    background: url(./images/header_dotted_line.png) repeat-x left bottom;
}
.home #top #header {
    margin: 0 0 27px 0;
}
#header .logo {
    position: absolute;
    margin: 30px 0 0 0;
}
#header .logo img {
	max-width: 100%;
}
#top_nav {
    position: absolute;
    top: 0;
    right: 20px;
    margin: 28px 0 15px 0;
    font-size: 13px;
}
#top_nav ul li {
    display: inline-block;
    padding: 0 16px;
    border-right: 1px solid #FFF;
}
#top_nav ul li.last, #top_nav ul li:last-child {
    border: none;
    padding-right: 0px;
}
#top_nav ul li a {
    color: #32c0f3;
    font-weight: bold;
}
#top_nav ul li a:hover {
    color: #FFF;
}
#main_nav {
    font-size: 13px;
    position: absolute;
    top: 55px;
    right: 20px;
}
#main_nav ul li {
    display: inline-block;
    padding: 0 16px;
    border-right: 1px solid #32c0f3;
}
#main_nav ul li.last, #main_nav ul li:last-child {
    border: none;
    padding-right: 0px;
}
#main_nav ul li a {
    color: #cfdce2;
    font-weight: bold;
    display: block;
}
#main_nav ul li.current-menu-item a {
    color: #FFF;
}
#main_nav ul li a:hover {
    color: #8ac43f;
}
#banner {
    height: 241px;
    overflow: hidden;
    position: relative;
}
#banner img {
    position: absolute;
    bottom: 0px;
    left: -1px;
    display: block;
		width: 100%;
}
#main {
    padding: 54px 0 0 0;
    overflow: hidden;
}
#main .container {
    background: url(./images/dotted_line_vertical.jpg) repeat-y 639px top;
    overflow: hidden;
}
.home #main {
    padding: 42px 0;
}
.home #main .container {
    background: none;
}
#home_top {
    overflow: hidden;
    clear: both;
    margin: 0 0 125px 0;
}
#home_top .row_a {
	text-align: center;
    overflow: hidden;
    background: url(./images/dotted_line_horizontal.jpg) repeat-x left bottom;
}

#home_top .row_a .welcome_text {
    width: 620px;
    padding: 6px 6px 28px 0;
    float: left;
    background: url(./images/dotted_line_vertical.jpg) repeat-y right bottom;
}
#home_top .row_a .welcome_text h3 {
    font-size: 23px;
    line-height: 27px;
    color: #013348;
    font-weight: normal;
    font-family: "AllerRegular";
    letter-spacing: -1px;
}
#home_top .row_a .welcome_text h3 span {
    color: #c1c2c0;
}
#home_top .row_a .sign_up {
    padding: 6px 0 0 23px;
    float: left;
}
#home_top .row_a .sign_up a {
    background: url(./images/icon_sign_up.jpg) no-repeat;
    padding: 0 0 0 92px;
    width: 190px;
    height: 70px;
    font-size: 24px;
    line-height: 27px;
    font-family: "AllerBold";
    display: block;
    letter-spacing: -1px;
}
#home_top .row_b .home_nav {
    float: left;
    padding: 30px 0 0 0;
    margin: 0 5% 0 0;
    width: 30%;
    background: url(./images/dotted_line_vertical.jpg) repeat-y right bottom;
		position: relative;
}

#home_top .row_b .home_nav_c {
    background: none;
    margin: 0;
}
#home_top .row_b .home_nav h3 {
    font-size: 24px;
    font-family: "AllerBold";
    letter-spacing: -1px;
    margin: 0 70px 10px 0;
}
#home_top .row_b .home_nav h3 a {
    color: #63b143;
}
#home_top .row_b .home_nav h3 a:hover {
    color: #32c0f3;
}
#home_top .row_b .home_nav p {
    font-size: 16px;
    font-family: "AllerRegular";
    letter-spacing: -1px;
    color: #333;
		margin-right: 70px;
}
#home_top .row_b .home_nav img {
    position: absolute;
		top: 30px;
		right: 0;
    margin-right: 32px;
}
#home_top .row_b .home_nav_b img {
    margin-right: 21px;
}
#home_top .row_b .home_nav_c img {
    float: right;
    margin-right: 14px;
}
.home_block {
    background: url(./images/dotted_line_horizontal.jpg) repeat-x left 40px;
    padding: 60px 0 142px 0;
    position: relative;
}
#home_how_can_we_help {
    padding-bottom: 92px;
}
.home_block .icon {
    position: absolute;
    top: 58px;
    left: 0px;
}
.home_block h2 {
    font-size: 48px;
    font-family: "AllerBold";
    letter-spacing: -3px;
    padding: 0 0 20px 60px;
    margin: 0 0 20px 0;
    display: block;
    background: url(./images/dotted_line_horizontal.jpg) repeat-x left bottom;
}
.home_block p {
    font-size: 24px;
    line-height: 27px;
    color: #013348;
    font-family: "AllerRegular";
    letter-spacing: -1px;
    margin: 0 0 50px 0;
}
.pyramid_nav {
    background: url(./images/pyramid_back_a.jpg) no-repeat center top;
    height: 281px;
    position: relative;
    margin: 0 0 36px 0;
		background-size: contain;
}
#home_how_we_work .pyramid_nav {
    background-image: url(./images/pyramid_back_b.jpg);
}
#home_how_can_we_help .pyramid_nav {
    background-image: url(./images/pyramid_back_c.jpg);
}
.pyramid_nav a {
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    height: 52px;
    padding: 0 0 0 13px;
		background-color: rgb(119, 184, 54);
		border-radius: 5px;
}
.pyramid_nav a:hover {
    background-position: left -52px;
}
.pyramid_nav a span {
    padding: 0 13px 0 0;
    color: #FFF;
    line-height: 52px;
    font-size: 24px;
    display: block;
    font-family: "AllerBold";
    letter-spacing: -1px;
}
.pyramid_nav a:hover span {
    background-position: right -52px;
}
.pyramid_nav a.link_b {
    top: 148px;
}
.pyramid_nav a.link_c {
    left: auto;
    right: 0px;
    top: 76px;
}
.pyramid_nav a.link_d {
    left: auto;
    right: 0px;
    top: 208px;
}
#home_how_we_work .pyramid_nav a.link_a {
    top: 82px;
}
#home_how_we_work .pyramid_nav a.link_b {
    top: 211px;
}
#home_how_we_work .pyramid_nav a.link_c {
    top: 13px;
}
#home_how_we_work .pyramid_nav a.link_d {
    top: 151px;
}
#home_how_can_we_help .pyramid_nav a.link_a {
    top: 13px;
}
#home_how_can_we_help .pyramid_nav a.link_b {
    top: 151px;
}
#home_how_can_we_help .pyramid_nav a.link_c {
    top: 82px;
}
#home_how_can_we_help .pyramid_nav a.link_d {
    top: 211px;
}
.home_block_prev_next {
    background: url(./images/dotted_line_horizontal.jpg) repeat-x left top;
    height: 22px;
    padding: 18px 10px 0 0;
}
.home_block_prev_next a {
    float: right;
    background: url(./images/home_block_prev_next.jpg) no-repeat;
    width: 29px;
    height: 22px;
    display: block;
}
.home_block_prev_next a.next {
    background-position: -29px top;
}
#content {
    float: left;
    max-width: 580px;
    padding: 0 60px 110px 0;
}
h1, h2, h3 {
    color: #21afee;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content p, #content ul, #content ol, #content blockquote, #content q {
    margin: 0 0 20px 0;
}
#content .alignleft {
    float: left;
    display: block;
    margin: 0 20px 20px 0;
}
#content .alignright {
    float: right;
    display: block;
    margin: 0 0 20px 20px;
}
#content h1 {
    font-size: 36px;
    margin: 0 0 25px 0;
    font-family: "AllerBold";
    letter-spacing: -3px;
}
#content h2 {
    font-size: 27px;
    color: #013348;
    margin: 0 0 20px 0;
    font-weight: normal;
    font-family: "AllerRegular";
    letter-spacing: -1px;
}
#content h3 {
    font-size: 21px;
    margin: 0 0 10px 0;
    padding: 15px 0 0 0;
    font-weight: normal;
    font-family: "AllerRegular";
    letter-spacing: -1px;
}
#content h4 {
    font-size: 15px;
    font-weight: normal;
}
#content h5 {
    font-size: 13px;
    font-weight: normal;
}
#content p, #content ul, #content ol {
    line-height: 21px;
    margin: 0 0 16px 0;
}
#content ul {
    list-style: disc outside;
    margin-left: 20px;
}
#content ol {
    list-style: decimal outside;
    margin-left: 20px;
}
#content ul ul, #content ol ul {
    margin-bottom: 0px;
}
#content img {
    border: 0px solid #CCC;
		max-width: 100%;
		height: auto;
}
#content h1.section_heading {
    display: block;
    line-height: 50px;
    padding: 0 0 0 50px;
    position: relative;
    overflow: hidden;
}
#content .page_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
}
small {
    font-size: 11px;
    display: block;
}
.clear {
    clear: both;
}
#content .pyramid_nav_inner {
    position: relative;
    height: 253px;
    background: url(./images/pyramid_links_inner.jpg) no-repeat;
		background-size: contain;
    margin: 0 -14px 32px 0;
}
#content .pyramid_nav_inner_bottom {
    margin: 110px -14px 0 0;
}
#content .pyramid_nav_inner a {
    display: block;
    position: absolute;
    top: 43px;
    left: 0px;
    height: 31px;
    padding: 0 0 0 13px;
		background-color: rgb(119, 184, 54);
    border-radius: 5px;
}
#content .pyramid_nav_inner a:hover, #content .pyramid_nav_inner a.link_active {
    background-position: left -36px;
}
#content .pyramid_nav_inner a span {
    padding: 0 13px 0 0;
    color: #FFF;
    line-height: 31px;
    font-size: 14px;
    display: block;
    font-family: "AllerBold";
}
#content .pyramid_nav_inner a:hover span, #content .pyramid_nav_inner a.link_active span {
    background-position: right -36px;
}
#content .pyramid_nav_inner a.link_b {
    top: 129px;
}
#content .pyramid_nav_inner a.link_c {
    left: auto;
    right: 0px;
    top: 86px;
}
#content .pyramid_nav_inner a.link_d {
    left: auto;
    right: 0px;
    top: 167px;
}
#content .archivepost {
    margin: 0 -58px 46px 0;
    padding: 0 58px 40px 0;
}
#content .archivepost p {
    line-height: 21px;
}
#content .archivepost h2 {
    margin: 0 0 10px 0;
}
#content .archivepost h2 a {
    color: #013348;
}
#content .archivepost h2 a:hover {
    color: #63b143;
}
#content .archivepost p.read_full_article {
    padding: 20px 0 0 0;
}
#content .archivepost p.read_full_article a {
    background: url(./images/read_more_arrow.jpg) no-repeat right center;
    padding: 0 16px 0 0;
}
#content .navigation .alignleft a, #content .navigation .alignright a {
    background: url(./images/nav_arrows.jpg) no-repeat left 3px;
    padding: 0 0 0 24px;
    font-size: 21px;
    line-height: 24px;
    font-family: "AllerRegular"}
#content .navigation .alignright a {
    background-position: right 4px;
    padding: 0 24px 0 0;
}
#content h1.post_title, #content .post_comments h3 {
    font-size: 27px;
    color: #013348;
    margin: 0 0 30px 0;
    font-family: "AllerRegular";
    letter-spacing: -1px;
    padding: 0px;
}
#content .post_comments h3#reply-title {
    margin: 0;
}
#content h1.post_title {
    margin: 0 0 10px 0;
}
#content p.meta {
    color: #00aeef;
    margin: 0 0 20px 0;
}
#content .post_comments {
    background: url(./images/dotted_line_horizontal.jpg) repeat-x left top;
    padding: 36px 0 0 0;
    margin: 40px -58px 0 0;
    margin: 40px 0 0 0;
}
#content .post_comments .thecomments, #content .post_comments .respond {
    padding-right: 58px;
}
#content .post_comments ol {
    list-style: none;
    margin: 0px;
}
#content .post_comments ol li {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
    margin: 0 0 35px 0;
    padding: 0 0 0 80px;
    min-height: 70px;
}
#content .post_comments ol li img {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 3px;
    border: 1px solid #f0f0f0;
}
#content .post_comments ol li h5 {
    color: #127ea0;
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 2px 0;
}
#content .post_comments ol li small {
    margin: 0 0 4px 0;
    color: #777;
}
#content .post_comments div.respond {
    padding: 40px 0 0 0;
    background: url(./images/dotted_line_horizontal.jpg) repeat-x left top;
}
#content .post_comments label {
    display: block;
    margin: 0 0 8px 0;
}
#content .post_comments input[type="text"], #content .post_comments textarea {
    background: #e9e9e9;
    padding: 5px;
    border: none;
    width: 330px;
    margin: 0 0 12px 0;
}
#content .post_comments textarea {
    width: 490px;
    height: 140px;
    margin: 0 0 40px 0;
}
#content .post_comments input[type="submit"] {
    clear: both;
    width: 167px;
    text-align: center;
    background: url(./images/comment_submit_button.jpg) no-repeat;
    font-size: 18px;
    font-family: "AllerBold";
    color: #FFF;
    letter-spacing: -1px;
    height: 49px;
    line-height: 49px;
    border: none;
    cursor: pointer;
}
#content .post_comments input[type="submit"]:hover {
    background-position: left -60px;
}
#sidebar {
    width: 300px;
    float: right;
}
#sidebar .widget, #sidebar .widgetnodash {
    padding: 0 6px 27px 34px;
    margin: 0 0 32px 0;
    background: url(./images/dotted_line_horizontal.jpg) repeat-x left bottom;
}
#sidebar .widget p, #sidebar .widgetnodash p {
    font-size: 90%;
    line-height: 1.3;
    margin-bottom: 1em;
}
#sidebar .widget ul.gmap, #sidebar .widgetnodash ul.gmap {
    list-style-type: none;
}
#sidebar .widget ul.gmap li, #sidebar .widgetnodash ul.gmap li {
    list-style-type: none;
}
#sidebar .widget ul.gmap li:before, #sidebar .widgetnodash ul.gmap li:before {
    content: ""}
#sidebar .widget h4, #sidebar .widgetnodash h4 {
    color: #00aeef;
    font-family: "AllerBold";
    letter-spacing: -1px;
    margin: 0 0 15px 0;
    font-size: 27px;
}
#sidebar .map_widget h4 {
    color: #00AEEF;
    font-family: "AllerBold";
    letter-spacing: -1px;
    margin: 0 0 15px 0;
    font-size: 24px;
}
#sidebar .map_widget ul {
    line-height: 24px;
    font-size: 16px;
    padding: 0 0 0 2px;
    font-family: "AllerRegular"}
#sidebar .nav_widget img {
    float: right;
}
#sidebar .nav_widget h4 {
    color: #63b143;
    font-family: "AllerBold";
    letter-spacing: -1px;
    margin: 0 0 15px 0;
    font-size: 24px;
}
#sidebar .nav_widget ul, #sidebar .widget ul, #sidebar .widgetnodash ul {
    line-height: 24px;
    font-size: 16px;
    padding: 0 0 0 7px;
    font-family: "AllerRegular"}
#sidebar .widget ul li:before {
    content: "-";
    position: relative;
    left: -5px;
}
#sidebar .widget ul li {
    text-indent: -5px;
}
#sidebar .widgetnodash ul li a, #sidebar .widget ul li a {
    color: #333333;
}
#sidebar .widget h4, #sidebar .widgetnodash h4 {
    font-size: 24px;
}
#sidebar .nav_widget ul li.current_page_item a, #sidebar .widget ul li a:hover {
    color: #21afee;
}
#sidebar a.sign_up_link {
    display: block;
    background: url(./images/sidebar_sign_up_link.jpg) no-repeat 52px bottom;
    padding: 0 0 72px 0;
    font-size: 24px;
    line-height: 27px;
    font-family: "AllerBold";
    letter-spacing: -1px;
    position: relative;
}
#sidebar a.sign_up_link img {
    position: absolute;
    top: 0px;
    right: 0px;
}
#sidebar .section_nav img {
    position: absolute;
    top: 0px;
    right: 0px;
}
#sidebar .section_nav ul li {
    margin: 0 0 30px 0;
    position: relative;
}
#sidebar .section_nav h3 {
    font-size: 24px;
    letter-spacing: -1px;
    margin: 0 0 3px 0;
    font-family: "AllerBold"}
#sidebar .section_nav ul li h3 a {
    color: #63b143;
}
#sidebar .section_nav p {
    letter-spacing: -1px;
    font-size: 16px;
    color: #333;
    font-family: "AllerRegular"}
#sidebar .sign_up_5_day a {
    display: block;
    background: url(./images/sidebar_sign_up_link.jpg) no-repeat 52px bottom;
    padding: 0 0 72px 0;
    font-size: 24px;
    line-height: 24px;
    font-family: "AllerBold";
    letter-spacing: -1px;
    position: relative;
}
.do_not_touch_link {
    display: block;
    width: 138px;
    height: 143px;
    background: url(./images/do_not_touch_link.png) no-repeat;
    position: fixed;
    top: 23px;
    right: 0px;
    display: none;
}
.do_not_touch_link a {
    width: 58px;
    height: 74px;
    display: block;
    float: right;
    text-indent: -9999px;
}
.do_not_touch_link a:hover {
    background: url(./images/do_not_touch_link.png) no-repeat right top;
}
#do_not_touch_back, #vid_panel_back {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(./images/do_not_touch_back.png);
}
#do_not_touch_panel {
    display: none;
    border: 6px solid #FFF;
    background: url(./images/do_not_touch_panel_back.jpg) repeat-x left top #002e42;
    position: fixed;
    top: 80px;
    left: 50%;
    margin: 0 0 0 -384px;
    z-index: 1002;
    width: 752px;
    text-align: left;
}
#do_not_touch_panel .inner {
    padding: 50px 70px 76px 47px;
    overflow: hidden;
    width: 635px;
    background: url(./images/do_not_touch_panel_graphics.png);
}
a.do_not_touch_panel_close {
    display: none;
    width: 30px;
    height: 30px;
    position: fixed;
    background: url(./images/do_not_touch_panel_close.png) no-repeat;
    top: 70px;
    left: 50%;
    margin: 0 0 0 364px;
    z-index: 1004;
    text-indent: -9999px;
}
#do_not_touch_panel h4 {
    font-size: 42px;
    line-height: 48px;
    color: #21afee;
    font-family: "AllerBold";
    letter-spacing: -2px;
    margin: 0 0 26px 0;
}
#do_not_touch_panel p {
    font-size: 24px;
    line-height: 28px;
    color: #FFF;
    font-family: "AllerRegular";
    letter-spacing: -1px;
    margin: 0 0 30px 0;
}
a.button {
    display: block;
    height: 52px;
    float: left;
}
#do_not_touch_panel .button {
    margin: 21px 0 0 -3px;
}
a.button span {
    padding: 0 3px 0 15px;
    color: #FFF;
    line-height: 52px;
    font-size: 24px;
    float: left;
    display: block;
    font-family: "AllerBold";
    letter-spacing: -1px;
    background: url(./images/button.png) no-repeat left top;
}
a.button:hover span {
    background-position: left -52px;
}
a.button span.right {
    background-position: right top;
    width: 15px;
    height: 52px;
    float: left;
    padding: 0px;
}
a.button:hover span.right {
    background-position: right -52px;
}
#vid_panel {
    display: none;
    border: 6px solid #FFF;
    background: url(./images/do_not_touch_panel_back.jpg) repeat-x left top #002e42;
    position: fixed;
    top: 80px;
    left: 50%;
    margin: 0 0 0 -355px;
    z-index: 1002;
    width: 700px;
    text-align: center;
}
#vid_panel .inner {
    padding: 30px;
    width: auto;
    background: url(./images/do_not_touch_panel_graphics.png);
}
a.vid_panel_close {
    display: none;
    width: 30px;
    height: 30px;
    position: fixed;
    background: url(./images/do_not_touch_panel_close.png) no-repeat;
    top: 70px;
    left: 50%;
    margin: 0 0 0 340px;
    z-index: 1004;
    text-indent: -9999px;
}
#bottom_image {
    max-width: 940px;
    height: 74px;
    clear: both;
    position: relative;
    margin: auto;
}
#bottom_image span {
    background: url(./images/bottom_top_image.jpg) no-repeat right top;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 228px;
    height: 74px;
}
#bottom {
    background: url(./images/bottom.jpg) repeat-x left top #002f43;
}
#bottom .overlay {
    background: url(./images/bottom_overlay.png) center top;
}
#bottom .container {
    padding: 45px 0 60px 0;
    overflow: hidden;
		max-width: 980px;
}
#bottom h3 {
    font-size: 24px;
    font-family: "AllerBold";
    letter-spacing: -1px;
    color: #FFF;
    margin: 0 0 18px 0;
}
#bottom .blog_updates {
    width: 50%;
    float: left;
		padding: 20px;
}
#bottom .blog_updates ul li {
    margin: 0 0 20px 0;
}
#bottom .blog_updates ul li h4 {
    font-size: 18px;
    margin: 0 0 2px 0;
    line-height: 18px;
}
#bottom .blog_updates ul li p {
    line-height: 18px;
    color: #FFF;
    font-size: 12px;
}
#bottom .blog_updates ul li p a {
    color: #FFF;
}
#bottom .twitter {
    width: 37%;
    float: right;
    padding: 20px;
}
#bottom .twitter ul li {
    margin: 0 0 16px 0;
    font-size: 12px;
    line-height: 14px;
    color: #FFF;
}
#footer {
    background: #002838;
}
#footer .container {
    padding: 29px 0;
    color: #FFF;
    overflow: hidden;
		max-width: 980px;
}
#footer .left {
    width: 65%;
    float: left;
    padding: 0 20px;
}
#footer .right {
    width: 25%;
    float: right;
    text-align: right;
    padding: 0 20px 0 0;
}
#footer p {
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
}
#footer ul.social {
    display: block;
    padding: 70px 0 20px 0;
}
#footer ul.social li {
    display: inline-block;
}
#footer .right p.back_to_top {
    line-height: 24px;
}
#footer .right ul {
    padding: 5px 0 40px 0;
}
#footer .right ul li {
    display: inline-block;
    padding: 0 5px;
    font-weight: bold;
    border-right: 1px solid #FFF;
}
#footer .right ul li.last, #footer .right ul li:last-child {
    padding-right: 0px;
    border: none;
}

#footer .right .partner {
	clear: both;
}

#footer .right .partner img {
	width: 142px;
  height: auto;
}

table#arc th, table#arc td {
    padding: 5px;
}
table#arc tr.year th {
    color: #63B143;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
table#arc tr.archive {
    font-size: 16px;
}
table#arc tr.archive th {
    font-weight: bold;
    text-align: center;
}
#content .social_links {
    background: url(images/dotted_line_horizontal.jpg) repeat-x left top;
    padding-top: 20px;
    margin-top: 20px;
}
#content .social_links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#content .social_links ul li {
    list-style-type: none;
    float: left;
    line-height: 28px;
    margin-right: 20px;
}
#content .social_links ul li a {
    text-decoration: underline;
}
#related-posts {
    clear: both;
    background: url(images/dotted_line_horizontal.jpg) repeat-x left top;
    padding: 30px 0 0 0;
    margin-top: 10px;
}
#related-posts h2 {
    color: #00AEEF;
    font-family: AllerBold,  sans-serif;
    font-size: 24px;
}
#related-posts ul {
    list-style-type: none;
}
#related-posts ul li:before {
    content: "-";
    position: relative;
    left: -8px;
}
#related-posts ul li {
    text-indent: -5px;
    color: #333;
    font-family: AllerRegular,  sans-serif;
}
#related-posts ul li a {
    color: #333;
}
#related-posts ul li a:hover {
    color: #21AFEE;
}
.col {
    width: 50%;
    float: left;
}
.col_left .inner {
    padding: 20px 20px 10px 0;
}
.col_right .inner {
    padding: 20px 20px 10px 20px;
}
.col p {
    font-size: 16px;
    font-family: "AllerRegular";
    letter-spacing: -1px;
    color: #333;
}
.row {
    clear: both;
    background: url(images/dotted_line_vertical.jpg) repeat-y center top;
}
.row+.row .col {
    background: url(images/dotted_line_horizontal.jpg) repeat-x left top;
}
.last {
    margin-right: 0 !important;
    clear: right;
}
.clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%}
#content .col h3 {
    padding-top: 0;
    font-size: 24px;
    font-family: "AllerBold";
    letter-spacing: -1px;
    margin: 0 0 10px 0;
}
#content .col h3 a {
    color: #63B143;
}
#content .col img {
    float: right;
    margin: 0 0 10px 10px;
}
#content.wide {
    padding-right: 0;
    width: 640px;
}
.welcome_text {
    padding-bottom: 20px !important;
}
.welcome_text .inner {
    padding-right: 20px;
}
.welcome_text h1 {
    color: #63B143;
    font-family: AllerBold, sans-serif;
    font-size: 34px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.welcome_text h3 {
    margin-bottom: 10px;
}
#home_top .video .welcome_text {
    padding-bottom: 20px !important;
    width: 56%;
    float: left;
}
#home_top .video .welcome_text .inner {
    padding-right: 20px;
}
#home_top .video .welcome_text h1 {
    font-family: AllerBold, sans-serif;
    font-size: 34px;
    letter-spacing: -1px;
    margin-bottom: 10px;
    color: #63B143;
}
#home_top .video .welcome_text h3 {
    margin-bottom: 10px;
}
#home_top .video .home-vid {
    width: 42%;
    float: right;
    margin-bottom: 20px;
}
#home_top .video .home-vid .img-container {
    padding-left: 20px;
}

#home_top .video .home-vid .img-container h3 {
	font-size: 23px;
	line-height: 27px;
	color: #32c0f3;
	font-weight: normal;
	font-family: "AllerRegular";
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

#home_top .video .home-vid .img-container iframe {
	width: 100%;
	height: 210px;
}

#home_top .video .home-vid .img-container .error {
    background: red;
    color: white;
    padding: 10px;
}
#home_top .video .home-vid .img-container code {
    font-family: monospace;
    color: #eee;
}

a.mobile-menu {
	padding: 10px 20px;
	color: #FFF;
	font-size: 41px;
	line-height: 41px;
	position: absolute;
	top: 30px;
	right: 20px;
	display: none;
}

a.mobile-menu:hover, 
.mobile-menu.expanded {
	background-color: #002838;
	cursor: pointer;
}

.wp-caption {
	max-width: 100%;
}

@media (max-width: 1000px) {
	 
	#hellobar-wrapper, 
	#hellobar-pusher {
		display: none !important;
	}
	
	a.mobile-menu {
		display: block;
	}
	
	#header {
		min-height: 92px;
	}
	
	#header .logo {
		display: inline-block;
    margin: 30px 0 20px 0;
    position: relative;
	}
	
	#header .navigation {
		background-color: #002838;
		padding: 20px;
		margin: 0;
		display: none;
	}
	
	#top_nav, 
	#main_nav {
		position: static;
		margin: 0;
		display: inline-block;
	}
	
	#top_nav {
		float: right;
		width: 33.33%;
	}
	
	#main_nav {
		width: 66.66%;
	}
	
	#main_nav ul li, 
	#top_nav ul li {
		padding: 0 2%;
	}
	
	#main_nav ul li {
		width: 44%;
	}
	
	#top_nav ul li {
		width: 100%;
		border: none;
	}
	
	#main_nav ul li a, 
	#top_nav ul li a {
		font-size: 20px;
		padding: 10px 0;
		display: inline-block;
	}
	
	#main_nav ul li.last, 
	#main_nav ul li:last-child {
		border-right: 1px solid #32c0f3;
		padding-right: 2%;
	}		
	
	#main .container {
		background: none;
	}
	
	#content {
		float: none;
		padding-right: 0;
	}
	
	#sidebar {
		float: none;
		width: auto;
	}
	
	#content .page_icon {
		left: auto;
	}
	
	#content .pyramid_nav_inner {
		max-width: 594px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#sidebar .widget, 
	#sidebar .widgetnodash {
		background: none;
    padding: 30px 0 0 0;
    margin: 0 0 30px 0;
    display: inline-block;
    width: 49%;
    vertical-align: top;
		border-top: 1px dashed #CCC;
	}
	
	#sidebar .nav_widget img {
		float: left;
		margin-right: 20px;
	}
	
	#sidebar .nav_widget h4 {
		margin: 11px 0 35px 0;
	}
	
	#sidebar a.sign_up_link img {
		position: static;
		margin-right: 20px;
		float: left;
		width: 43px;
		height: auto;
	}
	
	#sidebar .section_nav img {
		right: auto;
		left: 0;
	}
	
	#sidebar .section_nav ul li {
		padding-left: 50px;
	}
	
	.home_block h2 {
		font-size: 38px;
		letter-spacing: -2px;
	}
	
}

@media (max-width: 900px) {
	
	.home_block {
		padding-bottom: 50px;
	}
	
	.pyramid_nav {
		height: 257px;
	}
	
	.pyramid_nav a.link_b {
		top: 133px;
	}
	
	.pyramid_nav a.link_c {
		top: 67px;
	}
	
	.pyramid_nav a.link_d {
		top: 187px;
	}
	
	#home_how_we_work .pyramid_nav a.link_a {
    top: 66px;
	}
	
	#home_how_we_work .pyramid_nav a.link_b {
    top: 181px;
	}
	
	#home_how_we_work .pyramid_nav a.link_c {
    top: 6px;
	}
	
	#home_how_we_work .pyramid_nav a.link_d {
    top: 131px;
	}
	
	#home_how_can_we_help .pyramid_nav a.link_a {
		top: 9px;
	}
	
	#home_how_can_we_help .pyramid_nav a.link_b {
		top: 121px;
	}
	
	#home_how_can_we_help .pyramid_nav a.link_c {
    top: 57px;
	}
	
	#home_how_can_we_help .pyramid_nav a.link_d {
    top: 181px;
	}
	
}

@media (max-width: 800px) {
	
	#home_top {
		margin-bottom: 65px;
	}
	
	.pyramid_nav {
		height: 228px;
	}
	
	.pyramid_nav a.link_a {
		top: 2px;
	}
	
	.pyramid_nav a.link_b {
		top: 119px;
	}
	
	.pyramid_nav a.link_c {
		top: 60px;
	}
	
	.pyramid_nav a.link_d {
		top: 162px;
	}
	
	#home_how_we_work .pyramid_nav a.link_a {
    top: 57px;
	}
	
	#home_how_we_work .pyramid_nav a.link_b {
    top: 162px;
	}
	
	#home_how_we_work .pyramid_nav a.link_c {
    top: 0;
	}
	
	#home_how_we_work .pyramid_nav a.link_d {
    top: 110px;
	}
	
	#home_how_can_we_help .pyramid_nav a.link_a {
    top: 0;
	}
	
	#home_how_can_we_help .pyramid_nav a.link_c {
    top: 49px;
	}
	
	#home_how_can_we_help .pyramid_nav a.link_d {
    top: 161px;
	}
	
}

@media (max-width: 700px) {
	
	.home_block {
		padding-bottom: 60px;
	}
	
	.pyramid_nav {
		height: 198px;
	}
	
	.pyramid_nav a.link_a {
		top: 8px;
	}
	
	.pyramid_nav a.link_b {
		top: 96px;
	}
	
	.pyramid_nav a.link_c {
		top: 54px;
	}
	
	.pyramid_nav a.link_d {
		top: 138px;
	}
	
	.pyramid_nav a {
		height: 38px;
	}
	
	.pyramid_nav a span {
		font-size: 19px;
		line-height: 40px;
	}
	
	#home_how_we_work .pyramid_nav a.link_a {
    top: 49px;
	}
	
	#home_how_we_work .pyramid_nav a.link_b {
    top: 132px;
	}
	
	#home_how_we_work .pyramid_nav a.link_c {
    top: 0;
	}
	
	#home_how_we_work .pyramid_nav a.link_d {
    top: 100px;
	}
	
	#home_how_can_we_help .pyramid_nav a.link_a {
    top: 7px;
	}
	
	#home_how_can_we_help .pyramid_nav a.link_b {
    top: 97px;
	}
	
	#home_how_can_we_help .pyramid_nav a.link_d {
    top: 135px;
	}
	
	#bottom .blog_updates, 
	#bottom .twitter {
		width: auto;
		float: none;
	}
	
}

@media (max-width: 600px) {
	
	.pyramid_nav {
		height: 167px;
	}
	
	.pyramid_nav a.link_a {
		top: 3px;
	}
	
	.pyramid_nav a.link_b {
		top: 86px;
	}
	
	.pyramid_nav a.link_d {
		top: 115px;
	}
	
	.pyramid_nav a.link_c {
		top: 39px;
	}
	
	#home_how_we_work .pyramid_nav a.link_b {
    top: 112px;
	}
	
	#home_how_we_work .pyramid_nav a.link_d {
    top: 80px;
	}
	
	#home_how_can_we_help .pyramid_nav a.link_a {
    top: 2px;
	}
	
	#home_how_can_we_help .pyramid_nav a.link_b {
    top: 79px;
	}
	
	#home_how_can_we_help .pyramid_nav a.link_c {
    top: 37px;
	}
	
	#home_how_can_we_help .pyramid_nav a.link_d {
    top: 118px;
	}
	
	#content .pyramid_nav_inner a {
		top: 37px;
	}
	
	#content .pyramid_nav_inner a.link_b {
    top: 117px;
	}
	
	#content .pyramid_nav_inner a.link_c {
    top: 74px;
	}
	
	#content .pyramid_nav_inner a.link_d {
    top: 150px;
	}
	
	#main_nav, 
	#top_nav {
		width: 100%;
	}
	
	#main_nav ul li,
	#top_nav ul li, 
	#main_nav ul li.last, 
	#main_nav ul li:last-child {
		width: auto;
		display: block;
		border: none;
	}
	
	#banner {
		height: 150px;
	}
	
	#home_top .video .welcome_text, 
	#home_top .video .home-vid {
		float: none;
		width: 100%;
	}
	
	#home_top .row_b .home_nav {
		float: none;
		width: 100%;
		background: none;
	}
	
	#home_top .row_b .home_nav img,
	#home_top .row_b .home_nav_c img {
		margin-right: 20px;
	}
	
	#home_top .video .home-vid .img-container {
		padding: 0;
	}
	
	#home_top .video .home-vid .img-container iframe {
		height: 300px;
	}
	
	#sidebar .nav_widget h4, 
	#sidebar a.sign_up_link {
		font-size: 20px;
	}
	
	#footer .left, 
	#footer .right {
		width: auto;
		text-align: center;
		float: none;
	}
	
}

@media (max-width: 550px) {
	
	.pyramid_nav, 
	#home_how_we_work .pyramid_nav, 
	#home_how_can_we_help .pyramid_nav, 
	#content .pyramid_nav_inner {
		background: none;
	}
	
	#content .pyramid_nav_inner {
		height: 170px;
	}
	
	.pyramid_nav a, 
	#content .pyramid_nav_inner a {
		position: static;
		margin: 0 0 10px 0;
	}
	
	#sidebar .widget, 
	#sidebar .widgetnodash {
		display: block;
		width: auto;
	}
	
	#home_top .video .home-vid .img-container iframe {
		height: 260px;
	}
	
}

@media (max-width: 400px) {
	
	#header .logo {
		width: 200px;
		margin-top: 40px;
	}
	
	#home_top .video .home-vid .img-container iframe {
		height: 200px;
	}
	
}