/*
	Theme Name: Rareview Macro
	Theme URI: http://underscores.me/
	Author: Rareview
	Author URI: http://www.rareview.com
	Description: A custom Rareview Macro theme
	Version: 1.0-wpcom
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: rvmacro
	Domain Path: /languages/
	Tags:
*/

/* =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%;
    	outline: 0;
    	font: inherit;
    	vertical-align: baseline;
		}
    
    /* HTML5 display-role reset for older browsers */
    
    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; }

/* =Global
============================================================================== */

	/* Base
	-------------------------------------------------------------------------- */
		
		body {
			font: 16px/1.75 "proxima-nova", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			color: #444;
			background: #fff;
			position: relative;
			right: 0;
			-webkit-transition: right 0.3s ease-in-out;
			   -moz-transition: right 0.3s ease-in-out;
			     -o-transition: right 0.3s ease-in-out;
				-ms-transition: right 0.3s ease-in-out;
					transition: right 0.3s ease-in-out;
			}
			
	/* Text
	-------------------------------------------------------------------------- */
		
		p, ul, ol, dl, pre {
			margin-bottom: 15px;
			}
			
		h1, h2, h3, h4, h5 {
			margin-bottom: 15px;
			color: #4c4056;
			font-weight: 300;
			}
						
		h1 { font-size: 40px; line-height: 1.1; font-weight: 400; }
		h2 { font-size: 30px; line-height: 1.2; }
		h3 { font-size: 20px; line-height: 1.3; }
		h4 { font-size: 16px; line-height: 1.4; font-weight: 700; }
		h5 { font-size: 13px; line-height: 1.5; font-weight: 700; }
					
		/* strong + em */
			
		strong { font-weight: 700; }
		em { font-style: italic; }
		
		/* lists */
		
		ol {
			margin-left: 20px;
			list-style: decimal;
			}
		
		article ul, ul.bulletList {
			margin-left: 20px;
			list-style: square;
			}
			
		/* superscript */
		
		sup {
			font-size: 100%;
			vertical-align: super;
			}
			
		/* links */
			
		a, a:visited { color: #002d56; text-decoration: none; }			
		a:hover { text-decoration: underline; }
		
	/* Buttons
	-------------------------------------------------------------------------- */		
		
		/* default state and shape */
		
		.btnBlue, .btnBlue:visited, .btnDarkBlue, .btnDarkBlue:visited, .btnGreen, .btnGreen:visited, .btnOrange, .btnOrange:visited {
			padding: 12px 25px;
			font-size: 14px;
			font-family: "proxima-nova", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			text-align: center;
			line-height: 26px;
			border: 0;
			display: inline-block;
			cursor: pointer;
	    	-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			-webkit-transition: background 0.1s linear;
			   -moz-transition: background 0.1s linear;
			     -o-transition: background 0.1s linear;
				-ms-transition: background 0.1s linear;
					transition: background 0.1s linear;
			}
			
		.btnBlue:hover, .btnDarkBlue:hover, .btnGreen:hover, .btnOrange:hover { text-decoration: none; }
			
		/* colors */
				
		.btnBlue.btnSolid, .btnBlue.btnSolid:visited { color: #fff; background: #7cb6d5; }
		.btnBlue.btnOutline, .btnBlue.btnOutline:visited { color: #7cb6d5; border: 1px solid #7cb6d5; background: none; }
		.btnBlue.btnSolid:hover { background: #5b93ba; }
		.btnBlue.btnOutline:hover { color: #5b93ba; border-color: #5b93ba; }

		.btnDarkBlue.btnSolid, .btnDarkBlue.btnSolid:visited { color: #fff; background: #1c446a; }
		.btnDarkBlue.btnOutline, .btnDarkBlue.btnOutline:visited { color: #1c446a; border: 1px solid #1c446a; background: none; }
		.btnDarkBlue.btnSolid:hover { background: #2c5d8b; }
		.btnDarkBlue.btnOutline:hover { color: #2c5d8b; border-color: #2c5d8b; }

		.btnGreen.btnSolid, .btnGreen.btnSolid:visited { color: #fff; background: #79be98; }
		.btnGreen.btnOutline, .btnGreen.btnOutline:visited { color: #79be98; border: 1px solid #79be98; background: none; }
		.btnGreen.btnSolid:hover { background: #5d9c79; }
		.btnGreen.btnOutline:hover { color: #5d9c79; border-color: #5d9c79; }
		
		.btnOrange.btnSolid, .btnOrange.btnSolid:visited { color: #fff; background: #e6ad58; }
		.btnOrange.btnOutline, .btnOrange.btnOutline:visited { color: #e6ad58; border: 1px solid #e6ad58; background: none; }
		.btnOrange.btnSolid:hover { background: #d09741; }
		.btnOrange.btnOutline:hover { color: #d09741; border-color: #d09741; }
		
		/* buttons with centered bold text */
		
		.btnBlue strong, .btnDarkBlue strong, .btnGreen strong, .btnOrange strong {
			font-size: 20px;
			text-transform: uppercase;
			display: block;
			}
			
		.btnGreen strong, .btnOrange strong {
			font-weight: normal !important;
			}
			
		.btnGreen .fa-angle-right {
			margin-left: 5px !important;
			}
			
		/* form buttons */

		button.btnBlue, button.btnDarkBlue, button.btnGreen, button.btnOrange {
			padding-top: 0;
			padding-bottom: 0;
			line-height: 42px;
			white-space: nowrap;
			cursor: pointer;
			overflow: visible;
			-webkit-font-smoothing: antialiased;
			}
			
		button::-moz-focus-inner {
		    padding: 0;
		    border: none;
			}
			
		input[type=submit] {
		    -webkit-appearance: none;
		    -webkit-border-radius: 0;
			   -moz-border-radius: 0;
	    	        border-radius: 0;
		    }
			
		/* LinkedIn button */
		
		a.btnLinkedin, a.btnLinkedin:visited {
			margin-top: 10px;
			padding: 7px 55px 6px 20px;
			color: #fff;
			font-size: 16px;
			font-weight: 700;
			text-transform: uppercase;
			background: #1c446a;
			position: relative;
			display: inline-block;
			}
			
		a.btnLinkedin:hover {
			text-decoration: none;
			background: #326392;
			}
			
		a.btnLinkedin i {
			width: 37px;
			font-size: 27px;
			line-height: 40px;
			text-align: center;
			background: #66acd1;
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			}
			
		/* pmpro buttons */
		
		.pmpro_btn {
		    padding: 12px 25px;
		    color: #fff;
			font-size: 14px;
			font-family: "proxima-nova", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			text-align: center;
			line-height: 26px;
			border: 0;
		    background: #1c446a;
			display: inline-block;
			cursor: pointer;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			-webkit-transition: background 0.1s linear;
			   -moz-transition: background 0.1s linear;
			     -o-transition: background 0.1s linear;
				-ms-transition: background 0.1s linear;
					transition: background 0.1s linear;
		    
		}
		.pmpro_btn:hover { 
		    background: #2c5d8b;
		}
		
		.pmpro_btn-cancel { color: #7cb6d5; border: 1px solid #7cb6d5; background: none; }
		.pmpro_btn-cancel:hover { color: #2c5d8b; border-color: #2c5d8b; background: none; }

	/* Forms
	-------------------------------------------------------------------------- */
	
		/* textareas and inputs */
		
		textarea {
			line-height: 1.3;
			resize: none;
			display: block;
			}

		textarea, input, button {
			margin: 0;
			padding: 0;
			color: #484e53;
			font-size: 14px;
		    font-family: "proxima-nova", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
		    outline: 0;
		    }
		    
		textarea, input[type=text], input[type=password], input[type=email], input[type=tel] {
			padding: 9px 10px;
			border: 1px solid #dedede;
			-webkit-appearance: none;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
			color: #4c4056;
			border-color: #bababa;
			}
			
		::-webkit-input-placeholder  { color: #979797; }
		input:-moz-placeholder { color: #979797; }
		input:-ms-input-placeholder { color: #979797; }

		/* custom checkbox & radio inputs */
		
		input.customCheckbox,
		input.customRadio {
			position: absolute;
		    clip: rect(0,0,0,0);
		    clip: rect(0 0 0 0);
			}
			
		input.customCheckbox + label:before,
		input.customRadio + label:before {
			width: 21px;
			height: 21px;
			margin: 0 10px 0 0;
		    vertical-align: top;
		    display: inline-block;
		    position: relative;
		    top: 3px;
			}
			
		input.customCheckbox + label:before { content: url(img/custom-check-off.png); }
		input.customCheckbox:checked + label:before { content: url(img/custom-check-on.png); }
					
		input.customRadio + label:before { content: url(img/custom-radio-off.png); }
		input.customRadio:checked + label:before { content: url(img/custom-radio-on.png); }
		
		/* custom select */
		
		span.customSelect, li.customSelect > span {
			width: 100%;
			border: 1px solid #dedede;
			background: #fff;
			overflow: hidden;
			float: left;
			position: relative;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		span.customSelect:hover, li.customSelect > span:hover { background: #f4f4f4; }
		
		span.customSelect:after, li.customSelect > span:after {
			content: "▼";
			width: 33px;
			color: #dedede;
			font-size: 15px;
			text-align: center;
			display: block;
			position: absolute;
			top: 6px;
			right: -3px;
			z-index: 0;
			}
		
		span.customSelect select, li.customSelect > span select {
			width: 100%;
			margin: 0;
			padding: 9px 25px 9px 10px;
			color: #979797;
			font-size: 14px;
			font-family: "proxima-nova", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			border: 0;
			background: transparent;
			outline: none;
			cursor: pointer;
			-webkit-appearance: none;
			   -moz-appearance: window;
			     -o-appearance: window;
				    appearance: none;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			position: relative;
			z-index: 1;
			}
			
		noindex:-o-prefocus, span.customSelect select, li.customSelect > span select { width: 110%; } /* target Opera */
		@-moz-document url-prefix() { /* target Firefox */
			span.customSelect select, li.customSelect > span select { padding-top: 8px; }
		}
			
		/* search form */
		
		.searchForm, .searchForm input, .searchForm button {
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			   		box-sizing: border-box;
			}
		
		.searchForm {
			margin-bottom: 15px;
			}
					
		.searchForm input, .searchForm button {
			height: 36px;
			-webkit-font-smoothing: subpixel-antialiased;
			}
		
		.searchForm input {
			width: 81%;
			margin-right: -1%;
			padding: 0 10px;
			color: #444 !important;
			font-size: 13px;
			border: 1px solid #dedede;
			background: #fff;
			float: left;
			}
						
		.searchForm button {
			width: 20%;
			padding: 0;
			color: #000;
			font-size: 20px;
			text-align: center;
			line-height: 36px;
			border: 0;
			background: #d9d9d9;
			float: right;
			}
			
		.searchForm button:hover { color: #fff; background: #555; cursor: pointer; }
								
	/* Layout
	-------------------------------------------------------------------------- */
		
		/* wrapper */
		
		.wrapper {
			max-width: 1400px;
			margin: 0 auto;
			padding: 0 5%;
			position: relative;
			}
		
		.wrapper:after {
		    content: "";
		    display: table;
		    clear: both;
			}
		
		[class^="col-"] {
		    width: 100%;
		    margin-right: 5%;
		    float: left;
		    -webkit-box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		    box-sizing: border-box;
			}
		
		[class^="col-"]:last-child {
		    margin-right: 0;
			}
		
		[class^="col-"].col-center {
		    margin: 0 auto;
		    float: none;
			}
		
		[class^="col-"].col-right {
		    float: right;
			}
		
		.col-offset-1 {
		    padding-left: 5%;
			}
		
		@media (max-width: 767px) {
		    [class^="col-"] + [class^="col-"] {
		        margin-top: 25px;
		    }
		
		    [class^="col-"] + [class^="col-"].no-mobile-margin {
		        margin-top: 0;
		    }
		
		    .col-offset-1 {
		        padding-left: 0;
		    }
		}
		
		@media (min-width: 768px) {
		    .col-1 {
		        width: 3.75%;
		    }
		
		    .col-2 {
		        width: 12.5%;
		    }
		
		    .col-3 {
		        width: 21.25%;
		    }
		
		    .col-4 {
		        width: 30%;
		    }
		
		    .col-5 {
		        width: 38.75%;
		    }
		
		    .col-6 {
		        width: 47.5%;
		    }
		
		    .col-7 {
		        width: 56.25%;
		    }
		
		    .col-8 {
		        width: 65%;
		    }
		
		    .col-9 {
		        width: 73.75%;
		    }
		
		    .col-10 {
		        width: 82.5%;
		    }
		
		    .col-11 {
		        width: 91.25%;
		    }
		
		    .col-12 {
		        width: 100%;
		    }
		}
		
		/* top and bottom margins to increase whitespace on an as-needed basis */
		
		.top-5 { margin-top: 5px; }
		.top-10 { margin-top: 10px; }
		.top-15 { margin-top: 10px; }
		.top-20 { margin-top: 20px; }
		.top-30 { margin-top: 30px; }
		.top-40 { margin-top: 40px; }
		.top-50 { margin-top: 50px; }
		.top-60 { margin-top: 60px; }
		.top-70 { margin-top: 70px; }
		.top-80 { margin-top: 80px; }
		.top-90 { margin-top: 90px; }
		.top-100 { margin-top: 100px; }
		
		.bottom-5 { margin-bottom: 5px; }
		.bottom-10 { margin-bottom: 10px; }
		.bottom-15 { margin-bottom: 10px; }
		.bottom-20 { margin-bottom: 20px; }
		.bottom-30 { margin-bottom: 30px; }
		.bottom-40 { margin-bottom: 40px; }
		.bottom-50 { margin-bottom: 50px; }
		.bottom-60 { margin-bottom: 60px; }
		.bottom-70 { margin-bottom: 70px; }
		.bottom-80 { margin-bottom: 80px; }
		.bottom-90 { margin-bottom: 90px; }
		.bottom-100 { margin-bottom: 100px; }
					
		/* hide */
		
		.hidden {
			display: none;
			}
			
		/* float left or right */
		
		.floatLeft {
			float: left;
			}
			
		.floatRight {
			float: right;
			}
			
		.displayInline {
			width: auto !important;
			float: none !important;
			display: inline-block !important;
			}

		/* center button */ 
		
		.centerButton { 
			float: left;
			position: relative;
			left: 50%;
			}
			
		.centerButton a, .centerButton button {
			position: relative;
			left: -50%;
			}
					
		/* center text */ 
		
		.centerText {
			text-align: center;
		}	
		
		/* colors */
		
		.colorBlue, .colorBlue * { color: #66acd1 !important; }
		.colorGreen, .colorGreen * { color: #79be98 !important; }
		.colorOrange, .colorOrange * { color: #e6ad58 !important; }

		/* clear */
    	
		.clear:after {
			display: table;
			content: "";
			clear: both;
			}

/* =Header
============================================================================== */

	/* Base
	-------------------------------------------------------------------------- */
		
		/* body nav overlay */
		
		@media (max-width: 1124px) {
			body.nav-overlay:after {
				content: "";
				background: rgba(12,22,34,0.9);
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				z-index: 100;
			}
		}
		
		/* header */
		
		#header {
			border-bottom: 1px solid rgba(255,255,255,0.25);
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			z-index: 101;
			}
		
		#header .wrapper {
			padding-top: 30px;
			}
			
		@media (max-width: 1024px) {
			#header {
				border-bottom: 0;
			}
		}

	/* Logo
	-------------------------------------------------------------------------- */
			
		a#logo, a#logo:visited {
			width: 255px;
			float: left;
			position: relative;
			top: 2px;
			}
			
		a#logo img {
			width: 100%;
			height: auto;
			-webkit-transition: opacity 0.1s linear;
			   -moz-transition: opacity 0.1s linear;
			     -o-transition: opacity 0.1s linear;
				-ms-transition: opacity 0.1s linear;
					transition: opacity 0.1s linear;
			}
			
		a#logo:hover img {
			opacity: 0.75;
			}

		@media (max-width: 480px) {
			a#logo, a#logo:visited {
				width: 26px;
				overflow: hidden;
			}
			a#logo img {
				width: 255px;
				height: auto;
			}
		}

			
	/* Primary Navigation
	-------------------------------------------------------------------------- */

		.main-navigation {
		    width: 100%;
			}
		
		.main-navigation:after {
		    content: "";
		    display: table;
		    clear: both;
			}
		
		.main-navigation .menu {
		    margin-left: 50px;
		    float: left;
			}
		
		.main-navigation .menu ul {
		    margin: 0;
			}
		
		.main-navigation .menu ul li {
		    margin-left: 30px;
		    float: left;
		    position: relative;
			}
		
		.main-navigation .menu ul li:first-child {
		    margin-left: 0;
			}
		
		.main-navigation .menu ul a,.main-navigation .menu ul a:visited {
		    padding: 15px 0 25px;
		    color: #fff;
		    font-size: 13px;
		    font-weight: 400;
		    text-transform: uppercase;
		    letter-spacing: 1px;
		    text-decoration: none;
		    display: block;
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis;
			}
		
		.main-navigation .menu ul a:hover,.main-navigation .menu ul a:visited:hover {
		    color: #66acd1;
			}
		
		.main-navigation .menu ul:first-child > .current_page_item > a:after,.main-navigation .menu ul:first-child > .current-menu-item > a:after,.main-navigation .menu ul:first-child > .current_page_ancestor > a:after,.main-navigation .menu ul:first-child > .current-menu-ancestor > a:after {
		    content: "";
		    height: 5px;
		    background: #66acd1;
		    display: block;
		    position: absolute;
		    bottom: 12px;
		    left: 0;
		    right: 0;
			}
		
		.main-navigation .menu ul ul {
		    padding: 10px 0;
		    background: rgba(38,68,103,0.9);
		    border-top: 1px solid rgba(255,255,255,0.35);
		    float: left;
		    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		    position: absolute;
		    top: 100%;
		    left: -999em;
		    z-index: 99999;
			}
		
		.main-navigation .menu ul ul li {
		    margin-left: 0;
		    float: none;
			}
					
		.main-navigation .menu ul ul a {
		    padding: 5px 20px;
			}

		.main-navigation .menu ul ul a:before {
			content: '\f105';
			font-family: 'FontAwesome';
			margin: 0 10px 0 0;
			color: #7cb6d5;
			}
		
		.main-navigation .menu ul li:hover > ul {
		    left: 0;
			}
		
		.main-navigation .menu-toggle {
		    width: 25px;
		    height: 25px;
		    margin: 10px 0 27px 30px;
		    padding: 0;
		    background: none;
		    border: 0;
		    float: right;
		    cursor: pointer;
			}
		
		.main-navigation .menu-toggle i {
		    height: 2px;
		    display: block;
		    background-color: #fff;
		    position: relative;
		    -webkit-transition: background-color .12s linear;
		    -moz-transition: background-color .12s linear;
		    -ms-transition: background-color .12s linear;
		    -o-transition: background-color .12s linear;
		    transition: background-color .12s linear;
			}
		
		.main-navigation .menu-toggle i:before,.main-navigation .menu-toggle i:after {
		    content: "";
		    display: block;
		    width: 25px;
		    height: 2px;
		    position: absolute;
		    background: #fff;
		    -webkit-transition: all .12s linear;
		    -moz-transition: all .12s linear;
		    -ms-transition: all .12s linear;
		    -o-transition: all .12s linear;
		    transition: all .12s linear;
			}
		
		.main-navigation .menu-toggle i:before {
		    margin-top: -8px;
			}
		
		.main-navigation .menu-toggle i:after {
		    margin-top: 8px;
			}
		
		.main-navigation.toggled .menu-toggle i {
		    background: transparent;
			}
		
		.main-navigation.toggled .menu-toggle i:before {
		    margin-top: 0;
		    -webkit-transform: rotate(45deg);
		    -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		    -o-transform: rotate(45deg);
		    transform: rotate(45deg);
			}
		
		.main-navigation.toggled .menu-toggle i:after {
		    margin-top: 0;
		    -webkit-transform: rotate(-45deg);
		    -moz-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		    -o-transform: rotate(-45deg);
		    transform: rotate(-45deg);
			}
		
		.main-navigation .menu-toggle,.main-navigation .icon-toggle {
		    display: none;
			}
		
		@media (max-width: 1124px) {
		    .main-navigation {
		        text-align: center;
		    }
		    .main-navigation .menu {
		        width: 100%;
		        margin: 10px 0 0;
		        text-align: left;
		        display: none;
		    }
		    .main-navigation .menu ul {
		        width: 100%;
		        background: #264467;
		    }
		    .main-navigation .menu ul li {
		        margin-left: 0;
		        border-top: 1px solid rgba(255,255,255,0.1);
		        display: block;
		        float: none;
		    }
		    .main-navigation .menu ul a,.main-navigation .menu ul a:visited,.main-navigation .menu ul ul a {
		        padding: 10px 20px;
		        height: 23px;
		        color: #fff;
		    }
		    .main-navigation .menu ul .menu-item-has-children > a,.main-navigation .menu ul .page_item_has_children > a {
		        padding-right: 65px;
		        position: relative;
		    }
		    .main-navigation .menu ul .menu-item-has-children .icon-toggle,.main-navigation .menu ul .page_item_has_children .icon-toggle {
		        width: 43px;
		        height: 43px;
		        background: rgba(255,255,255,0.05);
		        position: absolute;
		        top: 0;
		        right: 0;
		        cursor: pointer;
		    }
		    .main-navigation .menu ul .menu-item-has-children .icon-toggle:before,.main-navigation .menu ul .page_item_has_children .icon-toggle:before {
		        content: "";
		        width: 0;
		        height: 0;
		        border-left: 7px solid transparent;
		        border-right: 7px solid transparent;
		        border-top: 7px solid #fff;
		        display: block;
		        position: absolute;
		        top: 18px;
		        left: 14px;
		        -webkit-transition: all .12s linear;
		        -moz-transition: all .12s linear;
		        -ms-transition: all .12s linear;
		        -o-transition: all .12s linear;
		        transition: all .12s linear;
		    }
		    .main-navigation .menu ul .menu-item-has-children .icon-toggle.show-sub-menu:before,.main-navigation .menu ul .page_item_has_children .icon-toggle.show-sub-menu:before {
		        -webkit-transform: rotate(-180deg);
		        -moz-transform: rotate(-180deg);
		        -ms-transform: rotate(-180deg);
		        -o-transform: rotate(-180deg);
		        transform: rotate(-180deg);
		    }
		    .main-navigation .menu ul:first-child > .current_page_item > a,.main-navigation .menu ul:first-child > .current-menu-item > a,.main-navigation .menu ul:first-child > .current_page_ancestor > a,.main-navigation .menu ul:first-child > .current-menu-ancestor > a {
		        color: #c3c3c3;
		    }
		    .main-navigation .menu ul:first-child > .current_page_item > a:after,.main-navigation .menu ul:first-child > .current-menu-item > a:after,.main-navigation .menu ul:first-child > .current_page_ancestor > a:after,.main-navigation .menu ul:first-child > .current-menu-ancestor > a:after {
		        display: none;
		    }
		    .main-navigation .menu ul ul {
		        margin: 0;
		        padding: 0;
		        background: rgba(255,255,255,0.05);
		        border-top: none;
		        -webkit-box-shadow: none;
		        -moz-box-shadow: none;
		        box-shadow: none;
		        float: none;
		        display: none;
		        position: relative;
		        top: 0;
		        left: 0;
		    }
		    .main-navigation .menu ul ul a,.main-navigation .menu ul ul a:visited {
		        width: auto;
		        padding-left: 40px;
		        text-transform: none;
		    }
		    .main-navigation .menu ul .show-sub-menu + ul {
		        display: block;
		    }
		    .main-navigation .menu ul li:hover > ul {
		        left: auto;
		    }
		    .main-navigation.toggled .menu,.main-navigation .menu-toggle,.main-navigation .menu-item-has-children > .icon-toggle,.main-navigation .page_item_has_children > .icon-toggle {
		        display: block;
		    }
		}
	
		/* account navigation */
		
		.account-navigation {
		    margin-top: 11px;
		    float: right;
		    }
		
		.account-navigation ul li {
		    float: left;
		    }
		
		.account-navigation ul li + li {
		    margin-left: -1px;
		    padding: 0;
		    }
		
		.account-navigation ul li a,.account-navigation ul li a:visited {
		    padding: 3px 10px;
		    color: #fff;
		    font-size: 13px;
		    font-weight: 400;
		    text-transform: uppercase;
		    letter-spacing: 1px;
		    border: 1px solid #fff;
		    display: block;
		    }
		
		.account-navigation ul li a:hover,.account-navigation ul li a:visited:hover {
		    color: #66acd1;
		    text-decoration: none;
		    background: #fff;
		    }
		
		.account-navigation ul li:first-child {
		    padding-left: 0;
		    }
		
		@media (max-width: 1124px) {
		    .account-navigation {
		        display: none;
		    }
		    .toggled .account-navigation {
		        width: 100%;
		        padding: 10px 0;
		        text-align: center;
		        display: block;
		    }
		    .toggled .account-navigation li {
		        padding: 0 8px;
		        display: inline-block;
		        float: none;
		    }
		}
		

/* =Content
============================================================================== */
	
	/* Base
	-------------------------------------------------------------------------- */
		
		#interior #main { padding-bottom: 40px; }
		
		/* vertically center content */
			
		.verticalCenter {
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			   -moz-transform: translateY(-50%);
			    -ms-transform: translateY(-50%);
				 -o-transform: translateY(-50%);
				 	transform: translateY(-50%);
			}
			
		/* sidebar */
		
		#sidebar, #sidebar + article {
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#sidebar {
			width: 30%;
			margin-top: 6px;
			padding: 20px;
			background: #ededed;
			float: left;
			}
			
		#sidebar + article {
			width: 70%;
			padding-left: 40px;
			float: right;
			}
			
	/* Intro
	-------------------------------------------------------------------------- */

		#intro {
			padding-top: 100px;
			background: url(img/mountains.jpg) 50% 100% no-repeat;
			background-size: cover;
			position: relative;
			}
			
		#intro:before {
			content: "";
			background: rgba(0,0,0,0.4);
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 0;
		}
			
		#intro, #intro h1, #intro p, #intro a, #intro a:visited { color: #fff; }
			
		#home #intro { padding: 100px 5% 20px 5%; }
		#home #intro .wrapper { min-height: 500px; padding: 0; }
		
		#interior #intro { margin-bottom: 40px; background-position: 50% 20%; }
		#interior #intro .wrapper { padding-top: 115px; padding-bottom: 115px; }
		
		/* vertical center, used on Home */
		
		#intro .verticalCenter {
			max-width: 900px;
			margin: 0 auto;
			text-align: center;
			left: 0;
			right: 0;
			}
			
		#intro .verticalCenter .entry-content {
			padding-bottom: 30px;
			}
			
		#intro .verticalCenter * {
			color: #fff;
			}
			
		#intro .verticalCenter h4 {
			text-transform: uppercase;
			font-weight: 400;
			letter-spacing: 1px;
		}
		
		#intro .verticalCenter h1 {
			font-size: 60px;
			font-weight: 300;
		}
		
		#intro .verticalCenter .btnSolid {
			padding-top: 15px;
			padding-bottom: 15px;
		}
		
		/* floats */
		
		#intro .floatLeft, #intro .floatRight {
			width: 47%;
			padding: 40px 0;
			}
			
		#intro .floatLeft { left: 0; }
		#intro .floatRight { right: 0; }
			
		/* copy */
		
		#intro .floatLeft h1, #interior #intro h1 { font-size: 60px; font-weight: 300; }
		#intro .floatLeft h1 em { font-family: Georgia, Times, serif; }
		#intro .floatLeft h1 sup { padding-left: 3px; font-size: 35%; }
		
		#intro .floatLeft p { margin-bottom: 30px; }
		
		#intro .floatLeft p a, #intro .floatLeft p a:visited {
			font-weight: 700;
			text-transform: uppercase;
			border-bottom: 1px solid #fff;
			white-space: nowrap;
			}
			
		#intro .floatLeft p a:hover {
			text-decoration: none;
			border: none;
			}
			
		#intro blockquote p {
			font-family: Georgia, Times, serif;
			font-size: 24px;
			font-style: italic;
			}
			
		#intro blockquote p cite {
			margin-top: -10px;
			font-size: 14px;
			font-family: "proxima-nova", Arial, Helvetica, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
			font-style: normal;
			text-transform: uppercase;
			display: block;
			}
		
		/* video */
		
		#intro .floatRight a, #intro .floatRight a:visited {
			padding: 20px;
			line-height: 0;
			background: #fff;
			display: block;
			position: relative;
			}
			
		#intro .floatRight a i {
			width: 90px;
			height: 100px;
			margin: -55px 0 0 -55px;
			padding-left: 10px;
			color: #bedaec;
			font-size: 40px;
			line-height: 100px;
			text-align: center;
			border: 5px solid #bedaec;
			background: rgba(255,255,255,0.35);
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-border-radius: 100%;
			   -moz-border-radius: 100%;
	    	        border-radius: 100%;
	    	-webkit-transition: all 0.1s linear;
			   -moz-transition: all 0.1s linear;
			     -o-transition: all 0.1s linear;
				-ms-transition: all 0.1s linear;
					transition: all 0.1s linear;
			}
			
		#intro .floatRight a:hover i { background: rgba(73,125,149,0.5); }
		
		#intro .floatRight img {
			width: 100%;
			height: auto;
			}
			
		/* search & sort */
		
		#searchSort {
			width: 40%;
			max-width: 300px;
			margin-bottom: -5px;
			float: right;
			}
			
		#searchSort .searchForm {
			width: 100%;
			max-width: inherit;
			}
		
		#searchSort .searchForm input {
			color: #444;
			font-size: 14px;
			border: none;
			}
		
		#searchSort span.customSelect { border: 0; }
		
		#intro .joinComm {
			font-size: 24px !important;
			margin-bottom: 10px !important;
			}
		
	/* Brands
	-------------------------------------------------------------------------- */
		
		#brands {
			margin-top: -1px;
			padding: 45px 0 65px 0;
			text-align: center;
			border-top: 1px solid #e9e9e9;
			}
			
		#brands h2 {
			margin-bottom: 35px;
			color: #727272;
			}
		
		#brands ul {
			width: 100%;
			margin: 0;
			display: table;
			table-layout: fixed;
			}
		
		#brands ul li {
			padding: 10px;
			line-height: 0;
			display: table-cell;
			}
			
		#brands ul li img {
			width: 100%;
			max-width: 144px;
			height: auto;
			border: 1px solid #ddd;
			}
			
	/* Popups
	-------------------------------------------------------------------------- */
		
		.popup { max-width: 960px; }
		#main .popup { max-width: inherit; }
		
		/* header */
		
		.popup header {
			padding: 20px 30px;
			text-align: center;
			background: #1c446a;
			}
						
		.popup header h4 {
			margin: 0;
			color: #fff;
			font-size: 17px;
			font-weight: 700;
			text-transform: uppercase;
			}
			
		/* article */
		
		.popup article { padding: 30px; }
		
		.popup article h1, .popup article h2, .popup article h3, .popup article h4 { color: #66acd1; }
		.popup article h3 { font-size: 25px; }
		.popup article h4 { text-transform: uppercase; }
		
		#main .popup article h3 { margin-left: auto; margin-right: auto; max-width: 960px; }		
			
		/* fancybox styles edits */
		
		.fancybox-overlay .fancybox-skin {
			background: #fff;
			-webkit-border-radius: 0;
			   -moz-border-radius: 0;
	    	        border-radius: 0;
			}
			
	/* Restricted Content
	-------------------------------------------------------------------------- */
		
		#restrictedContent h3 {
			color: #727272;
			text-align: center;
			}
		
		#restrictedContent h3 strong { font-weight: 600; }
		
		#restrictedContent .floatLeft, #restrictedContent .floatRight {
			width: 50%;
			margin-top: 20px;
			position: relative;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#restrictedContent .floatLeft {
			padding-right: 7%;
			border-right: 1px solid #dfdfdf;
			}
			
		#restrictedContent .floatRight { padding-left: 7%; }
			
		#restrictedContent h1 { margin-bottom: 46px; }
			
		#restrictedContent p {
			margin-bottom: 26px;
			font-size: 16px;
			}
			
		#restrictedContent ul {
			margin: 0;
			list-style: none;
			}
			
		#restrictedContent ul li {
			padding-bottom: 10px;
			}
			
		#restrictedContent input[type=text], #restrictedContent input[type=password] { width: 100%; }
		
		#restrictedContent a.forgotPassword, #restrictedContent a.forgotPassword:visited {
			color: #94c5df;
			font-size: 13px;
			border-bottom: 1px solid #94c5df;
			}
			
		#restrictedContent a.forgotPassword:hover {
			text-decoration: none;
			border: 0;
			}
			
		#restrictedContent label {
			color: #8a8a8a;
			font-size: 15px;
			}
			
		#restrictedContent .btnBlue {
			min-width: 225px;
			min-height: 76px;
			line-height: 22px;
			}
			
		#restrictedContent .btnBlue strong { font-size: 17px; }
		#restrictedContent .btnBlue.btnSolid strong { padding-top: 5px; }
		
	/* Accept Disclaimer
	-------------------------------------------------------------------------- */
		
		#acceptDisclaimer { max-width: 740px; }
		
		#acceptDisclaimer p:last-child { margin: 0; }
			
		#acceptDisclaimer p a, #acceptDisclaimer p a:visited { margin-right: 5px; }
		
	/* Grid Layout
	-------------------------------------------------------------------------- */
	
		.gridLayout {
			width: 100%;
			margin: 15px 0 30px 0;
			overflow: hidden;
			float: left;
			}
			
		.gridWrapper {
			margin: 0 -30px;
			}
			
		.gridColumn {
			width: 100%;
			display: table;
			table-layout: fixed;
			border-spacing: 30px 0;
			border-collapse: separate;
			}
		
		.gridCell {
			width: 25%;
			padding: 20px 20px 5px 20px;
			border: 1px solid #d9d9d9;
			display: table-cell;
			overflow: hidden;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
		
	/* Posts
	-------------------------------------------------------------------------- */
	
		#main .post + .post {
			margin-top: 40px;
			padding-top: 40px;
			border-top: 1px solid #ececec;
			}
			
		/* inline images */
		
		#main .post img { max-width: 100%; height: auto; }
		
		/* alignment */
		
		.alignleft {
			display: inline;
			float: left;
			margin-right: 1.5em;
			margin-bottom: 20px;
			}
			
		.alignright {
			display: inline;
			float: right;
			margin-left: 1.5em;
			margin-bottom: 20px;
			}
			
		.aligncenter {
			clear: both;
			display: block;
			margin: 0 auto;
			}
			
		/* meta */
		
		#main .post .entry-meta {
			padding-bottom: 15px;
			font-style: italic;
			}
		
		/* clearing */
		
		.clear:before,
		.clear:after,
		.entry-content:before,
		.entry-content:after,
		.comment-content:before,
		.comment-content:after,
		.site-header:before,
		.site-header:after,
		.site-content:before,
		.site-content:after,
		.site-footer:before,
		.site-footer:after {
			content: '';
			display: table;
			}
		
		.clear:after,
		.entry-content:after,
		.comment-content:after,
		.site-header:after,
		.site-content:after,
		.site-footer:after {
			clear: both;
			}
			
	/* Pagination
	-------------------------------------------------------------------------- */
					
		#pagination {
			width: 100%;
			margin-top: 20px;
			padding-top: 20px;
			border-top: 1px solid #e9e9e9;
			float: left;
			}
			
		#pagination ul {
			margin: 0;
			text-align: center;
			}
			
		#pagination li {
			display: inline-block;
			}
					
		#pagination li a, #pagination li a:visited, #pagination li span {
			padding: 0 10px;
			font-size: 20px;
			font-weight: 700;
			text-transform: uppercase;
			letter-spacing: 2px;
			display: block;
			}
			
		#pagination li span.current {
			background: #eee;
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
	    	        border-radius: 3px;
			}
			
		/* single */
			
		#pagination .prevPage { float: left; text-align: left; }
		#pagination .nextPage { float: right; text-align: right; }
			
		#pagination .prevPage a, #pagination .prevPage a:visited,
		 #pagination .nextPage a, #pagination .nextPage a:visited {
			padding: 0 10px;
			font-size: 20px;
			font-weight: 700;
			text-transform: uppercase;
			letter-spacing: 2px;
			display: block;
			}

	/* vCita Modifications
	-------------------------------------------------------------------------- */
			
		#livesite_action_buttons { display: none !important; }
		#livesite_engage_button { margin-right: 5% !important; }
		#livesite_engage_button .ls-ab-trigger.ls-hide-desktop.ls-mobile { width: 0 !important; display: none !important; }
		#livesite_engage_button .ls-engage-button.ls-mobile { margin-left: 19px !important; }	
		#livesite_active_engage .ls-ae-photo + .ls-ae-title { top: -30px !important; }

/* =Homepage
============================================================================== */
		
	/* Feature
	-------------------------------------------------------------------------- */

		#feature {
			background: #f2f2f2;
			position: relative;
			}
			
		#feature:before {
			content: "";
			width: 100%;
			height: 76px;
			background: #e7e7e7;
			display: block;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			z-index: 0;
			}
			
		#pdfPreview {
			max-width: 1100px;
			line-height: 0;
			overflow: hidden;
			}
			
		#pdfPreview > a, #pdfPreview > a:visited {
			height: 76px;
			display: block;
			position: relative;
			z-index: 2;
			}

		#pdfPreview > img {
			width: 70%;
			height: auto;
			position: absolute;
			z-index: 1;
			top: 20%;
			left: 15%;
			}
			
		#pdfPreview .ipadFrame img {
			width: 100%;
			height: auto;
			margin-top: 10%;
			border: 3px solid #b4d3e4;
			border-bottom: 0;
			background: #fff;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			-webkit-border-radius: 50px 50px 0 0;
			   -moz-border-radius: 50px 50px 0 0;
	    	        border-radius: 50px 50px 0 0;
			}
			
	/* Testimonials & Twitter
	-------------------------------------------------------------------------- */

		#testimonialsTwitter .floatLeft, #testimonialsTwitter .floatRight {
			width: 47%;
			padding: 80px 0;
			}
			
		/* quotes */
		
		#testimonialsTwitter blockquote { position: relative; }
		#testimonialsTwitter blockquote * { position: relative; z-index: 1; }
				
		#testimonialsTwitter blockquote:first-child:before {
			content: "\201C";
			color: #eee;
			font-weight: 700;
			font-family: Georgia, Times, serif;
			font-size: 470px;
			line-height: 470px;
			position: absolute;
			top: -20px;
			left: -50px;
			z-index: 0;
			}
		
		#testimonialsTwitter blockquote + blockquote { padding-top: 50px; }
		
		#testimonialsTwitter blockquote p {
			font-family: Georgia, Times, serif;
			font-size: 20px;
			font-style: italic;
			}
			
		#testimonialsTwitter blockquote cite {
			font-size: 14px;
			text-transform: uppercase;
			}
			
		/* twitter timeline */
		
		#testimonialsTwitter .twitter-timeline {
			width: 100%;
			height: 440px !important;
			margin-top: 5px;
			float: right;
			}

/* =About
============================================================================== */

	/* Base
	-------------------------------------------------------------------------- */
	
		#about .bio {
			width: 100%;
			float: left;
			}
			
		#about .bio + .bio {
			margin-top: 75px;
			padding-top: 80px;
			border-top: 1px solid #e9e9e9;
			}
	
	/* Aside
	-------------------------------------------------------------------------- */
	
		#about aside {
			width: 25%;
			margin-top: 6px;
			text-align: center;
			float: left;
			}
			
		#about aside img {
			width: 100%;
			height: auto;
			-webkit-border-radius: 100%;
			   -moz-border-radius: 100%;
	    	        border-radius: 100%;
			}

	/* Article
	-------------------------------------------------------------------------- */
			
		#about article {
			width: 75%;
			padding-left: 100px;
			float: right;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#about article h3 {
			margin-bottom: 20px;
			color: #1c446a;
			font-family: Georgia, Times, serif;
			text-transform: uppercase;
			letter-spacing: 1px;
			}
			
/* =Process
============================================================================== */
			
	/* Article
	-------------------------------------------------------------------------- */
			
		#process article {
			width: 100%;
			margin-bottom: 40px;
			float: left;
			}
			
		#process article .floatLeft, #process article .floatRight {
			width: 48%;
			}

		#process article h2 { margin: 30px 0; }
			
	/* Charts
	------------------------------------------------------------------------- */
		
		#charts {
			width: 100%;
			margin-bottom: 40px;
			}
			
		/* titles */
		
		#charts h2 {
			border-bottom: 1px solid #66acd1;
			}
		
		#charts h2 a, #charts h2 a:visited {
			margin: 0 -4px;
			padding: 12px 25px;
			display: inline-block;
			-webkit-transition: color 0.1s linear;
			   -moz-transition: color 0.1s linear;
			     -o-transition: color 0.1s linear;
				-ms-transition: color 0.1s linear;
					transition: color 0.1s linear;
			}
			
		#charts h2 a:first-child { margin-left: 0; }
			
		#charts h2 a:hover {
			color: #66acd1;
			text-decoration: none;
			}
			
		#charts h2 a.active {
			margin: 0 -3px -1px -3px;
			padding: 12px 27px;
			border: 1px solid #66acd1;
			border-bottom: 1px solid #fff;
			}
		
		/* stat lists */
		
		#charts ul {
			margin: 0 -20px;
			list-style: none;
			}
			
		#charts li {
			width: 50%;
			padding: 20px;
			line-height: 0;
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#charts img {
			width: 100%;
			height: auto;
			}
			
	/* Steps
	------------------------------------------------------------------------- */
		
		#steps {
			width: 100%;
			margin-bottom: 50px;
			}
			
		#steps h2 { margin-bottom: 30px; }
			
		/* details */
		
		#steps .stepDetails {
			width: 100%;
			background: #d0e0f3;
			display: table;
		    table-layout: fixed;
			}
		
		#steps .stepDetails dl {
			width: 10%;
			margin: 0;
			border-right: 3px solid #fff;
			display: table-cell;
			}
			
		#steps .stepDetails dl:last-child { border: 0; }
		
		#steps .stepDetails dt {
			margin-right: -3px;
			background: #7dafca;
		    position: relative;
		    z-index: 0;
		    }
		    
		#steps .stepDetails dl:last-child dt { margin: 0; }
		    
		#steps .stepDetails dl:nth-child(1) dt { z-index: 6; }
		#steps .stepDetails dl:nth-child(2) dt { z-index: 5; }
		#steps .stepDetails dl:nth-child(3) dt { z-index: 4; }
		#steps .stepDetails dl:nth-child(4) dt { z-index: 3; }
		#steps .stepDetails dl:nth-child(5) dt { z-index: 2; }
		#steps .stepDetails dl:nth-child(6) dt { z-index: 1; }
				
		#steps .stepDetails dt h5 {
			height: 36px;
			margin: 0;
			padding: 20px 0 20px 40px;
			color: #fff;
			font-size: 15px;
			font-weight: 700;
			line-height: 18px;
			text-align: center;
		    position: relative;
		    z-index: 2;
		    }
				
		#steps .stepDetails dt h5:before {
		    content: "";
		    width: 56px;
		    height: 56px;
		    margin-top: -30px;
		    border-right: 3px solid #fff;
		    border-bottom: 3px solid #fff;
		    display: block;
		    position: absolute;
		    top: 50%;
		    right: -28px;
		    z-index: 1;
		    -webkit-transform: rotate(-45deg);
		       -moz-transform: rotate(-45deg);
		         -o-transform: rotate(-45deg);
		    	 	transform: rotate(-45deg);
		    }
		    
		#steps .stepDetails dl:last-child dt h5:before { display: none; }
			
		#steps .stepDetails dd {
			padding: 15px 20px;
			color: #4c4056;
			font-size: 14px;
			border-top: 3px solid #fff;
			}
			
		#steps .stepDetails ul { margin: 0; }
				
		/* groups */
		
		#steps .stepGroups {
			width: 100%;
		    display: table;
		    table-layout: fixed;
			}
			
		#steps .stepGroups dl {
			width: 24%;
			padding: 15px 15px;
			font-size: 14px;
			border-top: 3px solid #fff;
			border-right: 3px solid #fff;
			background: #eef3fa;
			display: table-cell;
			}
			
		#steps .stepGroups dl:last-child { width: 12%; border-right: 0; }
		
		#steps .stepGroups dt { font-size: 15px; font-weight: 600; }
	
	/* FAQ
	-------------------------------------------------------------------------- */
		
		#faq {
			max-width: 900px;
			margin: 0 auto 50px auto;
			}
			
		#faq > h4 {
			padding: 10px 40px 0 0;
			cursor: pointer;
			position: relative;
			}
			
		#faq > h4:hover { color: #806f8e; }
			
		#faq > h4 i {
			color: #bbb;
			font-size: 23px;
			position: absolute;
			top: 8px;
			right: 0;
			}
			
		#faq > div {
			padding-bottom: 10px;
			display: none;
			}
			
		#faq > div ul { margin-left: 20px; }

/* =News
============================================================================== */
		
	/* Base
	-------------------------------------------------------------------------- */
		
		#news { padding-bottom: 30px; }
		
		#news > ul {
			width: 100%;
			margin: 0 0 5px 0;
			display: table;
			table-layout: fixed;
			}
			
		#news > ul li {
			padding: 30px 35px;
			display: table-cell;
			}
			
		#news > ul li:nth-child(1) { width: 30%; }
		#news > ul + ul li:nth-child(3) { padding: 20px 15px 0 15px; }
		
		#news > ul:nth-child(even) {
			background: #eef3fa;
			}
			
		/* hide videos on the main News Archive view */
		
		#news iframe, #news object { display: none; }
			
	/* Thumbnail
	-------------------------------------------------------------------------- */
		
		#news .thumbnail {
			padding: 21px 20px 20px 0;
			display: block;
			}
		
		#news .thumbnail img {
			width: 100%;
			height: auto;
			}
		
		#news a.thumbnail, #news a.thumbnail:visited {
			-webkit-transition: opacity 0.1s linear;
			   -moz-transition: opacity 0.1s linear;
			     -o-transition: opacity 0.1s linear;
				-ms-transition: opacity 0.1s linear;
					transition: opacity 0.1s linear;
			}
		
		#news a:hover { opacity: 0.75; }
		
	/* Date
	-------------------------------------------------------------------------- */
	
		#news .date {
			margin-bottom: 10px;
			color: #aaa;
			font-size: 15px;
			display: block;
			}
			
	/* Social Share
	-------------------------------------------------------------------------- */
		
		#socialShare {
			margin-bottom: 30px;
			}
		
		a.share-btn, a.share-btn:visited {
			margin-right: 2px;
		    display: inline-block;
		    color: #ffffff;
		    border: none;
		    padding: 0.2em;
		    width: 2em;
		    outline: none;
		    text-align: center;
			}
		
		a.share-btn:hover {
			opacity: 0.75;
			}
		
		.share-btn.twitter     { background: #55acee; }
		
		.share-btn.facebook    { background: #3B5998; }
		.share-btn.linkedin    { background: #4875B4; }
		.share-btn.email       { background: #444444; }
		
/* =Subscribe
============================================================================== */
		
	/* Base
	-------------------------------------------------------------------------- */
			
		#signUp > div {
			padding: 45px 0;
			text-align: center;
			border-top: 1px solid #e9e9e9;
			}
			
		#signUp > div:first-child { padding-top: 0; border: 0; }
		#signUp > div:last-child { padding-bottom: 0; }
		
		#signUp > div.wrapper { padding-left: 5%; padding-right: 5%; }
					
		#signUp h1 {
			margin: 0;
			color: #66acd1;
			}
		
		#signUp h4 {
			color: #7cb6d5;
			font-size: 16px;
			text-transform: uppercase;
			}
			
		/* bullet list above packages */
		
		#signUp .entry-content h3 {
			margin: 0 auto 10px auto;
			position: relative;
			}
		
		#signUp .entry-content h3:before {
	        content: "\F0A9";
	        color: #ccc;
	        margin-right: 10px;
	        font-family: FontAwesome;
	        display: inline-block;
	        }

	/* Packages
	-------------------------------------------------------------------------- */
		
		#packages {
			padding-bottom: 45px;
			text-align: center;
			}
		
		#packages h4 { margin-bottom: 30px; }
			
		#packages ul {
			width: 100%;
			margin: 0;
			table-layout: fixed;
			display: table; /* fallback for older browsers */
			display: flex;
			flex-direction: row;
			}
			
		#packages li {
			width: 33.33%;
			padding: 0 15px;
			display: table-cell;
			}
			
		#packages li:nth-child(2) { order: 3; }
		#packages li:nth-child(3) { order: 2; }
						
		#packages li div {
			padding: 0 30px 30px 30px;
			background: #fff;
			border: 1px solid #e9e9e9;
			}

		#packages li.active div { background: #f8f8f8; }
			
		#packages li h4 {
			margin: -1px -31px 30px -31px;
			padding: 20px 0;
			color: #fff;
			font-family: Georgia, Times, serif;
			text-transform: uppercase;
			background: #478eb3;
			}
			
		#packages li:nth-child(2) h4 { background: #1c446a; }
		#packages li:nth-child(3) h4 { background: #646464; }
		
		#packages h5 {
			color: #478eb3;
			font-size: 18px;
			font-weight: 600;
			}
		
		#packages li:nth-child(2) h5 { color: #1c446a; }
		#packages li:nth-child(3) h5 { color: #646464; }
			
		#packages li div > img { margin-bottom: 20px; }
			
		#packages a, #packages a:visited {
			width: 100%;
			padding-left: 0;
			padding-right: 0;
			font-size: 16px;
			font-weight: 700;
			text-transform: uppercase;
			white-space: nowrap;
			}
		
	/* Account Setup
	-------------------------------------------------------------------------- */
		
		#signUp .accountSetup {
			max-width: 675px;
			margin: 0 auto;
			padding: 0 5% 30px 5%;
			border: 0;
			text-align: left;
			overflow: hidden;
			}
		
		#signUp .accountSetup h4 {
			width: 100%;
			margin-bottom: 30px;
			text-align: center;
			float: left;
			}
			
		#signUp .accountSetup h4.creditCardLogos {
			padding-bottom: 50px;
			background: url(img/credit-cards.gif) 50% 100% no-repeat;
			}
		
		#signUp .accountSetup .floatLeft, #signUp .accountSetup .floatRight {
			width: 48%;
			margin-bottom: 0;
			}
			
		#signUp .accountSetup li {
			width: 100%;
			padding-bottom: 10px;
			float: left;
			position: relative;
			}
			
		#signUp .accountSetup input[type=text], #signUp .accountSetup input[type=password], #signUp .accountSetup input[type=email] {
			width: 100%;
			}
			
		#signUp .accountSetup label { font-size: 14px; }
		
		/* first and last name */
		
		#signUp .firstLastName input.firstName { width: 49%; float: left; }
		#signUp .firstLastName input.lastName { width: 49%; float: right; }
			
		/* state and zip */
		
		#signUp .accountSetup .stateZip input.stateField { width: 52%; float: left; }
		#signUp .accountSetup .stateZip input.zipField { width: 45%; float: right; }

		/* credit card expiration */
		
		#signUp .accountSetup .creditCardExp label {
			width: 25%;
			line-height: 39px;
			float: left;
			}
			
		#signUp .accountSetup .creditCardExp .customSelect, #signUp .accountSetup .creditCardExp input {
			width: 23%;
			margin-left: 2%;
			float: right;
			}
			
		/* accept terms & refund policy */
		
		#signUp .accountSetup li.termsAndRefund label {
			float: none;
			margin: 0;
			width: auto;
			font-weight: normal;
			text-align: left;
			}
		
		#signUp .accountSetup a, #signUp .accountSetup a:visited {
			color: #94c5df;
			font-size: 13px;
			border-bottom: 1px solid #94c5df;
			}
			
		#signUp .accountSetup a:hover {
			text-decoration: none;
			border: 0;
			}
			
		/* submit */
		
		#signUp .pmpro_submit {
			width: 100%;
			text-align: center;
			float: left;
			}
			
		#signUp .pmpro_submit input.btnDarkBlue {
			min-width: 225px;
			min-height: 76px;
			font-weight: 400;
			font-size: 17px;
			text-transform: uppercase;
			line-height: 22px;
			}
			
		/* misc pmpro plugin CSS overrides */
		
		#signUp .pmpro_asterisk {
			display: none;
			}
			
		#signUp .pmpro_thead-msg {
			text-align: center;
			float: none;
			display: block;
			}
			
		#signUp .pmpro_checkout ul {
			margin: 0;
			font-size: inherit;
			color: inherit;
			}
			
		/* authorize seal */
		
		#signUp .authorizeSeal {
			position: relative;
			top: 15px;
			}
			
	/* Extra Options
	-------------------------------------------------------------------------- */
		
		#extraOptions {
			margin-bottom: 40px;
			padding-bottom: 30px;
			border-bottom: 1px solid #e9e9e9;
		}
		
		#extraOptions h3 {
			margin-bottom: 10px;
			color: #727272;
			font-size: 30px;
			font-weight: 600;
			}
			
		#extraOptions p + h3 { padding-top: 30px; }
		
/* =Membership
============================================================================== */
		
	/* My Account
	-------------------------------------------------------------------------- */
		
		#pmproAccount { padding-top: 20px; }
		
	/* Checkout
	-------------------------------------------------------------------------- */
		
		.pmpro_checkout h2 .pmpro_thead-msg {
			display: inline;
			float: none;
			font-size: 16px;
			}

	/* Membership Cancel
	-------------------------------------------------------------------------- */		

		.pmpro-cancel .btnBlue { margin-right: 5px; }
			
		.pmpro-cancel .btnBlue.btnSolid { padding: 12px 25px 13px 25px; }

/* =Contact
============================================================================== */
		
	/* Base
	-------------------------------------------------------------------------- */
		
		#contact {
			max-width: 735px;
			margin: 0 auto;
			padding: 0 5%;
			}
			
		#contact h3 {
			margin-bottom: 50px;
			color: #727272;
			text-align: center;
			font-size: 25px;
			font-weight: 300;
			}
			
		#contact h4 {
			color: #7cb6d5;
			font-size: 16px;
			text-transform: uppercase;
			}

	/* Aside
	-------------------------------------------------------------------------- */
		
		#contact aside {
			width: 50%;
			padding-right: 7%;
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#contact aside p, #contact aside ul { margin: 0; }
		
		#contact aside ul { padding-top: 15px; }
		
		#contact aside li {
			padding: 5px 0;
			line-height: 35px;
			}
			
		#contact aside li i {
			width: 30px;
			height: 30px;
			color: #66acd1;
			line-height: 30px;
			vertical-align: middle;
			}
			
		#contact aside li i.fa-twitter { font-size: 24px; }
		#contact aside li i.fa-mobile { font-size: 32px; }
		#contact aside li i.fa-envelope { font-size: 19px; }
		
		#contact aside a, #contact aside a:visited {
			color: #66acd1;
			border-bottom: 1px solid #dfecf4;
			}
			
		#contact aside a:hover {
			text-decoration: none;
			border: 0;
			}
			
	/* Form
	-------------------------------------------------------------------------- */
				
		#contact form {
			width: 50%;
			padding-left: 7%;
			border-left: 1px solid #e9e9e9;
			float: right;
			position: relative;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#contact form ul {
			width: 100%;
			margin: 0;
			float: left;
			}
			
		#contact form li {
			width: 100%;
			padding-bottom: 10px;
			float: left;
			}
			
		#contact form li:last-child { padding: 0; }
			
		#contact form input[type=text], #contact form input[type=email], #contact form input[type=tel], #contact form textarea { width: 100%; }

		#contact form button {
			width: 100%;
			min-height: 76px;
			font-weight: 700;
			font-size: 17px;
			text-transform: uppercase;
			line-height: 22px;
			}
			
		#contact .wpcf7-not-valid-tip {
			width: 100%;
			font-size: 14px;
			float: left;
			}
			
		#contact .wpcf7-quiz-label {
			font-size: 14px;
			font-style: italic;
			}
			
		#contact .wpcf7-response-output { margin: 0; }
		
		#contact .ajax-loader {
			position: absolute;
			bottom: -20px;
			left: 50%;
			}
			
/* =Error 404
============================================================================== */
		
	/* Base
	-------------------------------------------------------------------------- */
		
		#error404 {
			max-width: 735px;
			margin: 0 auto;
			padding: 0 5%;
			}
			
		#error404 h3 {
			margin-bottom: 50px;
			color: #727272;
			text-align: center;
			font-size: 25px;
			font-weight: 300;
			}
			
		#error404 .floatLeft, #error404 .floatRight {
			width: 50%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
					
		#error404 .floatLeft {
			padding-right: 7%;
			float: left;
			}
				
		#error404 .floatRight {
			padding-left: 7%;
			border-left: 1px solid #e9e9e9;
			float: right;
			position: relative;
			}

/* =Footer
============================================================================== */
	
	/* Base
	-------------------------------------------------------------------------- */
	
		#footer {
			padding: 20px 0;
			color: #f9f9f9;
			font-size: 12px;
			background: #17406B;
			}
			
		/* links */
		
		#footer a, #footer a:visited {
			color: #f9f9f9;
			font-weight: 300;
			}
			
		/* divides */
			
		#footer hr {
			margin-left: auto;
			margin-right: auto;
			padding: 0 5%;
			height: 1px;
			max-width: 1400px;
			border: 0;
			display: block;
			position: relative;
			}
			
		#footer hr:before {
			content: "";
			height: 1px;
			width: 100%;
			background: rgba(249, 249, 249, .25);
			display: block;
			}
			
	/* Sitemap
	-------------------------------------------------------------------------- */
		
		#sitemap {
			padding-top: 50px;
			overflow: hidden;
			}
			
		#sitemap nav {
			width: 105%;
			margin: 0 -2.5%;
			display: table;
			table-layout: fixed;
			}
			
		#sitemap .column {
			padding: 0 2.5%;
			display: table-cell;
			}
		
		#sitemap h5 {
			margin-bottom: 20px;
			color: #fff;
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: 1px;
			}
		
		#sitemap ul {
			margin: 0;
			}
			
		#sitemap li {
			padding-bottom: 13px;
			display: block;
			position: relative;
			}
			
		/* mobile */
			
		@media (max-width: 767px) {
			#sitemap {
				text-align: center;
			}
			#sitemap nav {
				margin: -20px -2.5%;
				display: block;
			}
			#sitemap .column {
				width: 45%;
				padding: 20px 2.5%;
				display: block;
				float: left;
			}
			#sitemap .column:nth-child(odd) { clear: left; }
		}
		
		@media (max-width: 480px) {
			#sitemap nav {
				margin: -20px 0;
			}
			#sitemap .column {
				width: 100%;
				padding: 20px 0;
			}
			#sitemap .column:nth-child(odd) { clear: none; }
		}

	/* Logo, Social, and To the Top
	-------------------------------------------------------------------------- */
		
		#footerSocial {
			margin: 0;
			}
			
		#footerSocial li {
			display: inline-block;
			}
		
		#footerSocial a, #footerSocial a:visited {
			display: block;
			-webkit-transition: all 0.1s linear;
			   -moz-transition: all 0.1s linear;
			     -o-transition: all 0.1s linear;
				-ms-transition: all 0.1s linear;
					transition: all 0.1s linear;
			}
			
		#footerSocial a i {
			width: 65px;
			height: 65px;
			color: #fff;
			font-size: 45px;
			line-height: 65px;
			text-align: center;
			display: block;
			}
			
		#footerSocial a:hover {
			text-decoration: none;
			opacity: 0.75;
			}
			
		/* logo */
		
		#footerLogo {
			margin: 0;
			text-align: center;
			}
		
		#footerLogo img {
			max-width: 300px;
			width: 100%;
			height: auto;
			padding-top: 10px;
			}
			
		/* To the Top */
		
		#toTheTop {
			margin-top: 25px;
			text-align: right;
			text-transform: uppercase;
			letter-spacing: 2px;
			}
			
		#toTheTop i {
			font-size: 20px;
			vertical-align: top;
			position: relative;
			top: -1px;
			}
		
		/* mobile */
			
		@media (max-width: 767px) {
			#footerSocial, #toTheTop {
				text-align: center;
			}
		}

	/* Disclaimer
	-------------------------------------------------------------------------- */
			
		#disclaimer {
			position: relative;
			}
			
	/* Copyright
	-------------------------------------------------------------------------- */
			
		#copyright p {
			max-width: 900px;
			margin: 50px auto 30px auto;
			font-size: 13px;
			color: #718296;
			text-align: center;
			}
			
	/* Subscribe
	-------------------------------------------------------------------------- */
		
		#subscribeToday {
			padding: 0 5%;
			text-align: center;
			background: #f2f2f2;
			}
			
		#subscribeToday p {
			margin: 0;
			padding: 40px 0;
			}
			
		#subscribeToday a.btnOutline, #subscribeToday a.btnOutline:visited { color: #fff; }
			
	/* Connect
	-------------------------------------------------------------------------- */
	
		#connect {
			padding: 45px 5% 20px 5%;
			text-align: right;
			color: #fff;
			font-size: 15px;
			font-weight: 400;
			font-weight: 300;
			line-height: 1.4;
			background: #103359;
			}
			
		#connect ul {
		    width: 100%;
		    max-width: 1400px;
		    margin: 0 auto;
		    text-align: justify;
		    list-style: none
		}
		
		#connect ul:after {
		    content: "";
		    width: 100%;
		    height: 0;
		    display: inline-block
		}
		
		#connect ul li {
		    display: inline-block;
		    text-align: left;
		    vertical-align: top;
		}
		
		#connect ul li:first-child {
		    width: 45%;
		}
		
		#connect ul li:first-child * {
			margin: 0;
		}
		
		#connect ul li:first-child a, #connect ul li:first-child a:visited {
		    color: #90caf9;
		}
		
		#connect ul li:first-child a:hover {
		    text-decoration: underline
		}
		
		#connect ul a, #connect ul a:visited {
		    text-align: justify;
		    text-decoration: none;
		    color: #fff;
		}
		
		#connect ul a:hover { color: #90caf9; }
			
		#connect i {
			margin-right: 10px;
		}
			
		#connect i.fa-mobile {
			margin-top: -4px;
			font-size: 24px;
			vertical-align: middle;
			}

		@media (max-width: 1100px) {
		    #connect ul li:first-child {
		        width: 100%;
		        text-align: center;
		        padding-bottom: 30px
		    }
		}
		
		@media (max-width: 650px) {
		    #connect ul li {
		        width: 100%;
		        text-align: center;
		        padding: 10px 0
		    }
		}

						
/* =Responsive
============================================================================== */

/* //////////////////////////////////////////////////////////////////////////////
Max-width: 480px ////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////// */

@media (max-width: 480px) {
		
/* =Content
============================================================================== */

	/* Intro
	-------------------------------------------------------------------------- */
			
		#home #intro .wrapper {
			min-height: inherit;
			padding-top: 50px;
			padding-bottom: 50px;
			}
		
		#intro .floatLeft, #intro .floatRight {
			width: 100%;
			padding: 40px 0;
			}
			
		#intro .verticalCenter {
			position: static;
			top: auto;
			-webkit-transform: none;
			   -moz-transform: none;
			    -ms-transform: none;
				 -o-transform: none;
				 	transform: none;
			}
			
		#interior #intro .wrapper { padding-top: 105px; padding-bottom: 35px; }	
			
		/* copy */

		#home #intro .floatLeft { text-align: center; }
		#home #intro .floatLeft h1 { font-size: 40px; }
		#home #intro .floatLeft a.btnBlue { width: 100%; }
		
		#interior #intro h1 { font-size: 35px; text-align: center; }

		/* search & sort */
		
		#searchSort {
			width: 100%;
			max-width: inherit;
			margin-bottom: 30px;
			}
		
	/* Brands
	-------------------------------------------------------------------------- */
					
		#brands ul li { padding: 5px; }
		
	/* Restricted Content
	-------------------------------------------------------------------------- */
		
		#restrictedContent { text-align: center; }

		#restrictedContent h1, #restrictedContent p { margin-bottom: 15px; }
		
		#restrictedContent h1 { font-size: 30px; }
		#restrictedContent h3 { font-size: 20px; }
			
		#restrictedContent .floatLeft, #restrictedContent .floatRight {
			width: 100%;
			margin: 0;
			padding: 40px 0;
			border: 0;
			border-top: 1px solid #dfdfdf;
			}
		
	/* Accept Disclaimer
	-------------------------------------------------------------------------- */
		
		#acceptDisclaimer .btnBlue {
			margin-top: 10px;
			width: 100%;
			}
			
	/* Grid Layout
	-------------------------------------------------------------------------- */
			
		.gridWrapper { margin: 0; }
			
		.gridColumn { display: block; }
		
		.gridCell {
			width: 100%;
			display: block;
			}
			
		.gridCell + .gridCell { border-top: 0; border-left: 1px solid #d9d9d9 !important; }
		
/* =Homepage
============================================================================== */

	/* Testimonials & Twitter
	-------------------------------------------------------------------------- */
		
		#testimonialsTwitter { padding-bottom: 60px; }
		
		#testimonialsTwitter .floatLeft, #testimonialsTwitter .floatRight {
			width: 100%;
			padding: 60px 0 0 0;
			}
			
/* =About
============================================================================== */
	
	/* Aside
	-------------------------------------------------------------------------- */
	
		#about aside {
			width: 100%;
			margin-bottom: 30px;
			}
			
	/* Article
	-------------------------------------------------------------------------- */
			
		#about article {
			width: 100%;
			padding: 0;
			}

/* =Process
============================================================================== */
			
	/* Article
	-------------------------------------------------------------------------- */
			
		#process article .floatLeft, #process article .floatRight { width: 100%; }
			
	/* Charts
	------------------------------------------------------------------------- */
		
		#charts ul { margin: 0; }
			
		#charts li {
			width: 100%;
			padding: 20px 0 0 0;
			}
			
		#charts h2 a span { display: none; }
			
	/* Steps
	------------------------------------------------------------------------- */
		
		#steps { text-align: center; }
		
		#steps dl { margin: 0; }
		
		/* details */
		
		#steps .stepDetails { display: block; }
		
		#steps .stepDetails dl {
			width: 100%;
			border-right: 0;
			border-bottom: 3px solid #fff;
			display: block;
			}
		
		#steps .stepDetails dt {
			margin-right: 0;
			border-bottom: 3px solid #fff;
			}
		
		#steps .stepDetails dt h5 { padding: 20px 0; }
		#steps .stepDetails dt h5:before { display: none; }
		
		#steps .stepDetails dd { border: 0; }
		
		#steps .stepDetails ul li {
			padding-right: 5px;
			display: inline;
			}
		
		#steps .stepDetails ul li:after { content: ","; }
		#steps .stepDetails ul li:last-child:after { content: ""; }
				
		/* groups */
		
		#steps .stepGroups { display: block; }
			
		#steps .stepGroups dl {
			width: 100%;
			border-right: 0;
			border-top: 3px solid #fff;
			display: block;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#steps .stepGroups dl:last-child { width: 100%; }
		
/* =News
============================================================================== */
		
	/* Base
	-------------------------------------------------------------------------- */
		
		#news > ul {
			margin-bottom: 15px;
			padding-bottom: 5px;
			display: block;
			}
			
		#news > ul:first-child { display: none; }
			
		#news > ul li {
			width: 100% !important;
			display: block;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#news > ul li:nth-child(1) { font-weight: 700; }
		#news > ul li:nth-child(1) em { font-weight: 400; }
			
/* =Subscribe
============================================================================== */

	/* Packages
	-------------------------------------------------------------------------- */
			
		#packages ul {
			display: block; /* for older browsers */
			display: flex;
			flex-direction: column;
			}
			
		#packages li {
			width: 100%;
			padding: 15px 0;
			display: block;
			}

	/* Account Setup
	-------------------------------------------------------------------------- */

		#signUp .accountSetup .floatLeft, #signUp .accountSetup .floatRight { width: 100%; }
		
		#signUp .authorizeSeal { display: none; }

/* =Contact
============================================================================== */
	
	/* Base
	-------------------------------------------------------------------------- */
			
		#contact h4 { text-align: center; }
	
	/* Aside
	-------------------------------------------------------------------------- */
		
		#contact aside {
			width: 100%;
			margin-bottom: 40px;
			padding: 0;
			text-align: center;
			}

	/* Form
	-------------------------------------------------------------------------- */
				
		#contact form {
			width: 100%;
			padding: 0;
			border: 0;
			}
			
/* =Error 404
============================================================================== */
		
	/* Base
	-------------------------------------------------------------------------- */
		
		#error404 .floatLeft, #error404 .floatRight {
			width: 100%;
			padding: 0;
			border: 0;
			}

} /* max-width: 480px */

/* //////////////////////////////////////////////////////////////////////////////
Min-width: 481px and Max-width: 767px ///////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 481px) and (max-width: 767px) {
			
/* =Content
============================================================================== */

	/* Intro
	-------------------------------------------------------------------------- */
			
		#home #intro .wrapper {
			min-height: inherit;
			padding-top: 50px;
			padding-bottom: 50px;
			}
		
		#intro .floatLeft, #intro .floatRight {
			width: 100%;
			padding: 40px 0;
			}
			
		#intro .verticalCenter {
			position: static;
			top: auto;
			-webkit-transform: none;
			   -moz-transform: none;
			    -ms-transform: none;
				 -o-transform: none;
				 	transform: none;
			}
			
		#interior #intro .wrapper { padding-top: 105px; padding-bottom: 55px; }
			
		/* copy */
		
		#home #intro .floatLeft { text-align: center; }
		#home #intro .floatLeft h1 { font-size: 50px; }
		#home #intro .floatLeft a.btnBlue { width: 100%; }
		
		#interior #intro h1 { font-size: 45px; }

		/* search & sort */
		
		#searchSort {
			width: 50%;
			margin-top: -30px;
			}
		
	/* Brands
	-------------------------------------------------------------------------- */
					
		#brands ul li { padding: 5px; }
		
	/* Restricted Content
	-------------------------------------------------------------------------- */
		
		#restrictedContent { text-align: center; }

		#restrictedContent h1, #restrictedContent p { margin-bottom: 15px; }
		
		#restrictedContent h1 { font-size: 30px; }
		#restrictedContent h3 { font-size: 20px; }
			
		#restrictedContent .floatLeft, #restrictedContent .floatRight {
			width: 100%;
			margin: 0;
			padding: 40px 0;
			border: 0;
			border-top: 1px solid #dfdfdf;
			}
			
	/* Grid Layout
	-------------------------------------------------------------------------- */
			
		.gridWrapper { margin: 0; }
			
		.gridColumn { display: block; }
		
		.gridCell {
			width: 100%;
			display: block;
			}
			
		.gridCell + .gridCell { border-top: 0; border-left: 1px solid #d9d9d9 !important; }
		
/* =Homepage
============================================================================== */

	/* Testimonials & Twitter
	-------------------------------------------------------------------------- */
		
		#testimonialsTwitter { padding-bottom: 60px; }
		
		#testimonialsTwitter .floatLeft, #testimonialsTwitter .floatRight {
			width: 100%;
			padding: 60px 0 0 0;
			}
			
/* =About
============================================================================== */
	
	/* Aside
	-------------------------------------------------------------------------- */
	
		#about aside {
			width: 50%;
			margin-right: 30px;
			margin-bottom: 30px;
			}
			
	/* Article
	-------------------------------------------------------------------------- */
			
		#about article {
			width: 100%;
			padding: 0;
			float: none;
			}

/* =Process
============================================================================== */
			
	/* Article
	-------------------------------------------------------------------------- */
			
		#process article .floatLeft, #process article .floatRight { width: 100%; }
			
	/* Charts
	------------------------------------------------------------------------- */
		
		#charts ul { margin: 0; }
			
		#charts li {
			width: 100%;
			padding: 20px 0 0 0;
			}
			
		#charts h2 a span { display: none; }
			
	/* Steps
	------------------------------------------------------------------------- */
		
		#steps { text-align: center; }
		
		#steps dl { margin: 0; }
		
		/* details */
		
		#steps .stepDetails { display: block; }
		
		#steps .stepDetails dl {
			width: 100%;
			border-right: 0;
			border-bottom: 3px solid #fff;
			display: block;
			}
		
		#steps .stepDetails dt {
			margin-right: 0;
			border-bottom: 3px solid #fff;
			}
		
		#steps .stepDetails dt h5 { padding: 20px 0; }		
		#steps .stepDetails dt h5:before { display: none; }
		
		#steps .stepDetails dd { border: 0; }
		
		#steps .stepDetails ul li {
			padding-right: 5px;
			display: inline;
			}
		
		#steps .stepDetails ul li:after { content: ","; }
		#steps .stepDetails ul li:last-child:after { content: ""; }
				
		/* groups */
		
		#steps .stepGroups { display: block; }
			
		#steps .stepGroups dl {
			width: 100%;
			border-right: 0;
			border-top: 3px solid #fff;
			display: block;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#steps .stepGroups dl:last-child { width: 100%; }
		
/* =News
============================================================================== */
		
	/* Base
	-------------------------------------------------------------------------- */
		
		#news > ul {
			margin-bottom: 15px;
			padding-bottom: 5px;
			display: block;
			}
			
		#news > ul:first-child { display: none; }
			
		#news > ul li {
			width: 100% !important;
			display: block;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#news > ul li:nth-child(1) { font-weight: 700; }
		#news > ul li:nth-child(1) em { font-weight: 400; }

/* =Subscribe
============================================================================== */

	/* Packages
	-------------------------------------------------------------------------- */
			
		#packages ul {
			display: block; /* for older browsers */
			display: flex;
			flex-direction: column;
			}
			
		#packages li {
			width: 100%;
			padding: 15px 0;
			display: block;
			}

	/* Account Setup
	-------------------------------------------------------------------------- */

		#signUp .accountSetup .floatLeft, #signUp .accountSetup .floatRight { width: 100%; }
		
		#signUp .authorizeSeal {
			position: absolute;
			top: -70px;
			right: 0;
			}
		
/* =Contact
============================================================================== */
	
	/* Aside
	-------------------------------------------------------------------------- */
		
		#contact aside {
			width: 100%;
			margin-bottom: 40px;
			padding: 0;
			}
			
		#contact aside dl, #contact aside ul {
			width: 50%;
			float: left;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#contact aside dl { padding-right: 15px; }
		#contact aside ul { padding-left: 15px; }

	/* Form
	-------------------------------------------------------------------------- */
				
		#contact form {
			width: 100%;
			padding: 0;
			border-left: 0;
			}

} /* min-width: 481px and max-width: 767px */

/* //////////////////////////////////////////////////////////////////////////////
Min-width: 768px and Max-width: 1024px //////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 768px) and (max-width: 1024px) {

/* =Content
============================================================================== */

	/* Intro
	-------------------------------------------------------------------------- */
		
		#home #intro .wrapper {
			min-height: inherit;
			padding-top: 50px;
			padding-bottom: 50px;
			}
		
		#intro .floatLeft, #intro .floatRight {
			width: 100%;
			padding: 40px 0;
			}
			
		#intro .verticalCenter {
			position: static;
			top: auto;
			-webkit-transform: none;
			   -moz-transform: none;
			    -ms-transform: none;
				 -o-transform: none;
				 	transform: none;
			}
			
		/* copy */
		
		#intro .floatLeft { text-align: center; }
		
		#intro .floatLeft p {
			max-width: 600px;
			margin: 0 auto 30px auto;
			}
			
		/* video */
		
		#intro .floatRight a, #intro .floatRight a:visited {
			max-width: 645px;
			margin: 0 auto;
			}
			
	/* Grid Layout
	-------------------------------------------------------------------------- */
			
		.gridWrapper { margin: 0; }
			
		.gridColumn { display: block; }
		
		.gridCell {
			width: 100%;
			display: block;
			}
			
		.gridCell + .gridCell { border-top: 0; border-left: 1px solid #d9d9d9 !important; }

/* =Process
============================================================================== */
			
	/* Article
	-------------------------------------------------------------------------- */
			
		#process article .floatLeft, #process article .floatRight { width: 100%; }
			
	/* Charts
	------------------------------------------------------------------------- */
		
		#charts ul { margin: 0; }
			
		#charts li {
			width: 100%;
			padding: 20px 0 0 0;
			}
			
	/* Steps
	------------------------------------------------------------------------- */
		
		#steps { text-align: center; }
		
		#steps dl { margin: 0; }
		
		/* details */
		
		#steps .stepDetails { display: block; }
		
		#steps .stepDetails dl {
			width: 100%;
			border-right: 0;
			border-bottom: 3px solid #fff;
			display: block;
			}
		
		#steps .stepDetails dt {
			margin-right: 0;
			border-bottom: 3px solid #fff;
			}
		
		#steps .stepDetails dt h5 { padding: 20px 0; }		
		#steps .stepDetails dt h5:before { display: none; }
		
		#steps .stepDetails dd { border: 0; }
		
		#steps .stepDetails ul li {
			padding-right: 5px;
			display: inline;
			}
		
		#steps .stepDetails ul li:after { content: ","; }
		#steps .stepDetails ul li:last-child:after { content: ""; }
				
		/* groups */
		
		#steps .stepGroups { display: block; }
			
		#steps .stepGroups dl {
			width: 100%;
			border-right: 0;
			border-top: 3px solid #fff;
			display: block;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#steps .stepGroups dl:last-child { width: 100%; }
		
/* =News
============================================================================== */
		
	/* Base
	-------------------------------------------------------------------------- */
		
		#news > ul {
			margin-bottom: 15px;
			padding-bottom: 5px;
			display: block;
			}
			
		#news > ul:first-child { display: none; }
			
		#news > ul li {
			width: 100% !important;
			display: block;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
				    box-sizing: border-box;
			}
			
		#news > ul li:nth-child(1) { font-weight: 700; }
		#news > ul li:nth-child(1) em { font-weight: 400; }
		
/* =Subscribe
============================================================================== */

	/* Packages
	-------------------------------------------------------------------------- */
		
		#packages { overflow: hidden; }
		
		#packages li { padding: 0; }
		
		#packages div { margin: 0 -1px;	}
		
		#packages a, #packages a:visited { font-size: 15px; }

} /* min-width: 768px and max-width: 1024px */

/* //////////////////////////////////////////////////////////////////////////////
Max-width: 1200px ///////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////// */

@media (max-width: 1200px) {

/* =Content
============================================================================== */
			
	/* Brands
	-------------------------------------------------------------------------- */
		
		#brands ul { display: block; }
		#brands ul li { display: inline-block; }
		
	/* Grid Layout
	-------------------------------------------------------------------------- */
			
		.gridWrapper { margin: 0; }
			
		.gridColumn { border-spacing: 0; }

		.gridCell + .gridCell { border-left: 0; }
	
} /* max-width: 1200px */