/*
Theme Name: Starter Theme
Theme URI: http://webfeetdesign.com.au/
Author: Franco Laudadio
Author URI: http://webfeetdesign.com.au/
Description: The Starter theme is a simple, minimalist theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: brown, green, light, tan, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.

*/


/* =Reset
-------------------------------------------------------------- */

* {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%/1.618;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
outline: 0;
}
a img {
border: 0;
}
form img {
	width: auto;
}



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

body {
	font:14px "Questrial", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #008CD2;
	font-weight: 700;
}

/* Headings */
h1 {
	font-size: 22px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 21px;
	margin-bottom: 5px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;	
}
h6 {
	font-size: 14px;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}

/* Text elements */
p {
margin-bottom: 1.5em;
line-height: 21px;
color: #535353;
}
p:empty { 
	display: none;
}
ul, ol {
margin: 0 0 1.5em 3em;
color: #535353;
line-height: 21px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li {
	margin-bottom: 0.8em;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
b, strong {
font-weight: bold;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
.entry-title {
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
padding: 1.6em;
overflow: auto;
max-width: 100%;
}
code, kbd, tt, var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
}
img {
height: auto; /* Make sure images are scaled correctly. */
max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
font-size: 100%; /* Corrects font size not being inherited in all browsers */
margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
vertical-align: baseline; /* Improves appearance and consistency in all browsers */
*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid #ccc;
border-color: #ccc #ccc #bbb #ccc;
border-radius: 3px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, .8);
cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
font-size: 12px;
font-size: 1.2rem;
line-height: 1;
padding: .6em 1em .4em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa #bbb;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* 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/ */
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
padding: 7px;
width: 98%;
border: none;
}
textarea {
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 3px;
vertical-align: top; /* Improves readability and alignment in all browsers */
width: 98%;
border: none;
height: 225px;
}
.moretag {
	font-style: italic;
}
.edit-link {
	display: none;
}
form p {
	margin-bottom: 10px;
}

/* Home Page Styles 
-------------------------------------------------*/

.entry-title {
	display: none;
}
#pgc-6-grey-0 {
    width: 40% !important;
}
#pgc-6-grey-1 {
    width: 60% !important;
}
#grey-2 .fixed-width, #grey-3 .fixed-width {
	padding-left: 15px !important;
}
#grey .fixed-width {
	padding-left: 0px !important;
}
#grey .panel-grid-cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.intro {
	padding: 30px 0 0;
}
a.industry-link {
	background: #eaebec none repeat scroll 0 0;
    color: #333;
    display: block;
    font: bold 15px Open Sans,sans serif;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
	margin-top: -1.7em;
}
a:hover.industry-link  {
	background: #008CD2;
	color: #fff;
}
a.more-link {
	font-size: 24px;
}
a:hover.more-link {
	color: #949598;
}
#pgc-6-grey-1 .alignright {
    margin-left: 0.5em;
}

/* =Structure
----------------------------------------------- */

#tagline {
    color: #939499;
    font: 30px "Questrial", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    right: 202px;
    top: 25px;
}
.fixed-width {
	width:1140px;
	margin: 0 auto !important;
}
#grey, #grey-2, #grey-3, #grey-4, #grey-5, #grey-6, #grey-7, #grey-8, #grey-9, #grey-10, #grey-11, #grey-12 {
	background: #EAEBEC;
}
#grey-12 {
	background: #E7E7E7;
}
#topBar {
	background:#CCC;
	width: 100%;
	padding: 2px 0 4px;
}
#topBar ul {
	list-style: none outside none;
    margin: 0 auto;
    text-align: right;
    width: 1140px;
}
#topBar .widget {
	margin: 0;
}
#main,
.main-navigation,
.site-description {
    margin: 0 auto;
}
.site-title {
	float: left;
	margin: 32px 0;
}
#main {
	clear: both;
    overflow: hidden;
	padding-top: 90px;
}
#primary {
	float: left;
	margin: 0 -34% 0 0;
	padding: 2em 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 0;
}
#secondary,
#tertiary {
	border-left: 1px solid #CCC;
   	float: right;
   	margin: 2em 1em 0;
    padding: 2em 2em 0;
    position: relative;
    width: 22%;
}
#tertiary {
	padding-top: 0;
}
.site-footer {
	clear: both;
	width: 100%;
	background: #008DD8;
}
#subsidiary {
	max-width: 1140px;
	margin: 0 auto;
}
.site-info {
    color:#666;
    font-size:11px;
    line-height:18px;
    padding: 8px 0;
	max-width: 1140px;
	margin: 0 auto;
	clear: both;
}
.copyright {
	float: left;
}
.copyright p, .created p {
	margin-bottom: 0;
}
.created {
	float: right;	
}
.footer-col {
	width: 100%;
	margin: 0;	
}
.footer-col ul {
	list-style: none;
	margin: 0;
}
.footer-col li {
	display: inline;
}
.footer-col a {
	color: #FFF;
	text-transform: uppercase;
	font: 600 13px "Open Sans",Helvetica,Arial,sans-serif;
	padding-right: 45px;
}
.footer-col a:hover {
	color: #eaebec;
}
.footer-col .widget {
    margin: 12px 0 14px;
}
#siteInfo-container {
	text-transform: uppercase;
	background: #EAEBEC;
	clear: both;
}
.tick {
    float: left;
    height: 175px;
    margin-right: 10px;
}
#pl-14 ul, ol {
    margin: 0.5em 0 1.5em 4em;
}
#pl-14 h5 {
	margin-top: 5px;
}
#pgc-10-grey-5-1 h2, #pgc-10-grey-5-2 h2 {
	color: #333;
    font-size: 12px;
    text-align: center;
}

/* =Masonary Layout  
------------------------------------------------*/

.item {
        width:  275px;
        height: auto;
        float: left;
      }

/* =Layout Changes - Left Sidebar  
------------------------------------------------*/
.left-sidebar
.content-area {
	float: right !important;
	margin: 0 0 0 -34% !important;
	width: 100%;
}
.left-sidebar
.site-content {
	margin: 0 0 0 34% !important;
}
.left-sidebar
.widget-area {
	float: left !important;
	overflow: hidden;
	width: 22%;
}

/* =Layout Changes - Full width  
------------------------------------------------*/
.fullwidth {
	margin: 0 !important;	
}

/* Header
----------------------------------------------- */
#masthead {
	width: 100%;
	position: fixed; 
	z-index: 1;
	background: #fff;
}
.site-branding { 
	padding:30px 0;
}
.site-description {
	color:#666;
    font-size:13px;
    font-style:italic;
}
.site-title a {
	font-family:Arial,sans-serif;
    font-weight:bold;
	text-decoration: none;
}
#masthead.small { 
	top: 0;
	transition: all 1s;
    -webkit-box-shadow: 0 2px 5px -5px #000;
     -moz-box-shadow: 0 2px 5px -5px #000;
          box-shadow: 0 2px 5px -5px #000;
}
#masthead.small img { 
	width: 70%; 
	height: auto; 
}
#masthead.small li { 
	
}
#masthead, #masthead li, #masthead img, #masthead nav, #masthead a {
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}
#masthead.small .navigation-main {
	height: 55px;
}
#masthead.small .site-title {
	margin: 5px 0;
}
#masthead.small #tagline {
    display: none;
}
#masthead.small .navigation-main ul {
    margin: 16px 190px 0 0;
}
#masthead.small .navigation-main ul ul {
	padding-top: 19px;
	margin: 0 !important;
}

/* Sizes for the bigger menu */
#masthead.large { 
	transition: all 1s;
}
#masthead.large img { 
	width: 100%;
	height: auto;
}
#masthead.large li { 
	
}

/* Metaslider
--------------------------------------------------*/

.metaslider .flexslider {
    margin: 0 !important;
}
.metaslider .caption-wrap {
    bottom: 290px !important;
    color: #333 !important;
    left: 220px !important;
    opacity: 1 !important;
    width: 50% !important;
	background: none !important;
}
.metaslider .caption {
    font: 16px bold "Questrial", "Helvetica Neue", Helvetica, Arial, sans-serif; !important;
    text-align: right !important;
}

/* Links 
--------------------------------------------------*/
a {
	text-decoration: none;
	color: #008CD2;
}
a:visited {
		
}
a:hover,
a:focus,
a:active {
	color:#949598
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers 
--------------------------------------------------*/
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
display: none;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar */
}

/* Clearing 
---------------------------------------------------*/
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
content: '';
display: table;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after {
clear: both;
}
.clear {
	clear: both;
}

/* =Menu
----------------------------------------------- */
.site-header {
	
}
.navigation-main {
    font-size: 13px;
    margin: 0 auto;
    overflow: visible;
    width: 1140px;
	background: url(images/arrows.gif) right top no-repeat;
	height: 116px;
	position: relative;
}
.menu, .menu-primary-container {
    
}

/*Strip the ul of padding and list styling*/
.navigation-main ul {
    float: right;
    list-style-type: none;
    margin: 61px 190px 0 0;
    padding: 0;
}

/*Create a horizontal list with spacing*/
.navigation-main li {
	display:inline-block;
	float: left;
	margin-right: 1px;
	margin-bottom: 0;
}

/*Style for menu links*/
.navigation-main li a {
    color: #0071bd;
    display: block;
    font: 600 14px "Open Sans",Helvetica,Arial,sans-serif;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}
/*Hover state for top level links*/
.navigation-main li:hover a {
	color: #949598;
}

/*Style for dropdown links*/
.navigation-main li:hover ul a {
	background: #008CD2;
	color: #fff;
}

/*Hover state for dropdown links*/
.navigation-main li:hover ul a:hover {
	background: #CCC;
	color: #333;
}

/*Hide dropdown links until they are needed*/
.navigation-main ul ul {
	display: none;
    float: left;
    margin: 0;
    position: absolute;
    z-index: 99999;
	padding-top: 11.5px;
}

/*Make dropdown links vertical*/
.navigation-main li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.navigation-main li ul li a {
    background: #008cd2 none repeat scroll 0 0;
    font-size: 13px;
    font-weight: 600;
    min-width: 100px;
    padding: 4px 15px 5px;
    width: auto;
	color: #fff;
}

/*Display the dropdown on hover*/
.navigation-main ul li a:hover + .sub-menu, .sub-menu:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	display: none;
    background-color: #555555;
    background-image: url("images/open_menu.png");
    height: 18px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 30px;
	cursor: pointer;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .menu{
    display: block;
}
.navigation-main li.current_page_item a, .navigation-main li.current-menu-item a {
    color: #949598;
}

/*Responsive Menu Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	.navigation-main ul {
		display:none;
		position: static;
	}
	/*Create vertical spacing*/
	.navigation-main li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.navigation-main ul li, .navigation-main li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}

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

.sticky {
}
.hentry {
margin: 0;
}
.byline,
.updated {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.entry-content,
.entry-summary {

}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
h3.blue-background {
    background: #0091c8 none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 20px;
    padding: 3px 20px;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
max-width: 100%;
}
.wp-caption-text {
text-align: left;
}
#attachment_233, #attachment_122, #attachment_132, #attachment_159 {
	position: relative;
}
#attachment_132 .wp-caption-text, #attachment_159 .wp-caption-text {
    font-size: 16px;
    left: 8px;
    line-height: 24px;
    position: absolute;
    text-align: left;
    top: 30%;
    width: 14%;
}
#pg-10-3 .wp-caption-text {
    font-size: 12px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 16.5%;
    width: 21%;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.site-content .gallery {
margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-content .gallery dd {
margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
margin: 0 0 1.5em;
overflow: hidden;
}
[class*="navigation"] .nav-previous {
float: left;
width: 50%;
}
[class*="navigation"] .nav-next {
float: right;
text-align: right;
width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
display: none;
}
.widget-area ul {
	list-style: none;
	margin: 0;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
display: block;
}

/* =Back to top style
----------------------------------------------- */

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}


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

/* =Tablet Landscape
----------------------------------------------- */

@media only screen and (min-width: 969px) and (max-width: 1140px) {

.site-title {
    margin: 10px 0;
}
.navigation-main ul {
    float: left;
    margin: -10px 190px 0 0;
}
#tagline {
    left: 275px;
    top: 28px;
}
#main {
    max-width: 100%;
}
.navigation-main {
	width: 95%;
}
#masthead.small .navigation-main {
	background-image: none;
}
.navigation-main li a {
    padding: 0 20px 0 5px;
}
#grey .fixed-width {
	width: 90%;
}
.menu, .menu-primary-container {
    width: auto;
}
#pgc-6-grey-1 img {
	display: none;
}
.intro {
   padding: 41px 50px;
}
.metaslider .caption-wrap {
    bottom: 255px !important;
    left: 195px !important;
}
.flex-control-nav {
    bottom: 10px !important;
    z-index: 2;
}
#masthead.small img {
    width: auto;
}
#masthead.small .navigation-main ul {
    float: right;
    margin: 15px 0;
}
#masthead.small .site-title {
    width: 200px;
}
#subsidiary {
    max-width: 95%;
}
.site-info {
	max-width: 95%;
}
.fixed-width {
	width:95%;
}
#attachment_233, #attachment_122, #attachment_132, #attachment_159 {
	width: 100% !important;
}
#grey-7 .fixed-width {
	padding-left: 0 !important;
}
#attachment_132 .wp-caption-text, #attachment_159 .wp-caption-text {
    font-size: 13px;
    line-height: 21px;
}
}


/* =Tablet Portrait
----------------------------------------------- */

@media only screen and (min-width: 761px) and (max-width: 968px) {
#main {
    max-width: 100%;
	padding-top: 82px;
}
.navigation-main {
	max-width: 95%;
	height: 108px;
}
.navigation-main ul {
    float: left;
    margin: -5px 0 0;
}
.menu, .menu-primary-container {
    width: auto;
}
.site-title {
    margin: 5px 0;
}
#tagline {
    font: 21px "Questrial","Helvetica Neue",Helvetica,Arial,sans-serif;
    left: 275px;
    top: 32px;
}
#grey .fixed-width {
	width: 90%;
}
#pgc-6-grey-1 img {
	display: none;
}
#pg-6-2 .panel-grid-cell, #grey-3 .panel-grid-cell {
    float: left !important;
	width: 32% !important;
	margin: 0 4px;
}
#grey-5 .panel-grid-cell, #pg-10-1 .panel-grid-cell, #pg-10-2 .panel-grid-cell, #pg-10-3 .panel-grid-cell {
    float: left !important;
    width: 49% !important;
}
#pg-18-1 .panel-grid-cell, #pg-18-3 .panel-grid-cell {
	float: left !important;
    width: 47% !important;
	margin: 0 10px;
}
#pg-20-1 .panel-grid-cell, #pg-20-3 .panel-grid-cell  {
	float: left !important;
    width: 47% !important;
	margin: 0 10px;
}
#pg-16-1 .panel-grid-cell {
    float: left !important;
    margin: 0 10px;
    width: 47% !important;
}
#pg-22-1 .panel-grid-cell {
    float: left !important;
    width: 49% !important;
}
#pgc-14-grey-9-0, #pg-14-1 .panel-grid-cell, #pg-14-2 .panel-grid-cell {
    float: left !important;
    width: 32% !important;
}
#pg-14-3 .panel-grid-cell {
	float: left !important;
    width: 47% !important;
	margin: 0 10px;
}
#panel-14-0-1-0 {
	float: right !important;
    width: 66% !important;
}
#pgc-14-3-2 {
	display: none;
}
#panel-14-0-0-0 img {
	display: none;
}
#grey-9 .fixed-width {
	padding: 30px 0 0 !important;
}
#panel-22-1-2-0 {
	display: none;
}
#grey-7 .fixed-width {
	padding-left: 0 !important;
}
#grey-10 .fixed-width {
	padding-left: 10px !important;
}
#grey-6 .panel-grid-cell {
	float: left !important;
    width: 25% !important;
}
#pgc-10-grey-5-2, #pgc-10-2-2 {
	display: none;
}
#grey .panel-grid-cell {
	float: left !important;
}
#pg-6-8 .panel-grid-cell {
	float: left !important;
	width: 48% !important;
	margin: 0 7px;
}
#attachment_233, #attachment_122, #attachment_132, #attachment_159 {
	width: 100% !important;
}
#attachment_132 .wp-caption-text, #attachment_159 .wp-caption-text {
    font-size: 11px;
    left: 0;
    line-height: 18px;
    top: 25%;
    width: 16%;
}
#pgc-10-3-0 {
	margin-right: 10px;
}
.intro {
   padding: 30px 0 10px 30px;
}
h1 {
	font-size: 18px;
}
img {
    width: 100%;
}
#pgc-6-grey-0, #pgc-6-2-0, #pgc-6-2-1, #pgc-6-grey-3-0, #pgc-6-grey-3-1, #pgc-6-8-0 {
    margin-bottom: 10px;
}
#masthead.small img {
    width: auto;
}
#masthead.small .navigation-main ul {
    float: right;
    margin: 15px 0;
}
#masthead.small .site-title {
    width: 150px;
}
#masthead.small .navigation-main {
	background-image: none;
}
.navigation-main li a {
    font: 600 12px "Open Sans",Helvetica,Arial,sans-serif;
    padding: 0 8px;
}
#masthead.small .navigation-main {
    height: 45px;
}
#subsidiary {
    max-width: 95%;
}
.site-info {
	max-width: 95%;
}
.fixed-width {
	width:95%;
}
.footer-col ul {
    text-align: center;
}

}

/* =Phones Landscape and Portrait
----------------------------------------------- */

@media only screen and (max-width: 760px) {
	
#masthead {
	padding: 0;
}
#masthead.large img {
	width: 60%;
}
#masthead.small img {
	width: 60%;
}
.site-title, #masthead.small .site-title {
	margin: 7px 10px;
}
#masthead.small .navigation-main ul {
    margin: 0;
}
#masthead.small .navigation-main ul ul {
    padding-top: 0;
}
.navigation-main li {
    margin-bottom: 0;
}
.navigation-main li a {
    border-top: 1px solid #ddd;
    padding: 3px 15px 5px;
}
.navigation-main li a:hover {
    background: #DDD;
}
.navigation-main li ul li a {
    border-top: medium none;
}
#main {
    max-width: 100%;
	padding-top: 50px;
}
.fixed-width {
	width: 90%;
}
#grey .fixed-width {
	width: 90%;
}
#pg-10-1 {
    margin-bottom: 0 !important;
}
#pgc-6-grey-1 img {
	display: none;
}
#pgc-6-grey-0 {
    width: 100% !important;
	margin-bottom: 0 !important;
}
#pgc-6-grey-1 {
    width: 100% !important;
}
.metaslider .caption {
    display: none;
}
.flex-control-nav {
    bottom: 10px !important;
    z-index: 2;
}
.intro {
    padding: 0;
}
h1 {
    font-size: 18px;
}
#grey, #pg-6-1, #pg-6-3, #grey-4, #pg-6-7, #pl-6 .panel-grid-cell .so-panel {
    margin-bottom: 10px !important;
}
#pgc-6-grey-0, #pgc-6-2-0, #pgc-6-2-1, #pgc-6-grey-3-0, #pgc-6-grey-3-1, #pgc-6-8-0 {
    margin-bottom: 0 !important;
}
#grey-3 .starter-one-half {
    float: left !important;
    width: 47%;
	margin-right: 10px;
}
#pg-6-7 .fixed-width {
	padding: 0 !important;
}
.navigation-main {
	background: none;
	width: 100%;
	height: auto;
}
#masthead.small .navigation-main {
    height: 50px;
}
.navigation-main ul {
    margin: 0;
}
#tagline {
	display: none;
}
#attachment_233, #attachment_122, #attachment_132, #attachment_159 {
	width: 100% !important;
}
#pgc-10-grey-5-0, #pgc-10-grey-5-1, #pgc-10-1-0, #pgc-10-2-0, #pgc-10-2-1, #pgc-10-3-0, #pgc-10-grey-6-0, #pgc-10-grey-6-1, #pgc-10-grey-6-2 {
    margin-bottom: 10px !important;
}
#panel-10-1-1-0 h3 {
	display: none;
}
.menu, .menu-primary-container {
    width: 100%;
}
.navigation-main ul ul {
    position: relative;
    top: 1px;
    width: 100%;
	padding-top: 0;
}
#subsidiary {
    max-width: 100%;
}
.site-info {
    max-width: 100%;
}
#content {
    margin: 0;
}
#secondary, #tertiary {
    width: 78%;
}
.copyright {
    float: none;
    text-align: center;
}
.created {
    float: none;
    text-align: center;
}
.footer-col {
    width: 100%;
}
#subsidiary {
    max-width: 95%;
}
.site-info {
	max-width: 95%;
	font-size: 10px;
}
.copyright p, .created p {
    line-height: 16px;
}
.footer-col a {
    font: 600 12px "Open Sans",Helvetica,Arial,sans-serif;
    padding-right: 12px;
}
.footer-col ul {
    text-align: center;
}
#pg-6-3 p, #pgc-6-grey-4-0 p {
    margin-bottom: 0;
}
#panel-6-0-0-0 .panel-widget-style {
	padding: 30px 0 10px !important;
}
#primary {
    padding: 0;
}
#grey-7 .fixed-width {
	padding-left: 0 !important;
}
h3 {
	font-size: 18px;
}
img {
    width: 100%;
}
#pgc-14-grey-9-0, #pgc-14-1-0, #pgc-14-1-1, #pgc-14-2-0, #pgc-14-2-1, #pgc-14-3-0, #pgc-14-3-1 {
    margin-bottom: 0 !important;
}
#pgc-14-3-2 img {
	display: none;
}
#pg-14-3 .fixed-width {
	padding: 0;
}
#grey-10 .fixed-width {
	padding: 20px 0 15px !important;
}
#pgc-16-1-0 {
    margin-bottom: 0 !important;
}
.wp-caption-text {
    display: none;
}
#pl-18 .fixed-width {
	width: 100%;
}
#pgc-22-1-2 img {
	display: none;
}
#grey-11 {
	margin-bottom: 20px !important;
}
#pgc-22-1-0, #pgc-22-1-1 {
    margin-bottom: 0 !important;
}
#grey-11 .fixed-width {
	padding: 20px 0 !important;
}
#grey-8 {
	padding: 0 10px;
}
}