/*
Theme Name: AOPA
Theme URI: http://www.aopanet.org/
Description: Theme for AOPA
Author: RCS Apps
Version: 1.0
License: GNU General Public License
*/

/*! normalize.css 2011-06-21T18:23 UTC Â· http://github.com/necolas/normalize.css */

@import url https://use.typekit.net/fnc5ess.css;

/* =============================================================================
   HTML5 element display
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

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

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 * Known limitation: IE6 will not apply style for 'audio[controls]'
 */

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Removes Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

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

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent margin and padding
 */

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
}

/*
 * Addresses box sizing set to content-box in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and aligment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

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


/* =============================================================================
    ********************************************
    * User styles
    * Author: Kevin Klein
    * Email: kevin.klein@gmail.com
    ********************************************
   ========================================================================== */

/* =============================================================================
   Base
   ========================================================================== */

body {
    /*background: #eee url(images/redesign/bg-body.png) repeat-x 0 0;*/
    padding: 25px 0 0 0;
    text-align: center;
}

body.thankyou {
    background: none;
}

body.thankyou #main{
    text-align: left;
    background: #fff;
    padding: 25px;
    float: none;
    width: auto;
}

body.home .sociable {
  display: none;
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) { 
	body {
	    padding: 0;
    }
}

/* =============================================================================
   Layout
   ========================================================================== */

#container {
    /*background: url(images/redesign/bg-repeater.png) repeat-y 0 0;*/
    margin: 0 auto;
    padding: 0 5px;
    min-height: 300px;
    text-align: left;
    /*width: 970px;*/
}

#content {
    /* background: url(images/redesign/bg-content-top.png) no-repeat 0 0; */
}

#shim {
    /*background: url(images/redesign/bg-repeater-top.png) no-repeat 50% 0;*/
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#main-header {
    height: 185px;
    position: relative;
    z-index: 98;
}

#home-link {
    display: block;
    height: 125px;
    text-indent: -9999em;
    width: 506px;
    z-index: 2;
}

.description {
    text-indent: -9999em;
}

#homelogo {
	position: absolute;
	top: 20px;
	left: 20px;
}

#ancillary {
    position: absolute;
    right: 20px;
    top: 20px;
}

#ancillary .socialmedia {
    float: right;
}

#ancillary .socialmedia img {
	height: 24px;
	width: 24px;
}

#ancillary #user {
    background: #EA9A00; /*#106db6 url(images/redesign/bg-user.png) no-repeat 11px 50%;*/
    color: #fff;
    display: block;
    font: normal 11px/24px hero-new, sans-serif;
     /*-moz-border-radius: 22px; 
    -webkit-border-radius: 22px;
   border-radius: 22px;*/
    height: 24px;
    float: right;
    padding: 0 10px; /* 0 29px;*/
    margin-right: 15px;
    text-decoration: none;
}

#ancillary #user:hover {
    background-color: #DE5126; /*#6da003;*/
}

#search {
    background: #fff;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 28px;
    right: 20px;
    position: absolute;
    top: 62px;
    width: 238px;
    z-index: 3;
}

.gsc-input-box,
.gsc-input-box table {
	border: none !important;
}

.gsc-search-box td {
	padding: 0 5px;
}

#advancedsearch {
    font-size: 11px;
    text-align: center;
    paddding: 2px 10px;
    margin-left: 20px;
    display: inline;
    z-index: 3;
}

#breadcrumb,
.breadcrumbs {
    font-family: Arial, sans-serif;
    font-size: 11px;
    margin: 0 0 15px;
    color: #999;
    font-weight: bold;
}

/* main */
#main {
    float: right;
    padding: 0 20px 40px 20px;
    /*width: 700px;*/
	width: 80%;
	margin: 0 auto;
}

.blog #main,
.single #main,
.archive #main {
    float: left;
}

div.wide #main {
    xx-width: 920px;
}

#main.home {
    float: none;
    xx-width: auto;
}

#main.home .columns {
    padding: 0;
    position: relative;
}

.one-column {
    padding-right: 10px;
}

.two-column-right {
    background: url(images/redesign/bg-rightcol-top.png) no-repeat 540px 0, 
                url(images/redesign/bg-rightcol-bottom.png) no-repeat 540px 100%,
                url(images/redesign/bg-rightcol.png) repeat-y 540px 0px;
    min-height: 300px;
}

.column-one {
    float: left;
    width: 520px;
}

.column-two {
    float: right;
    width: 220px;
}

#main.home .columns .column-one {
    float: left;
    width: 210px;
}

#main.home .columns .column-two {
	/*
    float: right;
    margin-right: 240px;
    width: 460px;
	*/
    float: left;
    width: 70%;	
}

#main.home .columns .column-three {
    /*position: absolute;
    right: 0;
    top: 0;
    width: 220px;*/
	float: right;
	width: 28%;
}

.column-two .item {
    background: url(images/redesign/bg-rightcol-div.png) no-repeat 0 0;
    margin: 0 0 25px;
    padding: 22px 0 10px 15px;
}

.column-two .item:first-child {
    background: none;
}

/* sidebar */
#sidebar {
    float: left;
    margin: 0 0 20px 20px;
    width: 210px;
}

.blog #sidebar,
.single #sidebar,
.archive #sidebar {
    float: right;
    margin: 0 20px 20px 0;
}

.blog-sidebar,
#secondary {
	/* border-radius: 8px; */
	border: 1px solid #ddd;
	/* box-shadow: inset 0 0 15px rgba(0,0,0,.1), 0 0 2px rgba(0,0,0,.2); */
	margin: 0 0 22px;
	padding: 10px 12px;
}

.blog-sidebar .widget-title {
	font-family: hero-new, sans-serif;
	font-size: 18px;
	margin: 0 0 5px;
}

.blog-sidebar ul {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.blog-sidebar ul > li {
	font-size: 13px;
	margin: 0 0 9px;
	padding: 0;
}

.blog-sidebar .widget_recent_entries ul > li {
	margin-bottom: 12px;
}

.blog-sidebar ul > li > a {
	font-family: hero-new, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.blog-sidebar .widget_recent_entries ul > li > a {
	display: block;
	margin-bottom: 3px;
}

.blog-sidebar ul > li > a:hover {
	text-decoration: underline;
}

.post-date {
	color: #999;
	display: block;
	font-family: arial;
	font-size: 11px;
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) { 
    
    #container,
    #content,
    #main.home .columns .column-one,
    #main.home .columns .column-two,
    #main.home .columns .column-three,
    #main,
    #sidebar,
    #primary {
	    background: none;
	    height: auto;
	    float: none;
	    margin: 0;
	    padding: 0;
	    width: auto;
    }
    
    #main-header {
    	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	    height: auto;
	    width: auto;
	    z-index: 98;
    }
    
    #home-link {
    	background: url(images/responsive/bg-logo_.png) no-repeat 50% 0;
    	background-size: 300px 65px;
	    height: 75px;
	    margin: 9px auto 0;
	    width: 300px;
    }
    
    .description {
		  display: none;	
	  }
    
    #container {
	    background: #fff url(images/responsive/bg-octagons.png) repeat 100% 0;
    }
    
    #main,
    #sidebar {
		  z-index: 1;    
    }
    
    #main {
	    padding: 0 5px 5px 5px;
    }
    
    #main.home,
    #main {
	    background: rgba(255,255,255,.85);
	    border-radius: 0;
	    margin: 0;
	    padding: 15px 15px 5px;
	    width: auto;
    }
    
    div.wide #main {
	    width: auto;
    }
    
    #main.home {
	    background: rgba(255,255,255,.93);
	    box-shadow: none;
	    margin: 0;
	    padding: 15px 15px 5px 15px;
    }
    
    #sidebar {
	    background: #f2f2f2;
	    border-top: 5px solid #6ea100;
	    margin: 0;
	    padding: 5px;
	    width: auto;
    }
        
    #main.home .columns .column-three {
	    left: auto;
	    position: static;
	    top: auto;
    }
}

/* footer */
#main-footer {
    /* background: url(images/redesign/bg-repeater-bottom.png) no-repeat 50% 100%; */
    margin: 0 auto 15px auto;
    padding: 0 0 11px;
    width: 100%; /*980px;*/
	border-top: #F4DB4E 4px solid;
}

#main-footer-inner {
    /*background: url(images/redesign/bg-footer.png) no-repeat 50% 0;*/
    padding: 20px 0 5px 0;
    text-align: left;
	width: 80%;
	margin: 0 auto;
}

#main-footer address {
    float: left;
    text-align: left;
    width: 48%; /*230px;*/
}
/*
#main-footer address {
    float: left;
    text-align: right;
    width: 235px;
}
*/

#main-footer #links {
	display: none;
    float: left;
    padding-left: 35px;
    width: 365px;
}

#main-footer #network {
    float: left;
    padding-left: 15px;
    width: 48%; /*305px;*/
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) { 
	#main-footer {
		background: #106db6;
		margin: 0;
		width: auto;
	}
	
	#main-footer .socialmedia a {
		display: inline-block;
	}
	
	#main-footer-inner {
	    background: #106db6 url(images/responsive/bg-border.png) repeat-x 0 0;
    }
    
    #main-footer section {
	    display: none;
    }
    
    #main-footer address {
    	display: block;
	    float: none;
	    text-align: center;
	    width: 100%;
    }
    
    #main-footer a {
	    display: inline;
    }
}

/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #1E3765; /* #0063c2;*/
    outline: none;
}

#main a {
    text-decoration: none;
}

#main a:hover {
    color: #DE5126; /*#000;*/
    text-decoration: underline;
}

.box article strong a {
    display: block;
    margin: 8px 0 0 0;
}

a:focus {
    outline: none;
}

a:visited {
    color: #1E3765; /* #1c67af; */
}

#breadcrumb a,
.breadcrumbs a {
    color: #777;
    font-weight: normal;
    text-decoration: none;
}

#breadcrumb .current,
.breadcrumbs .trail-end {
    color: #000;
    font-weight: bold;
}

#breadcrumb a:hover,
.breadcrumbs a:hover {
    text-decoration: underline;
}

.button {
    background:  #EA9A00; /*#6da101;*/
    /*box-shadow: 0px 3px 3px rgba(0,0,0,.2), inset 0 -4px 12px rgba(0,0,0,.2);
    border-radius: 22px; */
    border: none;
    color: #fff !important;
    display: inline-block;
    font-family: hero-new, sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.1;
    margin: 12px 0;
    padding: 10px 16px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
}

input[type=submit].button {
	font-size: 19px;
	padding: 12px 20px;
}

.button:hover {
    background: #DE5126; /*#0063c2*/;
    text-decoration: none !important;
}

.button:active {
    background: #777;
    color: #ddd;
}

.button-big {
	/*border-radius: 27px;*/
	font-size: 20px;
	padding: 14px 20px;
}

.button-small {
  /*border-radius: 19px;*/
  font-size: 13px;
  line-height: 1;
  padding: 7px 14px;
}

h1 .button {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

a.twitter {
    background: url(images/redesign/icon-twitter.png) no-repeat 0 50%;
}

a.facebook {
    background: url(images/redesign/icon-facebook.png) no-repeat 0 50%;
}

.more {
    font-family: hero-new, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.rss {
    background: url(images/redesign/icon-feed.png) no-repeat 0 0;
    display: inline-block;
    height: 16px;
    width: 16px;
}

/* =============================================================================
   Typography
   ========================================================================== */

body,
button,
input,
select,
textarea {
    font-family: hero-new, sans-serif;
}

h3, 
h4,
.myriad {
    font-family: hero-new, sans-serif;
}

.museo {
  font-family: hero-new, sans-serif;
}

h1 {
    color: #1E3765 /*#6da101*/ ;
    font-size: 24px;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 12px;
    position: relative;
}

.highlights h1 {
    /*background: url(images/redesign/icon-lightbulb.png) no-repeat 0 5px; */
    border-bottom: 1px solid #ddd;
    font-family: myriad-pro, sans-serif;
    margin-bottom: 18px;
    padding: 0 0 10px 0px; /*22px;*/
	text-transform: uppercase;
}

h1.page-title {
    font-size: 27px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 0 15px;
}

.entry-title {
  margin: 0;
}

h2 {
    color: #333;
    font-family: hero-new, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 10px;
}

div.componentheading,
.contentheading {
    color: #1E3765 /*#6da101*/;
    margin: 0 0 15px; 0;
    position: relative;
    font-size: 32px;
    font-weight: normal;
    line-height: 34px;
    padding: 0;
}

.contentheading.blog {
	margin-bottom: 9px;
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) {
	div.componentheading,
	h2.contentheading {
    	border-bottom: none;
    }
}

#main .article-content h2,
#main .entry h2 {
    color: #222;
    font-family: hero-new, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 10px;
}

.highlights h2 {
    font-family: hero-new, sans-serif;
    font-size: 18px;
    margin: 0 0 5px;
}

h3 {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin: 20px 0 12px;
    position: relative;
}

.box h3 {
    /* background: url(images/redesign/bg-box-header.png) repeat-x 0 0; */
	background-color: #DE5126;
    border-bottom: 1px solid #d9d9d9;
	/*
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	*/
    color: #ffffff; /*  #000; */
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 10px 9px;
    position: relative;
    /*text-shadow: 1px 1px 0 #fff;*/
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) {
	.box h3 {
    	background: #f1f1f1;
    	border-radius: 0;
    }
}

.box h3 a {
    font-family: hero-new, sans-serif;
    font-size: 10px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 10px;
}

.box h3 span {
    position: relative;
    z-index: 5;
}

/*
.box.events h3 span {
    background-image: url(images/redesign/icon-calendar.png);
    background-repeat: no-repeat;
    background-position: 0px 50%; 
    padding-left: 19px;
}
*/
.box div h3 {
    background: none;
    border: none;
    color: #000;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    margin: 7px 0;
    padding: 0;
    position: relative;
}

h4 {
    color: #555;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 20px 0 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.box div h4 {
    color: #106db6;
    font-family: hero-new, sans-serif;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0;
    margin: -4px 0 0 0;
}   

#main-footer h4 {
    color: #333;
    font: bold 11px/13px hero-new, sans-serif;
    margin: 0 0 9px;
    letter-spacing: 0;
    padding: 0;
    text-transform: uppercase;
}

h5 {
    color: #000;
    font: bold 12px/13px hero-new, sans-serif;
    margin: 15px 0 5px 0;
    font-weight: bold;
}

h5.date {
    font-size: 11px;
    margin: 18px 0 3px 0;
}

.box div article:first-child h5 {
    margin-top: 10px;
}

#main,
#main li,
#main p {
    color: #333;
    /*font: normal 14px/20px hero-new, sans-serif;*/
	font: normal 14px/20px hero-new, sans-serif;
    line-height: 1.5;
}

#main p {
    margin: 0 0 22px;
}

#main .box,
#main .box p {
    font: normal 12px/17px hero-new, sans-serif;
}

#main .box.shop article {
    font: normal 11px/15px hero-new, sans-serif;
}

#main .box.shop strong {
    font: bold 12px/17px hero-new, sans-serif;
}

#main .box.poster {
    margin-top: 32px;
    padding: 0 60px 3px 0;
}

#main .box.poster img {
    position: absolute;
    right: -2px;
    bottom: 0;
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) {
	#main .box.poster img {
		display: none;
	}
}

#main .box p {
    margin: 7px 0;
}

#main .callout p {
    margin: 7px 0;
}

#main .featured p {
    color: #333;
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0;
}

#main p.small {
    color: #000;
    font-size: 12px;
    margin: 10px 0;
}

#main .intro {
    color: #106db6;
    font-family: 'Helvetica Neue', Arial, Helvetica;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
}

#main .item .intro {
    margin: 5px 0 0;
}

#main-footer,
#main-footer p,
#main-footer li {
    font-size: 11px;
    line-height: 1.5;
    color: #555;
}

#main-footer a,
#main-footer a:visited {
    color: #003599;
    display: block;
    text-decoration: none;
}

#main-footer a:hover {
    color: #000;
    text-decoration: underline;
}

#main-footer p {
    margin: 0 0 10px 0;
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) {
	#main-footer p,
	#main-footer h4 {
		color: #ddd;
	}
	#main-footer a,
	#main-footer a:visited {
		color: #fff;
		display: inline;
		text-decoration: underline;
	}
	#main-footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
}

address {
    font-style: normal;
}

/* lists */
#main ul {
    font-size: 14px;
    line-height: 1.5;
    list-style: square;
    margin: 0 0 22px;
    padding: 0 0 0 15px;
}

#main ul li {
    margin: 7px 0;
}


#main-footer {
    font: normal 11px/13px hero-new, sans-serif;
}

#main-footer ul,
#main-footer li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main-footer li {
    margin: 0 0 2px;
}

/* random */


/* =============================================================================
   Content
   ========================================================================== */
   
hr {
	  border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}   
   
/* carousel */
#cycle-container {
    /*box-shadow: 0 0 3px 0px rgba(0,0,0,.25);
    border-radius: 8px;*/
    /*margin: 0 0 10px;*/
    overflow: hidden;
    position: relative;
}

#cycle-main {
    font-family: hero-new, sans-serif;
    /*height: 226px;*/
	height: 452px;
    position: relative;
    overflow: hidden;
}

#cycle-main section {
	/*
    height: 226px;
    text-align: center;
    width: 460px;
	*/
	height: auto;
    text-align: center;
    width: 100%;
}

#cycle-main img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#cycle-main article { 
    background: #000;
    background: rgba(0,0,0,.7);
    bottom: 0;
	/*
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	*/
    display: block;
    font-family: hero-new, sans-serif;
    text-align: left;
    text-decoration: none; 
    padding: 14px 10px;
    position: absolute;
    z-index: 2;
    width: 440px;
    text-align: left;
}

.ie8 #cycle-main article{
    margin-top: 150px;
    position: relative;
}

#cycle-main h1 {
    border: none;
    color: #fff;
    font-family: hero-new, sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 17px;
    margin: 0;
    padding: 0;
}

.ie8 #cycle-main article h1{
    height: 34px;
}

#cycle-main p {
    color: #fff;
    font-size: 11px;
    font-family: hero-new, sans-serif;
    line-height: 13px;
    margin: 5px 0 0;
    padding: 0;
    text-transform: uppercase;
}

#cycle-main a {
    color: #fff !important;
}

#cycle-main article:hover {
    background: #005d9f;
    color: #eee !important;
}

#cycle-nav {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 10;
}

#cycle-nav a {
    background: #fff;
    display: block;
    float: left;
    height: 13px;
    margin: 0 0 0 4px;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-indent: -9999em;
    width: 13px;
}

#cycle-nav a:hover,
#cycle-nav a.activeSlide {                                               
    background: #6da003;
}

#cycle-nav a:active {
    background: #6da003;
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) { 
	#cycle-container {
		margin: 0;
		max-width: 100%;
	}
	
	#cycle-nav {
		display: none;
	}
	
	#cycle-main {
		height: auto;
		max-height: 180px;
		width: 100%;
	}
	
	#cycle-main section {
		max-height: 180px;
		width: 100%;
	}
	
	#cycle-main img {
		height: auto !important;
		max-width: 100% !important;
	}
	
	#cycle-main article {
		border-radius: 0;
		padding: 8px 0;
		width: 100%;
	}
	
	#cycle-main article h1,
	#cycle-main article p {
		display: block;
		padding: 0 8px;
	}
}

.highlights {
    margin: 20px 0 0 0;
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) { 
	.highlights {
		margin-top: 15px;
	}
}

.box {
    border: 1px solid #eee;
    background: #fff;
    /*box-shadow: 0px 0px 3px rgba(0,0,0,.2);
    border-radius: 8px;*/
    margin: 0 0 20px;
    padding: 0 0 12px;
    position: relative;
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) {
	.box {
		background: #fff;
		border: 1px solid #ddd;
		box-shadow: 0 3px 4px -3px rgba(0,0,0,.3);
		border-radius: 0;
		margin: 18px 0;
	}
}

.box > div {
    padding: 5px 9px;
}

.box img.votes {
    position: absolute;
    left: 2px;
    top: -12px;
    z-index: 4;
}

.box.shop article {
    border-top: 1px solid #ddd;
    margin: 12px 0 0;
    padding: 8px 0 0 0;
}

.box.shop div article:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.box.shop .thumb {
    float: left;
    padding: 8px 0 0;
    width: 64px;
}

.box.shop .product {
    float: right;
    width: 117px;
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) { 	
	.box.shop .thumb {
		width: 20%;
	}
	
	.box.shop .product {
		width: 77%;
	}
}

.split > div {
    float: right;
    width: 48%;
}

.split > div:first-child {
    float: left;
}

.callout {
    background: #f6f6f6;
    border: 1px solid #eee;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 15px 0;
    padding: 22px 22px 0 22px;
}

.callout h1:first-child,
.callout h2:first-child,
.callout h3:first-child,
.callout h4:first-child,
.callout h5:first-child,
.callout p:first-child {
    margin-top: 0;
}

#main .box #tabs {
    margin: 5px 0 0 0;
}

#main .box ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 6;
}

#main .box ul.tabs li {
    float: left;
    margin: 0 0 0 4px;
    padding: 0;
}

#main .box ul.tabs li:first-child {
    margin: 0;
}

#main .box ul.tabs li a {
    background: transparent;
    color: #999;
    display: block;
    -moz-border-radius: 22px; 
    -webkit-border-radius: 22px;
    border-radius: 22px;
    font-family: hero-new, sans-serif;
    font-size: 10px;
    padding: 3px 8px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
}

#main ul.tabs li a:hover {
    color: #000;
    text-decoration: none;
    text-shadow: none;
}

#main ul.tabs li.ui-state-active a {
    background: #106db6;
    color: #fff;
}

#tabs section[id] {
    clear: both;
    padding: 2px 0 0 0;
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.ui-tabs-hide {
    display: none;
}

#tabs .featured {
    float: right;
    width: 405px;
}

#tabs .featured.auto {
    float: none;
    width: auto;
}

.sponsorimages img {
    padding: 15px 30px;
}
.imagespread img {
    padding: 0px 20px;
}

/* =============================================================================
   Navs
   ========================================================================== */
   
#primary {
    /*background: url(images/redesign/bg-nav.png) no-repeat 0 0;*/
	background-color: #1E3765;
    bottom: 15px;
    font-family: hero-new, sans-serif;
    height: 40px;
    left: 0px /*15px;*/
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 100%; /*930px;*/
    z-index: 98;
}

#primary ul {
    display: table;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#primary li {
    border-left: 1px solid #e7f0f8;
    display: table-cell;
    height: 40px;
    margin: 0;
    padding: 0;
    position:relative;
}

#primary ul li:first-child {
    border: none;
}   

#primary li:hover a { 
    color: #ffffff; /*#0063c2;*/
    text-shadow: 2px 2px 2px rgba(0,0,0,.12);
}

#primary li a {
    /*background: url(images/redesign/bg-nav-element.png) repeat-x 0 0;*/
    color: #ffffff; /*#106db6;*/
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 40px;
    height: 40px;
    padding: 0 11px;
    text-align: center;
    text-decoration: none;
}

@media only screen
and (min-width : 569px) {
	#primary ul li:first-child a {
    	border-radius: 6px 0 0 6px;
	}

	#primary ul li:first-child:hover a {
	    border-radius: 6px 0 0 0;
	}
	
	#primary ul li:last-child a {
	    border-radius: 0 6px 6px 0;
	}
	
	#primary ul li:last-child:hover a {
	    border-radius: 0 6px 0 0;
	}
}

#primary li#current a,
#primary li.active a,
#primary li.current-page-ancestor a,
#primary li.current_page_parent a,
#primary li.current_page_item a {
    background-position: 0 -120px;
    color: #fff;
}

#primary li:hover a,
#primary li a:hover {
    background-position: 0 -40px;
    color: #fff;
}   

#primary li a:active {
    background-position: 0 -80px;
    color: #fff;
}   

.ie6 #primary li,
.ie7 #primary li {
    position:relative;
}

.ie6 #primary li div,
.ie7 #primary li div {
    position:absolute;
    top:50%;
}

#primary li > ul {
    /*background: #003599;*/
	background-color: #1E3765;
    background: rgba (0,53,153,.93);
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.45);
    -moz-box-shadow: 0px 3px 6px rgba(0,0,0,.45);
    box-shadow: 0px 3px 6px rgba(0,0,0,.45);
	/*
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	*/
    left: -9999em;
    /* display: none; */
    position: absolute;
    padding: 5px 0;
    top: 40px;
}

#primary li > ul > li > ul {
	display: none;
	position: absolute;
	top: 0px;
	/*right: -150px;
	*/
	margin-left: 100%;
	width: 150px;
}

#primary li > ul > li:hover > ul {
	display: inline-block;
}

html.ie7 #primary ul {
    min-width: 146px;
    height: auto;
}

html.ie7 #primary li ul {
    min-width: 146px;
}

#primary li:hover ul {
    left: 0;
}

#primary li li {
    border: none;
    display: block;
    float: none;
    height: auto;
}

#primary li li a {
    background: none;
    color: #fff !important;
    display: block;
    font-size: 13px;
    line-height: 15px;
    height: auto;
    opacity: .6;
    padding: 5px 10px;
    text-align: left;
    text-decoration: none;
}

#primary li li a:hover {
    opacity: 1.0;
    text-decoration: underline;
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) { 
	#primary {
	    background: #106db6;
	    border: none;
	    bottom: auto;
	    font-family: hero-new, sans-serif;
	    height: auto;
	    left: 0;
	    padding: 0;
	    position: absolute;
	    top: 35px;
	    text-align: center;
	    width: 100%;
	    z-index: 99;
	}
	
	#primary ul {
		border: none;
	    display: block;
	    height: auto;
	    margin: 0;
	    padding: 0;
	    width: 100%;
	}
	
	#primary ul li {
		background: #106db6;
		border: none;
		display: block;
		float: none;
		margin: 0;
		height: auto;
	    padding: 0;
	}
	
	#primary ul li a {
		border: none;
		border-top: 1px solid #2684c1;
		color: #fff;
		font-size: 16px;
		line-height: 1;
		height: auto;
		padding: 9px 0;
	}
	
	#primary li#current a,
	#primary li.active a,
	#primary li.current-page-ancestor a,
	#primary li.current_page_item a {
	    background: #000;
	    color: #fff;
	}
	
	#primary li:hover a,
	#primary li a:hover {
	    background: #00359a;
	    color: #fff;
	}
	
	#primary ul ul {
		display: none;
	}
}

#secondary {
    /*padding: 34px 0 0 0;*/
	padding: 0px;
	border-top: 34px solid #DE5126;
    width: 210px;
	/* background-color: #DE5126; */
}

#secondary > .inner {
	background-color: #ffffff;
}

#secondary .inner > ul {
    border-top: 1px solid #eee;
    list-style: none;
    margin: 0;
    padding: 0;
}

#secondary .inner > ul > li > a {
    border-bottom: 1px solid #eee;
    color: #106db6;
    display: block;
    font-size: 12px;
    font-family: hero-new, sans-serif;
    line-height: 15px;
    padding: 8px 16px;
    position: relative;
    text-decoration: none;
}

#secondary .inner > ul > li > a:hover {
    color: #000;
    text-decoration: underline;
}

#secondary .inner > ul > li.current_page_item > a,
#secondary .inner > ul > li.current_page_parent > a {
    background: #6ea100;
    color: #fff;
    padding: 8px 23px 8px 16px;
}

#secondary .inner > ul > li.current_page_item > a:after {
    content: "\00BB";
    font-weight: bold;
    font-size: 15px;
    margin-top: -8px;
    position: absolute;
    right: 8px;
    top: 50%;
}

#secondary .inner > ul > li.current_page_item.menu-item-has-children > a:before,
#secondary .inner > ul > li.current_page_ancestor.menu-item-has-children > a:before {
    border: 7px solid transparent;
    border-top-color: #6ea100;
    content: "";
    height: 0;
    position: absolute;
    left: 16px;
    top: 100%;
    width: 0;
}

#secondary .inner > ul ul {
    display: none;
    margin: 10px 20px; 
    padding: 0;
}

#secondary .inner > ul > li.current_page_item.menu-item-has-children ul,
#secondary .inner > ul > li.current_page_ancestor.menu-item-has-children ul {
    display: block;
}

#secondary .inner > ul ul a {
    color: #333;
    font-size: 11px;
    text-decoration: none;
}

#secondary .inner > ul ul a:hover {
  text-decoration: underline;
}

#secondary .inner > ul ul li.current_page_item a {
   color: #000;
   font-weight: bold;
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) { 
	#secondary {
		background: none;
		border: none;
		box-shadow: none !important;
		margin: 0;
		padding: 0;
		width: auto;
	}
	
	#secondary .inner {
		background: none;
		margin: 0;
		padding: 0;
	}
	
	#secondary ul {
		border-top: 1px solid #eee;
		margin: 0;
		padding: 0;
	}
	
	#secondary li {
		margin: 0;
		padding: 0;
		width: auto;
	}
	
	#secondary li a {
		padding: 8px 16px;
	}
	
	#secondary li a:hover,
	#secondary li a:active {
		background: #6ea100;	
		color: #fff;
		text-decoration: none !important;
	}
	
	#secondary li.current_page_item {
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
	}
	
  #secondary li.current_page_item a {
		background: #fff !important;
		color: #000 !important;
		text-decoration: none !important;
	}
	
	#secondary li a:after,
	#secondary li a:before {
		display: none !important;
	}
	
	#secondary .inner > ul ul {
  	background: none;
  	margin: 0;
  	padding: 0;
	}
	
	#secondary .inner > ul ul a {
  	display: block;
		padding: 8px 16px !important;
	}
	
}

/* =============================================================================
   Forms
   ========================================================================== */

label { 
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 6px;
    
}

form#searchForm label{
    display: inline;
}

input[type=text] {
    color: #555;
    display: block;
    font: normal 11px/14px arial, sans-serif;
    margin: 0 0 10px;
}

.box input[type=text] {
    width: 95%;
}

input[type=submit] {
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
}   

.forgot-password {
    font-size: 11px;
    padding-left: 30px;
}

#search input[type=text] {
    border: none;
    background: #fff;
    color: #726f6d;
    font-size: 15px;
    font-family: hero-new, sans-serif;
    left: 11px;
    margin: 3px 0 0 3px;
    padding: 2px;
    width: 190px;
}

#search #search-btn {
    background: url(images/redesign/bg-search-button.png) no-repeat 50% 0;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    height: 28px;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0;
    width: 35px;
}

html.ie7 #search #search-btn {
    color: transparent;
}

#search #search-btn:hover {
    background-position: 50% -30px;
}

#search #search-btn:active {
    background-position: 50% -60px;
}

.search {
    background: #fff;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 24px;
    position: relative;
    width: 198px;
    z-index: 3;
}

.search:focus {
    border-color: #bbb;
}

.search input[type=text] {
    border: none;
    background: #fff;
    color: #726f6d;
    font-size: 13px;
    font-family: hero-new, sans-serif;
    left: 11px;
    margin: 3px 0 0 3px;
    padding: 2px;
    width: 164px;
}

.search input[type=submit] {
    background: url(images/redesign/bg-searches-submit.png) repeat-x 50% 0;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    height: 24px;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0;
    width: 23px;
}

.search input[type=submit]:hover {
    background-position: 50% -24px;
}

.search input[type=submit]:active {
    background-position: 50% -48px;
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) { 
	#search {
		background: #106db6;
		border: none;
		border-radius: 0;
		height: auto;
	    left: 0;
	    position: absolute;
	    top: 35px;
	    width: 100%;
	    z-index: 99;
	    width: 100%;
	}
	
	#search > div {
		background: #106db6;
		border-top: 1px solid #2684c1;
		padding: 10px 15px;
	}
}

/* =============================================================================
   Misc
   ========================================================================== */

/* pager classes */
.pager {
	font-family: Arial, sans-serif;
    margin: 10px 0 5px;
}
.pager span {
	display: inline-block;
	padding: 3px 6px;
}
.pager a {
	background: #f1f1f1;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 3px 6px;
    margin: 0 5px;
    text-decoration: none;
}
.pager a:hover {
    background: #005F91;
    border: 1px solid #005F91;
    color: #fff !important;
    text-decoration: none !important;
}
.pager span.current {
    font-weight: bold;
}
.pager span.disabled {
	background: #fff;
	border: 1px #ccc solid;
	color: #000;
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) {
	.pager span:first-child {
		display: block;
	}
	.pager span,
	.pager a {
		margin-bottom: 5px;
	}
}

/* blog index */
.type-post {
  border-top: 1px solid #ddd;
  margin-top: 12px;
  padding: 15px 0 0;
}

/* =============================================================================
   Media Object
   ========================================================================== */
   
.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}

.media-body h2, h3, h4 {
	margin-top: 0;
}

.media .media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media-object {
	display: block;
}

.media > .alignleft {
    margin-right: 20px;
}

.media > .alignright {
	margin-left: 20px;
}

.media-home .alignleft img {
  height: auto;
  width: 100px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

/* =============================================================================
   Tables
   ========================================================================== */

table {
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 0;
	width: 100%;
}

table td {
	padding: 5px;
}


.panelLogin table {
	width: auto;
}

.results table,
.panelLogin table {
	border: none;
}

/* =============================================================================
   Utility Styles
   ========================================================================== */
   
.navigation {
	border-top: 1px solid #ddd;
	margin-top: 22px;
	padding-top: 18px;
	font-family: hero-new, sans-serif;
}

.navigation > div {
	width: 50%;
}
   
.hr {
    background: #ddd;
    height: 1px;
    margin: 12px 0;
    overflow: hidden;
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

.hidden { display: none; 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; }

img {
  max-width: 100%;
}

img.shadow {
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.35);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,.35);
    box-shadow: 4px 4px 4px rgba(0,0,0,.35);
}

img.alignright {
    margin: 5px 0 0 10px;
}

img.alignleft {
    margin: 5px 10px 0 0;
}

.group:before, .group:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.group:after { clear: both; }
.group { zoom: 1; }

.clear {
    clear:both;
    <!--height:1px;-->
    margin:-1px 0 0 0;
    padding:0;
}

.center { text-align: center !important; }

.text-right { text-align: right !important; }

.centered {
    margin-left:auto;
    margin-right:auto;
}

.inline { display: inline !important; }

.block { display: block !important; }

.alignright { float:right !important; }

.alignleft { float:left !important; }

.collapse-top { margin-top: 0 !important; }

.collapse-bottom { margin-bottom: 0 !important; }

.collapse { margin: 0 !important; }

.margin-top { margin-top: 12px !important; }

.margin-top-small { margin-top: 6px !important; }

.margin-top-big { margin-top: 32px !important; }

.margin-left { margin-left: 32px !important; }

.margin-left-big { margin-left: 64px !important; }

.margin-right { margin-right: 32px !important; }

.margin-right-big { margin-left: 64px !important; }

.margin-bottom { margin-bottom: 12px !important; }

.margin-bottom-small { margin-bottom: 6px !important; }

.margin-bottom-big { margin-bottom: 32px !important; }

/* icons */
.fc-webicon { display: inline-block; background-size: 100%; width: 30px; height: 30px; text-indent: -999em; text-align: left; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); border-radius: 5px; margin-bottom: 5px; }
.fc-webicon:hover { margin: -1px 0 1px; box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); }
.fc-webicon.small { width: 20px; height: 20px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.fc-webicon.large { width: 48px; height: 48px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

/* Facebook */
.no-svg .fc-webicon.facebook { background: url("images/icons/fc-webicon-facebook-m.png"); }
.no-svg .fc-webicon.facebook.large { background: url("images/icons/fc-webicon-facebook.png"); }
.no-svg .fc-webicon.facebook.small { background: url("images/icons/fc-webicon-facebook-s.png"); }
.svg .fc-webicon.facebook { background: url("images/icons/fc-webicon-facebook.svg"); }

/* Google+ */
.no-svg .fc-webicon.googleplus { background: url("images/icons/fc-webicon-googleplus-m.png"); }
.no-svg .fc-webicon.googleplus.large { background: url("images/icons/fc-webicon-googleplus.png"); }
.no-svg .fc-webicon.googleplus.small { background: url("images/icons/fc-webicon-googleplus-s.png"); }
.svg .fc-webicon.googleplus { background: url("images/icons/fc-webicon-googleplus.svg"); }

/* LinkedIn */
.no-svg .fc-webicon.linkedin { background: url("images/icons/fc-webicon-linkedin-m.png"); }
.no-svg .fc-webicon.linkedin.large { background: url("images/icons/fc-webicon-linkedin.png"); }
.no-svg .fc-webicon.linkedin.small { background: url("images/icons/fc-webicon-linkedin-s.png"); }
.svg .fc-webicon.linkedin { background: url("images/icons/fc-webicon-linkedin.svg"); }

/* Mail */
.no-svg .fc-webicon.mail { background: url("images/icons/fc-webicon-mail-m.png"); }
.no-svg .fc-webicon.mail.large { background: url("images/icons/fc-webicon-mail.png"); }
.no-svg .fc-webicon.mail.small { background: url("images/icons/fc-webicon-mail-s.png"); }
.svg .fc-webicon.mail { background: url("images/icons/fc-webicon-mail.svg"); }

/* RSS */
.no-svg .fc-webicon.rss { background: url("images/icons/fc-webicon-rss-m.png"); }
.no-svg .fc-webicon.rss.large { background: url("images/icons/fc-webicon-rss.png"); }
.no-svg .fc-webicon.rss.small { background: url("images/icons/fc-webicon-rss-s.png"); }
.svg .fc-webicon.rss { background: url("images/icons/fc-webicon-rss.svg"); }

/* Twitter */
.no-svg .fc-webicon.twitter { background: url("images/icons/fc-webicon-twitter-m.png"); }
.no-svg .fc-webicon.twitter.large { background: url("images/icons/fc-webicon-twitter.png"); }
.no-svg .fc-webicon.twitter.small { background: url("images/icons/fc-webicon-twitter-s.png"); }
.svg .fc-webicon.twitter { background: url("images/icons/fc-webicon-twitter.svg"); }

/* YouTube */
.no-svg .fc-webicon.youtube { background: url("images/icons/fc-webicon-youtube-m.png"); }
.no-svg .fc-webicon.youtube.large { background: url("images/icons/fc-webicon-youtube.png"); }
.no-svg .fc-webicon.youtube.small { background: url("images/icons/fc-webicon-youtube-s.png"); }
.svg .fc-webicon.youtube { background: url("images/icons/fc-webicon-youtube.svg"); }

/* =============================================================================
   media queries and mobile specific	
   ========================================================================== */
   
.responsive-show {
	display: none;
}

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media only screen
and (min-width : 320px)
and (max-width : 769px) {

    html { 
    	-webkit-text-size-adjust:none; 
    	-ms-text-size-adjust:none; 
    }
    
    .responsive-show {
		display: block;
	}
	
	img, object, embed, iframe {
		max-width: 100%;
	}
    
    .responsive-hide,
    #shim {
	    display: none;
    }

    .responsive-strip {
    	background: #106db6;
    	overflow: hidden;
	    padding: 5px 0 0;
	    position: relative;
	    z-index: 99;
    }
    
    .responsive-strip .trigger,
    .responsive-strip .trigger:visited {
    	color: #fff;
	    font-size: 20px;
	    padding: 5px;
	    line-height: 1;
	    position: relative;
    }
    
    .responsive-strip .trigger strong {
	    display: block;
	    font-size: 11px;
	    font-weight: 800;
	    line-height: 20px;
	    margin-left: 25px;
	    text-transform: uppercase;
	    top: 3px;
	    position: absolute;
    }
    
    .responsive-strip #user-toggler {
	    left: 50%;
	    margin-left: -10px;
	    position: absolute;
    }
    
    .responsive-strip .trigger:hover {
	    color: #ddd;
    }
    
    .panelLogin td {
		padding: 3px;
		vertical-align: top;
	}
	
    .panelLogin .med {
	    display: block !important;;
	    margin-bottom: 3px;
	 }
	 
	 div.memberDirectoryDetail,
	 .results td {
		 display: block;
		 width: auto !important;
	 }
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  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; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
