/*
Theme Name: PennLAGO
Theme URI: 
Description: Custom WordPress theme for PennLAGO.com by HBW
Author: HBW
Version: 3.0
Tags: custom, CSS3, HTML5, mobile, webfont, media queries, responsive layout, html5bp
*/

/* Last modified 07.03.12 */

/* =HTML5 Boilerplate
-------------------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #008bbf; color: #fff; text-shadow: none; }
::selection { background: #008bbf; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; width: 95%;}
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; width: 30%;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; width: 95%;}
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =Fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('css/fonts/BebasNeue-webfont.eot');
    src: url('css/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/BebasNeue-webfont.woff') format('woff'),
         url('css/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('css/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =Common
-------------------------------------------------------------- */

html { background-color: #fff; }
body { color: #505050; }
p { margin: 0 0 1em 0; }

a:link, a:visited { color: #00658c; text-decoration: none; }
a:hover, a:active { color: #4F94BD; text-decoration: underline; }

.big { font-size: 125%; }
.bigger { font-size: 150%; }
.biggest { font-size: 200%; }

.more {
	text-align: right;
	font-size: 11px;
	text-transform: lowercase;
	font-weight: bold;
	margin: 0;
}

.left { float: left; }
.right { float: right; }

.alignleft { float: left; margin: 0 10px 10px 0; }
.alignright { float: right; margin: 0 0 10px 10px; }

.ir-sprites {
    background-color: transparent;
    background-image: url('img/sprites.png');
    background-repeat: no-repeat;
}

/* =Header
-------------------------------------------------------------- */

#hd-wrap {
    width: 100%;
    background: #E5E5E5 url('img/hd-bkgrnd.png') left bottom repeat-x;
}

#hd, #bd, #main-nav, #ft {
    width: 960px;
    margin: 0 auto;
}

#hd-left {
    float: left;
    width: 535px;
	height: 110px;
	margin-top: 16px;
	padding: 95px 0 0 20px;
	background: transparent url('img/sprites.png') 0 -1339px no-repeat;
}

#hd-title {
    font-family: 'BebasNeueRegular';
    font-size: 63px;
    font-weight: normal;
    margin: 0;
	line-height: .9em;
}

#hd-title a:hover { text-decoration: none; }

#hd-subhead {
    font-family: 'BebasNeueRegular';
    font-size: 25px;
    font-weight: normal;
    color: #b7b7b7;
    margin: 0;
    line-height: 1em;
	margin-top: -.5em;
}

#hd-right {
	background: transparent url('img/sprites.png') right -1592px no-repeat;
    width: 300px;
    float: right;
    text-align: right;
	padding-top: 120px;
}

#hd-right h3 {
    color: #00658c;
    text-transform: uppercase;
    margin: 0 0 2px 0;
    font-weight: normal;
    font-size: 15px;
}

#hd-right h4 {
    color: #fec35a;
    font-size: 40px;
    text-shadow: 0 2px 0 #414042;
    margin: 0;
    line-height: .8em;
}

#hd-right h5 { margin: 0; }

#hd-click-to-call {
    background: transparent url('img/sprites.png') right -50px no-repeat;
    height: 65px;
    margin: 0;
    z-index: 1;
    position: relative;
    margin-top: -50px;
}

#nav-wrap {
	clear: both;
	width: 100%;
	background-color: #E5E5E5;
}

#nav {
	padding: 0;
	float: left;
	color: #fff;
	font-size: 16px;
	margin: 0px 0 0px 0;
}

#nav li {
	color: #E5E5E5; 
	float: left;
	list-style: disc;
	margin: 0 0 0 25px;
}

#nav li:first-child {
	list-style: none;
	margin: 0 0 0 0;
}

#nav li a:link, #nav li a:visited {
	color: #4A4A4A;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
	height: 20px;
}

#nav li a:hover, #nav li a:active {
	background: url('img/menu-hover.png') left bottom repeat-x;
	color: #fff;
	text-decoration: none;
}

#main-search {
	float: right;
	margin-top: 3px;
	color: #fff;
}

#main-search fieldset {
	margin: 0;
	padding:0;
	border: 0;
}

#s {
	width: 120px;
	font-size: 12px;
	color: #656565;
}

#searchsubmit {
    width: 16px;
    height: 16px;
    background-position: 0 -1805px;
    border: none;
    position: relative;
    top: 4px;
}


/* =Superfish
-------------------------------------------------------------- */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu { line-height: 1.0; }

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 15em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li { width: 100%; }

.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 1em; /* match top ul list item height */
	z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em; }

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 15em; /* match ul width */
	top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em; }

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 15em; /* match ul width */
	top: 0;
}

.sub-menu { margin-top: 5px; }
.sub-menu li { list-style: none !important; margin-left: 0 !important; }

.sub-menu li a:link, .sub-menu li a:visited {
	font-size: 13px;
	color: #00728d !important;
	background: #fff;
	text-transform: none !important;
	font-weight: normal !important;
	padding: 5px;
	border-bottom: 1px dotted #00728d;
}

.sub-menu li:last-child {
	border-bottom: 4px solid #00728d;
}

.sub-menu li a:hover, .sub-menu li a:active {
	color: #000 !important;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 1.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 0em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('img/superfish-arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {/* give all except IE6 the correct values */
	top: .2em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background: url('img/superfish-shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off { background: transparent; }


/* =Layout
-------------------------------------------------------------- */

#bd {
    min-height: 700px;
	margin-bottom: 13px;
}

#bd-main {
    width: 650px;
    float: left;
	margin-top: 18px;
	overflow: hidden;
}

.home #bd-main { margin-top: 0; }


/* =Sidebar
-------------------------------------------------------------- */

#sidebar {
    width: 300px;
    float: right;
	padding-top: 10px;
}

/* Guide Form */
#text-13 { background: transparent !important; }

#text-13 small {
	font-size: 9px;
	display: block;
	text-align: center;
	color: #ababab;
}

#FSContact10 {
    background-color: #fec35a;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 75px 20px 10px 20px;
    position: relative;
    z-index: 1;
    margin: -90px 0 5px 0;
}

#sidebar-guideform-header {
    position: relative;
    z-index: 2;
}

#sidebar-guideform-header h3 {
    margin: 0;
    height: 128px;
    background: transparent url('img/sprites.png') 0 -114px no-repeat;
}

#sidebar-guideform-header p {
    position: relative;
    margin-top: -55px;
    margin-left: 100px;
    width: 181px;
    color: #000;
    font-size: 12px;
}

/*  CSS for Gun Seminar Landing Page
------------------------------------------------------------ */
#land_bd {
    width: 100%;
    margin: 0 auto;
}

#bd-land {
    width: 100%;
    float: left;
    margin-top: 0px;
    overflow: hidden;
}

#gunheader {
        background: url("http://pennlago.com/wp-content/uploads/slider-education-bg.jpg") no-repeat center center;
        background-size: cover;
        max-height: 550px;
}

#guncaption_align {
    padding-top: 2%;
    text-align:-webkit-center;
    text-align:-moz-center;
}

#guncaption_back {
    padding: 0.5% 1% 1.5% 1%;
    border-radius: 25px;
    background: #1E2026;    
    max-width: 1000px;
    height: 40px; 
}

#guncaption {
    font-size: 48px;
    line-height: 55px;
    font-weight: 800;
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255,214,88);
    border-style: none;
    font-family: 'Open-Sans', sans-serif;
    background-size: cover;
    text-align: center;
}

#guncaption_red {
    color: rgb(196,25,54);    
}

#gundescri_right {
    float: right;
    margin-top: -28%;
    margin-right: 15%;
}

#gundescri {
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    font-family: Arial;
    color: rgb(255,255,255);
    text-decoration: none;
    text-shadow: rgba(0,0,0,0.498039) 0px 2px 5px;
    //margin: 0px;
    white-space: nowrap;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255,255,255);
    border-style: none;
}

#gundescri_br {
    line-height: 38px;
}

#gun_body {
    background-color: #E1E3E6;
    //margin-top: -3%;
}

#gun_content {
    background-color: #ffffff;
    width: 80%;
    margin-left: 10%;
    padding: 1% 1% 1% 1%;
}

h2#gun_content_title {
    font-weight: 800;
    color: #494A54;
    background-color: transparent;
    font-size: 50px;
    text-transform: uppercase;
    margin-top: auto;
    text-align: center;
}

h3#gun_content_title {
    margin-top: -3%;
    color: #720404;
    font-size: 32px;
    text-align: center;
}

h4#gun_content_title {
    color: #333;
    text-align: center;
}

.emph {
    background: transparent url('http://pennlago.com/wp-content/uploads/underline.png') bottom center no-repeat;
}

.info-text {
    color: #494A54;
    font-size: 18px;
    padding: 0% 0.8%;
}

#gun_content_descri {
    width: 100%;
    //margin-left: 10%;
    display: inline-block;
    margin-top: -4%;
}

#gun_content_left {
    width:50%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    float: left;
}

#gun_content_right {
    width:50%;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#gun_holes {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 8%;
}

#gun_holes li {
    padding: 7px 40px;
    background: url('http://pennlago.com/wp-content/uploads/bullet-hole.png') 0 2px no-repeat;
}

.action_button {
    display: block;
    text-indent: -10000px;
    background-position: top center;
}

.action_button:hover {
	background-position: bottom center;
}

.seminar_reserve_button {
    width: 380px;
    height: 79px;
    margin: 0 auto;
    background-image: url('http://pennlago.com/wp-content/uploads/button-reservemyseat.png');
}

.btn {
    padding: 5px 9px;
    display: inline-block;   
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-success {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-family: 'Open-Sans', sans-serif;
}

.btn-success:hover {
    text-decoration:none;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Erica One', cursive;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-plus:before {
    content: "\2b";
    font-size: larger;
}

h2.tablepress-table-name-id-1 {
    font-size: 36px;
    margin-top: 1%;
    text-align: center;
}

.tablepress thead th {
    background-color: #f9f9f9;
    font-size: 20px;
}

#gun_number {
    font-weight: 800;
    color: #fff;
    font-size: 32px;
    text-align: center;
    background-color: #C41936;
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {

#gunheader iframe {
    width: 409px;
    height: 230px;
    margin-left: 12% !important;
}

#guncaption_back {
    max-width: 920px;
    height: 30px;
}

#guncaption {
    font-size: 44px;
    line-height: 35px;
}

#gundescri_right {
    margin-top: -23%;
    margin-right: 18%;
}

#gundescri {
    font-size: 32px;
    line-height: 32px;
}

#gundescri_br {
    line-height: 32px;
}

#gundescri_right img {
    width: 170px !important;
}

#gun_body {
    background-color: #E1E3E6;
    //margin-top: -3%;
}

#gun_content {
    background-color: #ffffff;
    width: 80%;
    margin-left: 10%;
    padding: 1% 1% 1% 1%;
}

h2#gun_content_title {
    font-size: 36px;
}

h3#gun_content_title {
    font-size: 24px;
}

.emph {
    background: transparent url('http://pennlago.com/wp-content/uploads/underline82.png') bottom center no-repeat;
}

.info-text {
    font-size: 16px;
}

#gun_holes {
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 1%;
}

#gun_holes li {
    padding: 7px 40px;
    background: url('http://pennlago.com/wp-content/uploads/bullet-hole.png') 0 2px no-repeat;
}

h2.tablepress-table-name-id-1 {
    font-size: 32px;
    margin-top: 1%;
}

.tablepress thead th {
    background-color: #f9f9f9;
    font-size: 18px;
}

#gun_number {
    font-size: 24px;
}

/* Post Slider */
#rps .rpc_blog{
    font-size: 26px;
    line-height: 28px;
}

#rps .window{
    width: 970px !important;
    height: 35px !important;
    margin-top: 0.6%;
}

#rps .slider div {
    width: 970px !important;
}

#rps .col p.post-title {    
    padding: 5px;
}

#rps .col p.post-title span {
   font-size: 24px;
    line-height: 28px;
    width: 70%;
}

#rps .col p.post-title span:hover {
    height: 35px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1100px) {

#gunheader iframe {
    width: 355px;
    height: 200px;
    margin-left: 10% !important;
}

#guncaption_back {
    max-width: 820px;
    height: 28px;
}

#guncaption {
    font-size: 38px;
    line-height: 35px;
}

#gundescri_right {
    margin-top: -26%;
    margin-right: 18%;
}

#gundescri {
    font-size: 25px;
    line-height: 24px;
}

#gundescri_br {
    line-height: 24px;
}

#gundescri_right img {
    width: 150px !important;
}

#gun_body {
    background-color: #E1E3E6;
    //margin-top: -3%;
}

#gun_content {
    background-color: #ffffff;
    width: 80%;
    margin-left: 10%;
    padding: 1% 1% 1% 1%;
}

h2#gun_content_title {
    font-size: 36px;
}

h3#gun_content_title {
    font-size: 24px;
}

.emph {
    background: transparent url('http://pennlago.com/wp-content/uploads/underline82.png') bottom center no-repeat;
}

.info-text {
    font-size: 16px;
}

#gun_content_left {
    width:100%;
}

#gun_content_right {
    width:100%;
}

#gun_holes {
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 1%;
}

#gun_holes li {
    padding: 7px 40px;
    background: url('http://pennlago.com/wp-content/uploads/bullet-hole.png') 0 2px no-repeat;
}

h2.tablepress-table-name-id-1 {
    font-size: 32px;
    margin-top: 1%;
}

.tablepress thead th {
    background-color: #f9f9f9;
    font-size: 18px;
}

#gun_number {
    font-size: 24px;
}

/* Post Slider */
#rps .rpc_blog{
    font-size: 22px;
    line-height: 25px;
}

#rps .window{
    width: 750px !important;
    height: 35px !important;
    margin-top: 0.6%;
}

#rps .slider div {
    width: 750px !important;
}

#rps .col p.post-title {    
    padding: 5px;
}

#rps .col p.post-title span {
   font-size: 22px;
    line-height: 22px;
    width: 70%;
}

#rps .col p.post-title span:hover {
    height: 35px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

#gunheader iframe {
    width: 318px;
    height: 180px;
    margin-left: 10% !important;
}

#guncaption_back {
    max-width: 720px;
    height: 30px;
}

#guncaption {
    font-size: 35px;
    line-height: 35px;
}

#gundescri_right {
    margin-top: -26%;
    margin-right: 12%;
}

#gundescri {
    font-size: 22px;
    line-height: 22px;
}

#gundescri_br {
    line-height: 22px;
}

#gundescri_right img {
    width: 130px !important;
}

#gun_body {
    background-color: #E1E3E6;
    //margin-top: -3%;
}

#gun_content {
    background-color: #ffffff;
    width: 80%;
    margin-left: 10%;
    padding: 1% 1% 1% 1%;
}

h2#gun_content_title {
    font-size: 36px;
}

h3#gun_content_title {
    font-size: 24px;
}

.emph {
    background: transparent url('http://pennlago.com/wp-content/uploads/underline82.png') bottom center no-repeat;
}

.info-text {
    font-size: 16px;
}

#gun_content_left {
    width:100%;
}

#gun_content_right {
    width:100%;
}

#gun_holes {
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 1%;
}

#gun_holes li {
    padding: 7px 40px;
    background: url('http://pennlago.com/wp-content/uploads/bullet-hole.png') 0 2px no-repeat;
}

h2.tablepress-table-name-id-1 {
    font-size: 32px;
    margin-top: 1%;
}

.tablepress thead th {
    background-color: #f9f9f9;
    font-size: 18px;
}

#gun_number {
    font-size: 24px;
}


/* Post Slider */
#rps .rpc_blog{
    font-size: 22px;
    line-height: 25px;
}

#rps .window{
    width: 585px !important;
    height: 35px !important;
    margin-top: 0.6%;
}

#rps .slider div {
    width: 585px !important;
}

#rps .col p.post-title {    
    padding: 5px;
}

#rps .col p.post-title span {
   font-size: 22px;
    line-height: 22px;
    width: 70%;
}

#rps .col p.post-title span:hover {
    height: 35px;
}

}

@media only screen and (min-width: 602px) and (max-width: 767px) {

#gunheader iframe {
    width: 195px;
    height: 110px;
    margin-left: 12% !important;
}

#guncaption_back {
    max-width: 480px;
    height: 52px;
}

#guncaption {
    font-size: 28px;
    line-height: 32px;
}

#gundescri_right {
    margin-top: -25%;
}

#gundescri {
    font-size: 17px;
    line-height: 17px;
}

#gundescri_br {
    line-height: 17px;
}

#gundescri_right img {
    width: 100px !important;
}

#gun_body {
    background-color: #E1E3E6;
    //margin-top: -3%;
}

#gun_content {
    background-color: #ffffff;
    width: 80%;
    margin-left: 10%;
    padding: 1% 1% 1% 1%;
}

h2#gun_content_title {
    font-size: 36px;
}

h3#gun_content_title {
    font-size: 24px;
}

.emph {
    background: transparent url('http://pennlago.com/wp-content/uploads/underline82.png') bottom center no-repeat;
}

.info-text {
    font-size: 16px;
}

#gun_content_left {
    width:100%;
}

#gun_content_left iframe {
    width: 409px !important;
}

#gun_content_right {
    width:100%;
}

#gun_holes {
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 1%;
}

#gun_holes li {
    padding: 7px 40px;
    background: url('http://pennlago.com/wp-content/uploads/bullet-hole.png') 0 2px no-repeat;
}

h2.tablepress-table-name-id-1 {
    font-size: 32px;
    margin-top: 1%;
}

.tablepress thead th {
    background-color: #f9f9f9;
    font-size: 18px;
}

#gun_number {
    font-size: 24px;
}

/* Post Slider */
#rps .rpc_blog{
    font-size: 17px !important;
    line-height: 20px !important;
}

#rps .window{
    width: 450px !important;
    height: 28px !important;
    margin-top: 0.5% !important;
}

#rps .slider div {
    width: 450px !important;
}

#rps .col p.post-title {    
    padding: 5px !important;
}

#rps .col p.post-title span {
   font-size: 18px !important;
    line-height: 18px !important;
    width: 85% !important;
}

#rps .col p.post-title span:hover {
    height: 28px !important;
}

}

@media only screen and (min-width: 480px) and (max-width: 601px) {

#gunheader iframe {
    width: 160px;
    height: 90px;
    margin-left: 12% !important;
}

#guncaption_back {
    max-width: 420px;
    height: 28px;
}

#guncaption {
    font-size: 20px;
    line-height: 32px;
}

#gundescri_right {
    margin-top: -26%;
}

#gundescri {
    font-size: 13px;
    line-height: 13px;
}

#gundescri_br {
    line-height: 13px;
}

#gundescri_right img {
    width: 80px !important;
}

#gun_body {
    background-color: #E1E3E6;
    //margin-top: -3%;
}

#gun_content {
    background-color: #ffffff;
    width: 80%;
    margin-left: 10%;
    padding: 1% 1% 1% 1%;
}

h2#gun_content_title {
    font-size: 30px;
}

h3#gun_content_title {
    font-size: 22px;
}

h4#gun_content_title {
    font-size: 22px;
}

.emph {
    background: transparent url('http://pennlago.com/wp-content/uploads/underline82.png') bottom center no-repeat;
}

.info-text {
    font-size: 14px;
}

#gun_content_left {
    width:100%;
}

#gun_content_left iframe {
    width: 350px !important;
    height: 197px !important;
}

#gun_content_right {
    width:100%;
}

#gun_holes {
    line-height: 22px;
    font-size: 17px;
    margin-bottom: 1%;
}

#gun_holes li {
    padding: 7px 40px;
    background: url('http://pennlago.com/wp-content/uploads/bullet-hole.png') 0 2px no-repeat;
}

.seminar_reserve_button {
    width: 250px;
    height: 51px;
    background-image: url('http://pennlago.com/wp-content/uploads/button-reservemyseat250.png');
}

h2.tablepress-table-name-id-1 {
    font-size: 21px;
    margin-top: 1%;
}

.tablepress thead th {
    background-color: #f9f9f9;
    font-size: 16px;
}

.tablepress td {
    font-size: 11px;
}

.btn {
    font-size: 10px;
}

#gun_number {
    font-size: 22px;
}

/* Post Slider */
#rps .rpc_blog{
    font-size: 15px !important;
    line-height: 16px !important;
    width: 12%;
}

#rps .window{
    width: 350px !important;
    height: 26px !important;
    margin-top: 0% !important;
}

#rps .slider div {
    width: 350px !important;
}

#rps .col p.post-title {    
    padding: 5px !important;
}

#rps .col p.post-title span {
   font-size: 14px !important;
    line-height: 16px !important;
    width: 85% !important;
}

#rps .col p.post-title span:hover {
    height: 26px !important;
}

}

@media only screen and (min-width: 301px) and (max-width: 479px) {

#gunheader iframe {
    width: 160px;
    height: 90px;
    margin-left: 12% !important;
    visibility: hidden;
}

#guncaption_back {
    max-width: 270px;
    height: 17px;
}

#guncaption {
    font-size: 12px;
    line-height: 22px;
}

#gundescri_right {
    margin-top: -41%;
}

#gundescri {
    font-size: 15px;
    line-height: 13px;
}

#gundescri_br {
    line-height: 13px;
}

#gundescri_right img {
    width: 70px !important;
}

#gun_body {
    background-color: #E1E3E6;
    //margin-top: -3%;
}

#gun_content {
    background-color: #ffffff;
    width: 80%;
    margin-left: 10%;
    padding: 1% 1% 1% 1%;
}

h2#gun_content_title {
    font-size: 19px;
}

h3#gun_content_title {
    font-size: 17px;
}

h4#gun_content_title {
    font-size: 17px;
}

.emph {
    background: transparent url('http://pennlago.com/wp-content/uploads/underline82.png') bottom center no-repeat;
}

.info-text {
    font-size: 12px;
}

#gun_content_left {
    width:100%;
}

#gun_content_left iframe {
    width: 220px !important;
    height: 123px !important;
}

#gun_content_right {
    width:100%;
}

#gun_holes {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 1%;
}

#gun_holes li {
    padding: 2px 27px;
    background: url('http://pennlago.com/wp-content/uploads/bullet-hole20.png') 0 2px no-repeat;
}

.seminar_reserve_button {
    width: 200px;
    height: 41px;
    background-image: url('http://pennlago.com/wp-content/uploads/button-reservemyseat200.png');
}

h2.tablepress-table-name-id-1 {
    font-size: 17px;
    margin-top: 1%;
}

.tablepress thead th {
    background-color: #f9f9f9;
    font-size: 11px;
}

.tablepress td {
    font-size: 9px;
    padding: 2px;
}

.hidden-xs {
   display: none;
}

.btn {
    font-size: 10px;
}

#gun_number {
    font-size: 17px;
}

/* Post Slider */
#rps {
    margin-top: -3%;
}

#rps .rpc_blog{
    font-size: 12px !important;
    line-height: 14px !important;
    width: 15%;
}

#rps .window{
    width: 205px !important;
    height: 24px !important;
    margin-top: 0% !important;
}

#rps .slider div {
    width: 205px !important;
}

#rps .col p.post-title {    
    padding: 2px !important;
}

#rps .col p.post-title span {
   font-size: 11px !important;
    line-height: 14px !important;
    width: 85% !important;
}

#rps .col p.post-title span:hover {
    height: 24px !important;
}

}

@media only screen and (min-width: 330px) and (max-width: 380px) {

#gundescri_right {
    margin-top: -34%;
    margin-right: 25%;
}

}

@media only screen and (min-width: 381px) and (max-width: 479px) {

#gundescri_right {
    margin-top: -30%;
    margin-right: 25%;
}

}

/*  CSS for Membership Landing Page
------------------------------------------------------------ */
#mem_body {
    background-color: #E1E3E6;
    margin-top: -1%;
    font-family: 'Josefin Sans', sans-serif;
}

#mem_header {
    background: url("http://pennlago.com/wp-content/uploads/slide_preview.jpg") no-repeat center center;
    background-size: cover;    
    width: 100%;
    height: 450px;
    padding: 40px 0;
}

#mem_header h1 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    text-align: center;
    color: #ffffff;
}

#mem_header h2 {
    margin: -5px 0 0 0;
    padding: 0;
    font-size: 34px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    color: #ffffff;
}

#mem_header a {
    width: 100%;
    max-width: 415px;
    height: 136px;
    background: url("http://pennlago.com/wp-content/uploads/button_green_large.png") no-repeat;
    margin: 11% 0 0 45%;
    font-size: 32px;
    line-height: 128px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #c1fec3;
    display: block;
}

#mem_header img {
    margin: -1% 0 0 58%;
}

#mem_content {
    background-color: #ffffff;
    width: 84%;
    margin-left: 7%;
    padding: 1% 1% 1% 1%;
    color:#000;
}

#mem_penimage {
    width: 0;
    height: 0;
    overflow: visible;
    position: relative;
    top: -40px;
    left: -50px;
}

#mem_content h3 {
    font-size: 48px;
    margin: 0 0 10px 0;
    text-align: center;
    padding: 0 15%;
}

#mem_content p {
    font-size: 20px;
}

#mem_cta {
    text-align: center;
    margin: 12px 0 0 0;
}

#mem_content_main {
    background-color: #ffffff;
    width: 86%;
    margin-left: 7%;
    color:#000;
}

#mem_content_blue {
    padding: 25px 25px 60px 25px;
    background: #388fc7;
    color: #ffffff;
}

#mem_content_blue h3 {
    margin: 0 0 20px 0;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
}

#mem_content_blue ol {
    margin: 0 auto;
    width: 100%;
    max-width: 1030px;
    padding: 0;
    list-style: none;
}

#mem_content_blue .clearfix {
    //visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#mem_content_blue ol li {
    width: 280px;
    display: block;
    margin: 15px 0;
    padding: 0 50px 0 10px;
    min-height: 46px;
    margin: 15px 0;
    border-left: 2px solid #ffffff;
    font-size: 20px;
    float: left;
}

#mem_content_blue a {
    width: 262px;
    height: 54px;
    margin: 188px auto 10px auto;
    background: url("http://pennlago.com/wp-content/uploads/button_blue.png") no-repeat;
    font-size: 23px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}

#mem_content_blue p {
    width: 262px;
    margin: 0 auto;
    font-size: 17px;
    text-align: center;
}

#mem_content_review {
    padding: 25px;
    background: #3a5794;
    color: #ffffff;  
}

#mem_content_review h3 {
    margin: 0;
    font-size: 48px;
    text-align: center;
}

#mem_review_block {
    width: 100%;
    padding-left: 0px;
    max-width: 940px;
    margin: 0 auto;
}

#mem_review_block ol {
    float: left;
    padding: 0px;
    max-width: 450px;
    width: 100%;
}

#mem_review_block li {
    max-width: 450px;
    width: 100%;
    margin-left: 20px;
    list-style: none;
}

#mem_content_review a {
    width: 262px;
    height: 54px;
    margin: 30px auto 10px auto;
    background: url("http://pennlago.com/wp-content/uploads/button_orange.png") no-repeat;
    font-size: 23px;
    font-weight: bold;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}

#mem_content_review p {
    width: 262px;
    margin: 0 auto;
    font-size: 17px;
    text-align: center;
}

#mem_content_benefit {
    padding: 25px 25px 35px 25px;
}

#mem_content_benefit h3 {
    margin: 0 0 20px 0;
    font-size: 48px;
    text-align: center;
}

#mem_content_benefit .clearfix:after {
    visibility: hidden; 
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#mem_content_benefit ol {
    margin: 0 0 20px 0;
    font-size: 48px;
    text-align: center;
}

#mem_content_benefit ol li {
    width: 50%;
    max-width: 410px;
    display: block;
    min-height: 46px;
    margin: 10px 21px;
    padding: 0 0px 0 35px;
    border-left: 2px solid #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    float: left;
    position: relative;
    text-align: left;
}

#mem_content_benefit ol li:nth-child(odd) {
    padding-right: 50px;
}

#mem_content_benefit ol li img {
    position: absolute;
    top: 14px;
    left: -5px;
}

#mem_content_benefit ol li h4 {
    margin: 5px 0;
    padding: 0;
    font-size: 34px;
}

#mem_content_benefit span.large_text {
    width: 280px;
    margin: 50px auto 0 auto;
    font-size: 27px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

#mem_content_benefit a {
    width: 252px;
    height: 54px;
    margin: 10px auto;
    background: url("http://pennlago.com/wp-content/uploads/button_green.png") no-repeat;
    font-size: 23px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}

#mem_content_thinking {
    padding: 25px 25px 50px 25px;
    background: #981f1e;
}

#mem_content_thinking h3 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 20px auto;
    font-size: 42px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

#mem_content_thinking h4 {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    font-size: 25px;
    font-style: italic;
    color: #520505;
    text-transform: uppercase;
}

#mem_content_thinking span {
    margin: 5px 155px 0 0;
    font-size: 19px;
    font-weight: bold;
    color: #520505;
    text-align: right;
    display: block;
}

#mem_content_thinking #video_box_robert {
    margin: 10px auto;
    width: 100%;
    max-width: 1100px;
    color: #ffffff;
}

#mem_content_thinking .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#mem_content_thinking #video_box_robert div {
    width: 45%;
    padding: 30px;
    position: relative;
    display: table-cell;
}

#mem_content_thinking #video_box_robert .video_container iframe {
    height: 310px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#mem_content_thinking #video_box_robert p {
    margin: 0 0 20px 0;
    font-size: 24px;
}

#mem_content_thinking a {
    width: 235px;
    height: 54px;
    margin: 50px auto 0 auto;
    background: url("http://pennlago.com/wp-content/uploads/button_white.png") no-repeat;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #981f1e;
    display: block;
}

#mem_content_police {
    padding: 25px 25px 50px 25px;
    background: #3a5794;
}

#mem_content_police h3 {
    margin: 0 auto 20px auto;
    font-size: 38px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

#mem_content_police h4 {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    font-size: 25px;
    font-style: italic;
    color: #132171;
    text-transform: uppercase;
}

#mem_content_police span {
    margin: 5px 180px 0 0;
    font-size: 19px;
    font-weight: bold;
    color: #132171;
    text-align: right;
    display: block;
}

#mem_content_police #video_box_police {
    margin: 10px auto;
    width: 100%;
    max-width: 1100px;
    color: #ffffff;
}

#mem_content_police #video_box_police div {
    position: relative;
    width: 45%;
    padding: 30px;
    display: table-cell;
}

#mem_content_police #video_box_police .video_container iframe {
    height: 310px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#mem_content_police #video_box_police p {
    margin: 0 0 20px 0;
    font-size: 24px;
}

#mem_content_police a {
    width: 235px;
    height: 54px;
    margin: 50px auto 0 auto;
    background: url("http://pennlago.com/wp-content/uploads/button_white.png") no-repeat;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #3a5794;
    display: block;
}

#mem_bonus {
    padding: 25px 25px 60px 25px;
    background: #ffffff;
}

#mem_bonus #title_container {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
}

#mem_bonus .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#mem_bonus img#bonus {
    float: left;
}

#mem_bonus h3 {
    width: 100%;
    max-width: 1000px;
    padding: 15px 0 0 30px;
    font-size: 38px;
    line-height: 45px;
    text-transform: uppercase;
    display: table-cell;
}

#mem_bonus #images_container {
    width: 100%;
    max-width: 930px;
    margin: 35px auto;
}

#mem_bonus #platinum {
    margin-right: 70px;
    width: 100%;
    max-width: 455px;
    height: auto;
}

#mem_bonus #two_mon_free {
    width: 100%;
    max-width: 397px;
    height: auto;
}

#mem_bonus span.large_text {
    width: 325px;
    margin: 40px auto 0 auto;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    display: block;
}

#mem_bonus a {
    width: 262px;
    height: 54px;
    margin: 10px auto 0 auto;
    background: url("http://pennlago.com/wp-content/uploads/button_orange.png") no-repeat;
    font-size: 27px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}

#mem_bonus p {
    margin: 15px 0;
    font-size: 20px;
    text-align: center;
}

#mem_bonus img#phone_orange {
    margin: 0 auto;
    display: block;
}

#mem_footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
    background: #000000;
    color: #ffffff;
    position: relative;
}

#mem_footer_inner_container {
    width: 100%;
    max-width: 940px;
    margin: -50px auto;
}

#mem_footer img#satisfaction_guaranteed {
    float: left;
    display: block;
    margin-right: 30px;
}

#mem_footer #footer_text {
    float: left;
    width: 100%;
    max-width: 750px;
}

#mem_footer h3 {
    margin-bottom: 0px;
    font-size: 50px;
}

#mem_footer p#guarantee {
    font-size: 22px;
}

#mem_footer p#business_address {
    margin: 70px 0 40px 100px;
    font-size: 18px;
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {

#mem_content_blue {
    padding: 25px 25px 40px 25px;
}

#mem_content_blue ol {
    max-width: 800px;
    margin-left: 15%;
}

#mem_content_blue ol li {
    width: 280px;
}

#mem_content_blue a {
    margin: 270px auto 10px auto;
}

#mem_review_block {
    max-width: 850px;
}

#mem_review_block ol {
    max-width: 425px;
}

#mem_review_block li {
    max-width: 425px;
    width: 100%;
    margin-left: 27px;
    list-style: none;
}

#mem_content_review p {
    padding-left: 30px;
}

#mem_content_benefit {
    padding: 25px 25px 35px 25px;
}

#mem_content_benefit ol li {
    max-width: 340px;
    margin: 10px 11px;
}

#mem_content_benefit ol li:nth-child(odd) {
    padding-right: 25px;
}

#mem_content_benefit ol li img {
    top: 20px;
}

#mem_content_benefit ol li h4 {
    line-height: 36px;
}

#mem_content_benefit span.large_text {
    margin: 20px auto 0 auto;
}

#mem_content_benefit a {
    width: 252px;
    height: 54px;
    margin: 10px auto;
    background: url("http://pennlago.com/wp-content/uploads/button_green.png") no-repeat;
    font-size: 23px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}

#mem_content_thinking {
    padding: 25px 25px 10px 25px;
}

#mem_content_thinking h3 {
    max-width: 900px;
}

#mem_content_thinking h4 {
    max-width: 850px;
}

#mem_content_thinking span {
    margin: 0px 60px 0 0;
}

#mem_content_thinking #video_box_robert {
    max-width: 1000px;
}

#mem_content_thinking #video_box_robert .video_container iframe {
    height: 245px;
    top: 32px;
}

#mem_content_thinking #video_box_robert p {
    margin: 0 0 18px 0;
    font-size: 22px;
}

#mem_content_police {
    padding: 25px 25px 10px 25px;
}

#mem_content_police h4 {
    max-width: 850px;
}

#mem_content_police span {
    margin: 5px 60px 0 0;
}

#mem_content_police #video_box_police {
     max-width: 1000px; 
}

#mem_content_police #video_box_police .video_container iframe {
    height: 245px;
    top: 32px;
}

#mem_content_police #video_box_police p {
    margin: 0 0 18px 0;
    font-size: 22px;
}

#mem_bonus {
    padding: 25px 25px 30px 25px;
}

#mem_bonus h3 {
    font-size: 35px;
    line-height: 41px;
    padding: 5px 0 0 30px;
}

#mem_bonus #images_container {
    width: 100%;
    max-width: 930px;
    margin: 35px auto;
}

#mem_bonus #platinum {
    margin-right: 100px;
    max-width: 400px;
}

#mem_bonus #two_mon_free {
    max-width: 360px;
}

#mem_footer_inner_container {
    max-width: 890px;
}

#mem_footer img#satisfaction_guaranteed {
    margin-right: 30px;
    width: 130px;
    height: 130px;
}

#mem_footer #footer_text {
    max-width: 720px;
}

#mem_footer p#business_address {
    margin: 70px 0 15px 30px;
}

}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
#mem_content_benefit ol li {
    max-width: 390px;
    margin: 10px 11px;
}

#mem_content_benefit ol li:nth-child(odd) {
    padding-right: 40px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1100px) {

#mem_content h3 {
    font-size: 37px;
    padding: 0 17%;
}

#mem_content_blue {
    padding: 25px 25px 30px 25px;
}

#mem_content_blue ol {    
    max-width: 750px;
    margin-left: 10%;
}

#mem_content_blue a {
    margin: 260px auto 10px auto;
}

#mem_content_review {
    padding: 25px;
    background: #3a5794;
    color: #ffffff;  
}

#mem_review_block {
    max-width: 800px;
}

#mem_review_block ol {
    max-width: 390px;
}

#mem_content_benefit {
    padding: 25px 25px 25px 25px;
}

#mem_content_benefit ol li {
    max-width: 313px;    
    margin: 10px 0px;
}

#mem_content_benefit ol li:nth-child(odd) {
    padding-right: 45px;
}

#mem_content_benefit ol li img {
    top: 19px;
}

#mem_content_benefit ol li h4 {
    font-size: 30px;
    line-height: 32px;
}

#mem_content_benefit span.large_text {
    margin: 20px auto 0 auto;
}

#mem_content_thinking {
    padding: 25px 25px 10px 25px;
}

#mem_content_thinking h4 {
    max-width: 730px;
    font-size: 23px;
}

#mem_content_thinking span {
    margin: 1px 50px 0 0;
}

#mem_content_thinking #video_box_robert {
    max-width: 900px;
}

#mem_content_thinking #video_box_robert .video_container iframe {
    height: 220px;
    top: 40px;
}

#mem_content_thinking #video_box_robert p {
    margin: 0 0 18px 0;
    font-size: 22px;
}

#mem_content_police {
    padding: 25px 25px 10px 25px;
}

#mem_content_police h4 {
    max-width: 730px;
    font-size: 23px;
}

#mem_content_police span {
    margin: 5px 60px 0 0;
}

#mem_content_police #video_box_police {
    max-width: 900px;
}

#mem_content_police #video_box_police .video_container iframe {
    height: 220px;
    top: 40px;
}

#mem_content_police #video_box_police p {
    margin: 0 0 18px 0;
    font-size: 22px;
}

#mem_bonus {
    padding: 25px 25px 30px 25px;
}

#mem_bonus h3 {
    font-size: 32px;
    line-height: 41px;
    padding: 5px 0 0 30px;
}

#mem_bonus #images_container {
    width: 100%;
    max-width: 830px;
    margin: 35px auto;
}

#mem_bonus #platinum {
    margin-right: 100px;
    max-width: 360px;
}

#mem_bonus #two_mon_free {
    max-width: 315px;
}

#mem_footer_inner_container {
    max-width: 780px;
}

#mem_footer img#satisfaction_guaranteed {
    margin-right: 30px;
    width: 100px;
    height: 100%;
}

#mem_footer #footer_text {
    max-width: 650px;
}

#mem_footer h3 {
    font-size: 45px;
}

#mem_footer p#business_address {
    margin: 70px 0 15px 30px;
    font-size: 15px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

#mem_header {
    height: 370px;
}

#mem_header h1 {
    font-size: 40px;
}

#mem_header h2 {
    font-size: 32px;
}

#mem_header a {
    max-width: 300px;
    height: 98px;
    background: url("http://pennlago.com/wp-content/uploads/button_green_large300.png") no-repeat;
    font-size: 24px;
    line-height: 95px;
}

#mem_penimage {
    width: 185px;
    margin: 0 auto;
    left: 0;
    top: -49px;
    height: 0;
    overflow: visible;
    position: relative;
}

#mem_body #mem_content {
    width: 99%;
    margin-left: 0%;
    padding: 1% 1% 4% 1%;
}   

#mem_content h3 {
    font-size: 43px;
    margin: 70px 0 10px 0;
    padding: 0 1%;
}

#mem_content_main {
    width: 100%;
    margin-left: 0%;
}

#mem_content_blue {
    padding: 25px 25px 30px 25px;
}

#mem_content_blue h3 {
    font-size: 44px;
}

#mem_content_blue ol {
    max-width: 686px;
}

#mem_content_blue a {
    margin: 260px auto 10px auto;
}

#mem_content_review {
    padding: 25px;
}

#mem_content_review h3 {
    font-size: 44px;
}

#mem_review_block {
    max-width: 400px;
}

#mem_content_review p {
    margin: 0 34%;
}

#mem_content_benefit {
    padding: 25px 25px 35px 25px;
}

#mem_content_benefit h3 {
    margin: 0 0 20px 0;
    font-size: 44px;
    text-align: center;
}

#mem_content_benefit ol li {
   width: 80%;
    max-width: 900px;
}


#mem_content_benefit span.large_text {
    margin: 35px auto 0 auto;
}

#mem_content_thinking {
    padding: 25px 25px 20px 25px;
}

#mem_content_thinking h3 {
    max-width: 900px;
    font-size: 38px;
}

#mem_content_thinking h4 {
    max-width: 900px;
    font-size: 23px;
}

#mem_content_thinking span {
    margin: 2px 74px 0 0;
}

#mem_content_thinking #video_box_robert {
    margin: 10px auto;
    width: 100%;
    max-width: 1100px;
}

#mem_content_thinking #video_box_robert div {
    width: 100%;
    padding: 0px;
    position: relative;
    display: Block;
}

#mem_content_thinking #video_box_robert .video_container iframe {
    height: 93%;
}

#mem_content_police #video_box_police .video_container, #mem_content_thinking #video_box_robert .video_container {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#mem_content_police {
    padding: 25px 25px 20px 25px;
}

#mem_content_police h4 {
    width: 100%;
    max-width: 900px;
}

#mem_content_police span {
    margin: 3px 60px 0 0;
}

#mem_content_police #video_box_police {
    margin: 10px auto;
    width: 100%;
    max-width: 1100px;
}

#mem_content_police #video_box_police div {
    width: 100%;
    padding: 0px;
    display: block;
}

#mem_content_police #video_box_police .video_container iframe {
    height: 93%;
}

#mem_bonus #title_container {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
}

#mem_bonus h3 {
    width: 100%;
    max-width: 705px;
    padding: 0px 0 0 30px;
}

#mem_bonus #images_container {
    width: 100%;
    max-width: 930px;
    margin: 35px auto;
}

#mem_bonus #platinum {
    margin-right: 70px;
    max-width: 455px;
    margin-left: 21%;
}

#mem_bonus #two_mon_free {
    width: 100%;
    max-width: 397px;
    height: auto;
    margin-left: 21%;
    margin-top: 10%;
}

#mem_footer {
    max-width: 1000px;
}

#mem_footer_inner_container {
    width: 100%;
    max-width: 940px;
    margin: -50px auto;
}

#mem_footer img#satisfaction_guaranteed {
    float: none !important;
    margin: 0 auto !important;
    display: block;
}

#mem_footer #footer_text {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
    max-width: 750px;
}

#mem_footer h3 {
    margin-bottom: 0px;
    font-size: 50px;
}

#mem_footer p#guarantee {
    font-size: 22px;
}

#mem_footer p#business_address {
    margin: 70px 0 40px 100px;
    font-size: 18px;
}

}

@media only screen and (min-width: 602px) and (max-width: 767px) {

#mem_header {
    height: 370px;
}

#mem_header h1 {
    font-size: 34px;
}

#mem_header h2 {
    font-size: 28px;
}

#mem_header a {
    max-width: 300px;
    height: 98px;
    background: url("http://pennlago.com/wp-content/uploads/button_green_large300.png") no-repeat;
    font-size: 24px;
    line-height: 95px;
    margin: 22% 0 0 45%;
}

#mem_penimage {
    width: 185px;
    margin: 0 auto;
    left: 0;
    top: -49px;
    height: 0;
    overflow: visible;
    position: relative;
}

#mem_body #mem_content {
    width: 94%;
    margin-left: 0%;
    padding: 3% 3% 6% 3%;
}   

#mem_content h3 {
    font-size: 45px;
    margin: 70px 0 10px 0;
    padding: 0 1%;
}

#mem_content_main {
    width: 100%;
    margin-left: 0%;
}

#mem_content_blue {
    padding: 25px 25px 30px 25px;
}

#mem_content_blue ol {
    max-width: 280px;
}

#mem_content_blue a {
    margin: 525px auto 10px auto;
}

#mem_content_review {
    padding: 25px;
}

#mem_content_review h3 {
    font-size: 52px;
}

#mem_review_block {
    max-width: 400px;
}

#mem_content_review p {
    margin: 0 29%;
}

#mem_content_benefit {
    padding: 25px 25px 35px 25px;
}

#mem_content_benefit h3 {
    margin: 0 0 20px 0;
    font-size: 44px;
    text-align: center;
}

#mem_content_benefit ol li {
   width: 80%;
    max-width: 900px;
}


#mem_content_benefit span.large_text {
    margin: 35px auto 0 auto;
}

#mem_content_thinking {
    padding: 25px 25px 20px 25px;
}

#mem_content_thinking h3 {
    max-width: 900px;
    font-size: 38px;
}

#mem_content_thinking h4 {
    max-width: 900px;
    font-size: 23px;
}

#mem_content_thinking span {
    margin: 2px 74px 0 0;
}

#mem_content_thinking #video_box_robert {
    margin: 10px auto;
    width: 100%;
    max-width: 1100px;
}

#mem_content_thinking #video_box_robert div {
    width: 100%;
    padding: 0px;
    position: relative;
    display: Block;
}

#mem_content_thinking #video_box_robert .video_container iframe {
    height: 90%;
}

#mem_content_police #video_box_police .video_container, #mem_content_thinking #video_box_robert .video_container {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#mem_content_police {
    padding: 25px 25px 20px 25px;
}

#mem_content_police h4 {
    width: 100%;
    max-width: 900px;
}

#mem_content_police span {
    margin: 3px 60px 0 0;
}

#mem_content_police #video_box_police {
    margin: 10px auto;
    width: 100%;
    max-width: 1100px;
}

#mem_content_police #video_box_police div {
    width: 100%;
    padding: 0px;
    display: block;
}

#mem_content_police #video_box_police .video_container iframe {
    height: 90%;
}

#mem_bonus #title_container {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
}

#mem_bonus h3 {
    width: 100%;
    max-width: 705px;
    padding: 0px 0 0 30px;
}

#mem_bonus #images_container {
    width: 100%;
    max-width: 930px;
    margin: 35px auto;
}

#mem_bonus #platinum {
    margin-right: 70px;
    max-width: 455px;
    margin-left: 11%;
}

#mem_bonus #two_mon_free {
    width: 100%;
    max-width: 397px;
    height: auto;
    margin-left: 15%;
    margin-top: 10%;
}

#mem_footer {
    max-width: 770px;
}

#mem_footer_inner_container {
    width: 100%;
    max-width: 940px;
    margin: -50px auto;
}

#mem_footer img#satisfaction_guaranteed {
    float: none !important;
    margin: 0 auto !important;
    display: block;
}

#mem_footer #footer_text {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
    max-width: 750px;
}

#mem_footer h3 {
    margin-bottom: 0px;
    font-size: 50px;
}

#mem_footer p#guarantee {
    font-size: 21px;
}

#mem_footer p#business_address {
    margin: 70px 0 40px 100px;
    font-size: 18px;
}

}

@media only screen and (min-width: 480px) and (max-width: 601px) {

#mem_header {
    height: 250px;
}

#mem_header h1 {
    font-size: 26px;
}

#mem_header h2 {
    font-size: 22px;
}

#mem_header a {
    max-width: 200px;
    height: 65px;
    background: url("http://pennlago.com/wp-content/uploads/button_green_large200.png") no-repeat;
    font-size: 16px;
    line-height: 63px;
    margin: 22% 0 0 45%;
}

#mem_header img {
    width: 150px;
    height: 35px;
}

#mem_penimage {
    width: 145px;
    top: -49px;
    margin: 0 auto;
    left: 0;
}

#mem_penimage img {
    width: 145px;    
}

#mem_body #mem_content {
    width: 94%;
    margin-left: 0%;
    padding: 3% 3% 6% 3%;
}   

#mem_content h3 {
    font-size: 36px;
    margin: 70px 0 10px 0;
    padding: 0 1%;
}

#mem_content p {
    font-size: 18px;
}

#mem_cta img {
    width: 165px;
}

#mem_content_main {
    width: 100%;
    margin-left: 0%;
}

#mem_content_blue {
    padding: 25px 25px 30px 25px;
}

#mem_content_blue h3 {
    font-size: 40px;
}

#mem_content_blue ol {
    max-width: 280px;
}

#mem_content_blue a {
    margin: 525px auto 10px auto;
}

#mem_content_review {
    padding: 25px;
}

#mem_content_review h3 {
    font-size: 40px;
}

#mem_review_block {
    max-width: 400px;
}

#mem_content_review p {
    margin: 0 22%;
}

#mem_content_benefit {
    padding: 25px 25px 35px 25px;
}

#mem_content_benefit h3 {
    margin: 0 0 20px 0;
    font-size: 40px;
    text-align: center;
}

#mem_content_benefit ol {
    margin: 0 0 20px -10px;
}

#mem_content_benefit ol li {
   width: 80%;
    max-width: 900px;
}

#mem_content_benefit ol li h4 {
    font-size: 26px;
}

#mem_content_benefit span.large_text {
    margin: 35px auto 0 auto;
}

#mem_content_thinking {
    padding: 25px 25px 20px 25px;
}

#mem_content_thinking h3 {
    max-width: 900px;
    font-size: 36px;
}

#mem_content_thinking h4 {
    max-width: 900px;
    font-size: 20px;
}

#mem_content_thinking span {
    margin: 2px 30px 0 0;
    font-size: 17px;
}

#mem_content_thinking #video_box_robert {
    margin: 10px auto;
    width: 100%;
    max-width: 1100px;
}

#mem_content_thinking #video_box_robert div {
    width: 100%;
    padding: 0px;
    position: relative;
    display: Block;
}

#mem_content_thinking #video_box_robert .video_container iframe {
    height: 88%;
}

#mem_content_thinking #video_box_robert p {
    font-size: 20px;
}

#mem_content_police #video_box_police .video_container, #mem_content_thinking #video_box_robert .video_container {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#mem_content_police {
    padding: 25px 25px 20px 25px;
}

#mem_content_police h3 {
    font-size: 36px;
}

#mem_content_police h4 {
    width: 100%;
    max-width: 900px;
    font-size: 22px;
}

#mem_content_police span {
    margin: 3px 20px 0 0;
    font-size: 17px;
}

#mem_content_police #video_box_police {
    margin: 10px auto;
    width: 100%;
    max-width: 1100px;
}

#mem_content_police #video_box_police div {
    width: 100%;
    padding: 0px;
    display: block;
}

#mem_content_police #video_box_police .video_container iframe {
    height: 88%;
}

#mem_content_police #video_box_police p {
    font-size: 20px;
}

#mem_bonus img#bonus {
    width: 85px;
    height: 100%;
}

#mem_bonus #title_container {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
}

#mem_bonus h3 {
    width: 100%;
    max-width: 705px;
    padding: 0px 0 0 18px;
    font-size: 30px;
    line-height: 36px;
}

#mem_bonus #images_container {
    width: 100%;
    max-width: 600px;
    margin: 35px auto;
}

#mem_bonus #platinum {
    margin-right: 70px;
    max-width: 350px;
    margin-left: 9%;
}

#mem_bonus #two_mon_free {
    width: 100%;
    max-width: 325px;
    height: auto;
    margin-left: 12%;
    margin-top: 7%;
}

#mem_footer {
    max-width: 770px;
}

#mem_footer_inner_container {
    width: 100%;
    max-width: 600px;
    margin: -50px auto;
}

#mem_footer img#satisfaction_guaranteed {
    float: none !important;
    margin: 0 auto !important;
    display: block;
    width: 125px;
    height: 120px;
}

#mem_footer #footer_text {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

#mem_footer h3 {
    margin-bottom: 0px;
    font-size: 40px;
}

#mem_footer p#guarantee {
    font-size: 18px;
}

#mem_footer p#business_address {
    margin: 70px 0 20px 70px;
    font-size: 18px;
}

}

@media only screen and (min-width: 301px) and (max-width: 479px) {

#mem_header {
    height: 200px;
    padding: 20px 0;
}

#mem_header h1 {
    font-size: 19px;
}

#mem_header h2 {
    font-size: 16px;
}

#mem_header a {
    max-width: 200px;
    height: 65px;
    background: url("http://pennlago.com/wp-content/uploads/button_green_large200.png") no-repeat;
    font-size: 16px;
    line-height: 63px;
    margin: 11% 0 0 27%;
}

#mem_header img {
    width: 120px;
    height: 27px;
    margin: -3% 0 0 48%;
}

#mem_penimage {
    width: 100px;
    top: -49px;
    margin: 0 auto;
    left: 0;
}

#mem_penimage img {
    width: 100px;    
}

#mem_body #mem_content {
    width: 94%;
    margin-left: 0%;
    padding: 3% 3% 6% 3%;
}   

#mem_content h3 {
    font-size: 26px;
    margin: 25px 0 10px 0;
    padding: 0 1%;
}

#mem_content p {
    font-size: 14px;
}

#mem_cta img {
    width: 130px;
}

#mem_content_main {
    width: 100%;
    margin-left: 0%;
}

#mem_content_blue {
    padding: 20px 25px 25px 25px;
}

#mem_content_blue h3 {
    font-size: 26px;
}

#mem_content_blue ol {
    max-width: 280px;
}

#mem_content_blue ol li {
    width: 240px;
    min-height: 30px;
    font-size: 14px;
}

#mem_content_blue p {
    width: 240px;
}

#mem_content_blue a {
    margin: 390px auto 10px auto;
    width: 221px;
    height: 43px;
    font-size: 20px;
    line-height: 44px;
}

#mem_content_review {
    padding: 20px;
}

#mem_content_review h3 {
    font-size: 25px;
}

#mem_review_block {
    max-width: 220px;
}

#mem_review_block ol {
    max-width: 220px;
}

#mem_review_block li {
    max-width: 220px;
    margin-left: 0px;
}

#mem_content_review p {
    margin: 0 0%;
}

#mem_content_review img {
    width: 150px !important;
}

#mem_content_review a {
    width: 180px;
    height: 40px;
    font-size: 18px;
    line-height: 42px;
}

#mem_content_benefit {
    padding: 20px 20px 20px 20px;
}

#mem_content_benefit h3 {
    margin: 0 0 20px 0;
    font-size: 24px;
    text-align: center;
}

#mem_content_benefit ol {
    margin: 0 0 20px -10px;
}

#mem_content_benefit ol li {
    width: 90%;
    max-width: 400px;
    margin: 10px 0px;
    padding: 0 0px 0 10px;
}

#mem_content_benefit ol li h4 {
    font-size: 18px;
}

#mem_content_benefit ol li p {
    font-size: 14px;
}

#mem_content_benefit ol li img {
    left: -25px;
}

#mem_content_benefit span.large_text {
    width: 240px;
    margin: 20px auto 0 auto;
    font-size: 20px;
}

#mem_content_benefit a {
    width: 220px;
    height: 45px;
    font-size: 20px;
    line-height: 46px;
}

#mem_content_thinking {
    padding: 20px 20px 10px 20px;
}

#mem_content_thinking h3 {
    max-width: 900px;
    font-size: 26px;
    line-height: 32px;
}

#mem_content_thinking h4 {
    max-width: 900px;
    font-size: 16px;
}

#mem_content_thinking span {
    margin: 2px 14px 0 0;
    font-size: 14px;
}

#mem_content_thinking #video_box_robert {
    margin: 10px auto;
    width: 100%;
    max-width: 1100px;
}

#mem_content_thinking #video_box_robert div {
    width: 100%;
    padding: 0px;
    position: relative;
    display: Block;
}

#mem_content_thinking #video_box_robert .video_container iframe {
    height: 81%;
}

#mem_content_thinking #video_box_robert p {
    font-size: 14px;
}

#mem_content_thinking a {
    width: 197px;
    height: 48px;
    margin: 30px auto 0 auto;
    font-size: 22px;
    line-height: 46px;
}

#mem_content_police #video_box_police .video_container, #mem_content_thinking #video_box_robert .video_container {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#mem_content_police {
    padding: 20px 20px 15px 20px;
}

#mem_content_police h3 {
    font-size: 26px;
    line-height: 30px;
}

#mem_content_police h4 {
    width: 100%;
    max-width: 900px;
    font-size: 18px;
}

#mem_content_police span {
    margin: 3px 20px 0 0;
    font-size: 14px;
}

#mem_content_police #video_box_police {
    margin: 10px auto;
    width: 100%;
    max-width: 1100px;
}

#mem_content_police #video_box_police div {
    width: 100%;
    padding: 0px;
    display: block;
}

#mem_content_police #video_box_police .video_container iframe {
    height: 81%;
}

#mem_content_police #video_box_police p {
    font-size: 14px;
}

#mem_content_police a {
    width: 197px;
    height: 48px;
    margin: 30px auto 0 auto;
    font-size: 22px;
    line-height: 46px;
}

#mem_bonus img#bonus {
    width: 50px;
    height: 100%;
}

#mem_bonus #title_container {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
}

#mem_bonus h3 {
    width: 100%;
    max-width: 296px;
    padding: 0px 0 0 8px;
    font-size: 21px;
    line-height: 24px;
}

#mem_bonus #images_container {
    width: 100%;
    max-width: 400px;
    margin: 35px auto;
}

#mem_bonus #platinum {
    margin-right: 70px;
    max-width: 220px;
    margin-left: 4%;
}

#mem_bonus #two_mon_free {
    width: 100%;
    max-width: 185px;
    height: auto;
    margin-left: 12%;
    margin-top: 7%;
}

#mem_bonus span.large_text {
    width: 250px;
    margin: 30px auto 0 auto;
    font-size: 19px;
    line-height: 25px;
}

#mem_bonus a {
    width: 220px;
    height: 54px;
    margin: 10px auto 0 auto;
    background: url("http://pennlago.com/wp-content/uploads/button_orange.png") no-repeat;
    font-size: 24px;
}

#mem_footer {
    max-width: 770px;
}

#mem_footer_inner_container {
    width: 100%;
    max-width: 600px;
    margin: -50px auto;
}

#mem_footer img#satisfaction_guaranteed {
    float: none !important;
    margin: 0 auto !important;
    display: block;
    width: 90px;
    height: 85px;
}

#mem_footer #footer_text {
    float: none !important;
    margin: -14px auto !important;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

#mem_footer h3 {
    margin-bottom: 0px;
    font-size: 28px;
}

#mem_footer p#guarantee {
    font-size: 14px;
}

#mem_footer p#business_address {
    margin: 70px 0 20px 70px;
    font-size: 14px;
}

}

/* =Widgets
-------------------------------------------------------------- */

#sidebar .widget {
	background-color: #e6e7e8;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
	padding-bottom: 10px;
	color: #6d6e71;
}

#sidebar .widget-title {
	color: #939598;
	padding: 10px 15px 0 15px;
	margin: 0 0 10px 0;
	font-family: 'BebasNeueRegular';
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
}

#sidebar .widget ul {
	padding: 0 30px;
	margin-top: 0;
}

#sidebar .widget ol {
	padding: 0 20px 0 40px;
	margin-top: 0;
}

/* About Widget */
#text-9 .ir {
    height: 208px;
    background: transparent url('img/sprites.png') 0 -416px no-repeat;
    margin: 0 0 4px 0;
}

#text-9 address {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
	margin: 0 14px 7px 14px;
}

#text-9 p { margin: 0 14px 7px 14px; }
#text-9 .more { margin-right: 14px; }

/* Connect Widget */
.blogroll {
	list-style: none;
	padding-left: 20px;
}

.blogroll li { margin-bottom: 3px; }

/* Tag Cloud */
.tagcloud { padding: 0 20px; }

/* Feed Widget */
#feedburnerformwidget-2 {
	text-align: center;
	background-color: #00658c !important;
	color: #fff !important;
}
#feedburnerformwidget-2 h3 { color: #fff !important; }

/* Info Page Contact Widget */
#text-17 p { margin: 10px; }

/* US Law Shield Widget */
#text-7 { background: #fff !important; }

/* =Carousel
-------------------------------------------------------------- */

.scrollable {
	position: relative;
	overflow: hidden;
	width: 650px;
	height: 250px;
}

.scrollable .items {
	width: 20000em;
	position: absolute;
}

.slide a {
    display: block;
    width: 650px;
	height: 250px;
}

#slide01 { background-image: url('http://pennlago.com/wp-content/uploads/slides-1.jpg'); }
#slide02 { background-image: url('http://pennlago.com/wp-content/uploads/case-victory-pennlago.jpg'); }
#slide03 { background-image: url('http://pennlago.com/wp-content/uploads/slides-2.jpg'); }
#slide04 { background-image: url('http://pennlago.com/wp-content/uploads/slides-3.jpg'); }
#slide05 { background-image: url('http://pennlago.com/wp-content/uploads/slides-4.jpg'); }
#slide06 { background-image: url('img/slide02.jpg'); }

.items div {
	float: left;
	overflow: hidden;
}

.navi-wrap {
	width: 100%;
	height: 17px;
	margin-bottom: 10px;
    background-color: #cbdfe9;
}

.navi a {
	width: 9px;
	height: 9px;
	float: left;
	margin: 3px;
	background: transparent url('img/sprites.png') 0 -12px no-repeat;
	display: block;
	font-size: 1px;
}

.navi a:hover {
	background-position: 0 0;
}

.navi a.active {
	background-position: 0 0;
}

/* =Content
-------------------------------------------------------------- */

.section-title {
	font-family: 'BebasNeueRegular';
	text-transform: uppercase;
	color: #a7a9ac;
	font-weight: normal;
	margin: 0;
	font-size: 28px;
	line-height: .9em;
}

/* =Entry
-------------------------------------------------------------- */

.entry {
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 2px solid #a7a9ac;
}

.entry-header { margin-bottom: 13px; }

.entry-title {
	font-family: 'BebasNeueRegular';
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	font-size: 40px;
	line-height: .9em;
}

.entry-title a:hover { text-decoration: none; }

.entry-date {
	font-weight: normal;
	margin: 0;
	font-size: 16px;
}

.entry-footer {
	clear: both;
	margin-top: 13px;
	padding-top: 13px;
	border-top: 1px solid #a7a9ac;
}

.entry-footer .left { width: 40%; }

.entry-links, .entry-tags {
	margin: 0;
	font-weight: normal;
}

.entry-links { font-size: 13px; }
.entry-tags { font-size: 11px; }

.entry-content blockquote {
	background-color: #e6e7e8;
	padding: 10px 10px 1px 10px;
}

.entry-content .wp-caption-text {
	font-size: 11px;
	color: #939598;
}

/* Guide Download */
#dl-guide {
    height: 194px;
    width: 438px;
    margin: 0 auto;
    background: transparent url('img/sprites.png') 0 -961px no-repeat;
}

/* =Comments
-------------------------------------------------------------- */

.commentlist {
	margin: 0 1em;
	padding: 1em;
	list-style: none;
}

.commentlist li { margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #cdcdcd; }

.comment-author { width: 55%; float: left; margin-bottom: 1em; }
.comment-meta { width: 35%; float: right; text-align: right; font-size: 11px; margin-bottom: .7em; }
.comment-body p { clear: both; }

/* =Recent Articles
-------------------------------------------------------------- */

#recent-articles .entry {
	width: 210px;
	float: left;
	margin-left: 10px;
}

#recent-articles .first-entry { margin-left: 0 !important; }

#recent-articles .entry-header {
	margin-bottom: 13px;
	min-height: 300px;
}

#recent-articles .entry-title {
	margin-top: 4px;
	font-size: 24px;
	line-height: 1em;
	min-height: 80px;
}

#recent-articles .entry-date { font-size: 11px; }
#recent-articles .entry-excerpt { min-height: 200px; }
#recent-articles .entry-footer { clear: both; }

/* =Pagenav
-------------------------------------------------------------- */

#pagenav {
	width: 99%;
	background-color: #e6e7e8;
	border: 1px solid #92b6c7;
	font-size: 14px;
}

#pagenav div { margin: 7px; }


/* =Search
-------------------------------------------------------------- */

.search #bd-main { margin-top: 8px; }

.search .section-title {
	font-size: 40px;
	margin-bottom: 10px;
}

.search .entry-thumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 105px;
	height: 105px;
}

.search .entry-title { font-size: 32px; }


/* =Paged
-------------------------------------------------------------- */

.paged #bd-main { margin-top: 18px; }

.paged .section-title {
	font-size: 40px;
	margin-bottom: 10px;
}

.paged .entry-thumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 105px;
	height: 105px;
}

.paged .entry-title { font-size: 32px; }


/* =Tags
-------------------------------------------------------------- */

.tag #bd-main { margin-top: 8px; }

.tag .section-title {
	font-size: 40px;
	margin-bottom: 10px;
}

.tag .entry-thumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 105px;
	height: 105px;
}

.tag .entry-title { font-size: 32px; }


/* =Category
-------------------------------------------------------------- */

.category #bd-main { margin-top: 8px; }

.category .section-title {
	font-size: 40px;
	margin-bottom: 10px;
}

.category .entry-thumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 105px;
	height: 105px;
}

.category .entry-title { font-size: 32px; }



/* =Footer
-------------------------------------------------------------- */

#ft-wrap {
	width: 100%;
	background-color: #00658c;
	color: #e6e7e8;
	padding-bottom: 20px;
}


#ft {
	width: 960px;
	margin: 13px auto;
}

#ft .left {
	width: 170px;
	margin-right: 10px;
	font-size: 10px;
}

#ft-title {
	font-family: 'BebasNeueRegular';
	text-transform: uppercase;
	font-weight: normal;
	line-height: .9em;
	font-size: 36px;
	color: #92b6c7;
	margin: 0;
}

#ft .left a, #ft .right a { color: #e6e7e8; }
#ft-disclaimer { margin-top: 20px; }
#ft .right { width: 780px; }

#ft .right h6 {
	font-family: 'BebasNeueRegular';
	text-transform: uppercase;
	font-weight: normal;
	font-size: 36px;
	line-height: 1em;
	color: #92b6c7;
	margin: 25px 0 0 0;
}

#ft .right ul {
	width: 240px;
	margin: 0 10px;
	float: left;
	padding: 0;
	font-size: 12px;
}

#ft .right ul li { margin-top: 3px; }

#ft .right ul ul {
	padding-left: 10px;
	font-size: 11px;
	margin-bottom: 10px;
}

#ft .right ul ul li {
	font-weight: normal;
	text-transform: none;
	margin-top: 0;
}



/* =Helper
-------------------------------------------------------------- */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* =Media Queries
-------------------------------------------------------------- */

/* =Tablet (768px)
-------------------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {

    #hd, #main-nav, #bd, #ft { width: 748px; }

	#hd-left {
		width: 323px;
		padding-top: 55px;
		height: 153px;
		overflow: hidden;
	}
	
	#hd-title { line-height: .8em; }
	
	#hd-subhead {
		margin-top: 0;
		font-size: 18px;
		margin-top: -.2em;
	}
    
    #bd-main { width: 438px; }

	.entry img, .entry iframe { max-width: 460px; }
	
	.slide a { width: 438px; }
    #slide01 { background-position: 0 -250px; }
    #slide02 { background-position: 0 -750px; }
    #slide03 { background-position: 0 -1250px; }
	
	#nav { margin-top: 9px; }
	
	.entry-footer .left,
	.entry-footer .right {
		float: none;
		width: 100%;
	}

	#recent-articles .entry {
		float: none;
		width: 100%;
	}
	
	#recent-articles .entry-header, #recent-articles .entry-title, #recent-articles .entry-excerpt { min-height: 0; }
	
	#recent-articles .entry-thumb {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	#ft .right { width: 568px; }

}

/* =Mobile (320px)
-------------------------------------------------------------- */

@media only screen and (max-width: 767px) {

    #hd, #hd-left, #hd-right, #main-nav, #sidebar, #bd, #bd-main, #ft { width: 300px; }
	#hd-left, #hd-right, #sidebar, #bd, #bd-main { float: none; }
	#carousel, .navi-wrap { display: none; }
    
    #hd {
        padding-top: 10px;
        text-align: center;
    }

	#hd-left {
		margin: 0;
		padding: 0;
		background: none;
		height: auto;
	}
	
	#hd-title {
		font-size: 55px;
		line-height: .9em;
	}
	
	#hd-title, #hd-subhead { margin: 0; }
	
	#hd-right {
		padding: 0;
		margin: 10px 0;
		background: none;
	}
	
	#hd-right h3 { text-align: center; }
	
	#nav-wrap { margin-bottom: 10px; }
	
	#nav li {
		list-style: none;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	
	#nav ul { display: none !important; }
	.sf-menu a.sf-with-ul { padding-right: 0 !important; }
	.sf-sub-indicator { display: none !important; }
	
	#main-search {
		float: none;
		margin: 7px auto;
		text-align: center;
		clear: both;
	}
	
	#bd-main { overflow: hidden; }

	.entry img, .entry iframe { max-width: 300px; }
    
    .entry-footer .left,
	.entry-footer .right {
		float: none;
		width: 100%;
	}
	
	.entry blockquote {
		margin-left: 0;
		margin-right: 0;
	}
	
	#recent-articles .entry {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	#recent-articles .entry-header, #recent-articles .entry-title, #recent-articles .entry-excerpt { min-height: 0;}
	#recent-articles .entry-thumb { margin: 0 0 5px 45px; }
	#recent-articles .entry-title { font-size: 30px; }
    
	#ft .left {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	#ft .right { display: none; }
	
	#dl-guide {
        height: 147px;
        width: 300px;
        margin: 0;
        background-position: 0 -1156px;
    }

	.commentlist { margin: 0; padding: 0; }
	.comment-author { width: 100%; float: none; margin-bottom: 0; }
	.comment-meta { width: 100%; float: none; text-align: left; }

}


/* =Wide Mobile (480px)
-------------------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    #hd, #hd-left, #hd-right, #sidebar, #bd, #bd-main, #ft { width: 460px; }
	#hd-title { font-size: 60px; }
	#hd-right { text-align: center; }
	#hd-click-to-call { margin-right: 80px; }
    #sidebar-guideform-header h3 { background-position: 0 -274px; }

    #sidebar-guideform-header p {
        width: 341px;
        font-size: 14px;
    }
    
    #sidebar-guideform form { margin-top: -70px; }
    #text-9 .ir { background-position: 0 -655px; height: 287px; }
	#bd-main { overflow: hidden; }

	.entry img, .entry iframe { max-width: 460px; }

	#recent-articles .entry-thumb {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.commentlist { margin: 0; padding: 0; }
	.comment-author { width: 100%; float: none; margin-bottom: 0; }
	.comment-meta { width: 100%; float: none; text-align: left; }

}


/* =Print
-------------------------------------------------------------- */
 
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
	a, a:visited { text-decoration: underline; }
	.entry-content a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	#hd, #nav-wrap, .addthis_toolbox, #respond, .entry iframe, .entry object, .entry-footer, .carousel, #sidebar, #ft { display:none; }
	#bd, #bd-main { width: 100%; }
}

#menu-item-742 {
	background-color: rgba(255, 0, 0, 0.58);
	
}

/* Quiz Page
-------------------------------------------------------------- */
#post-1500 .entry-header {
        display: none;
}