/*
Theme Name: SDI Genesis
Author: Wordpress Edinburgh
Author URI: http://www.wordpressedinburgh.com/

Template:genesis
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Site Homepage
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/

/* Opportunities colours*/
.this-is-scotland{
    color: #00a1df;
}
.bridging-the-gap {
    color: #00c18b;
}
.consultancies {
    color: #ff6b00;
}
.edinburgh-pitch {
    color: #d60057
}
.make-your-market {
    color: #e13eaf;
}
.stories {
    color: #7e56c6;
}
.postgraduate-study {
    color: #00adbb;
}


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.9rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "proxima-nova", sans-serif;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #f7323f;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4c4c4c;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #f7323f;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 20px 24px;
	text-transform: uppercase;
	width: auto;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #333;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #f7323f;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner,
.wrapContent {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 725px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
  Link: Link: http://wpsmith.net/2013/wp/genesis-2-0-drops-fifths-from-column-classes/
  Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 50px;
	font-size: 5rem;
    font-weight: 700;
}

.entry-title {
	font-size: 50px;
	font-size: 5rem;
    font-weight: 700;
}

.entry-title a,
.sidebar .widget-title a {
	color: #4c4c4c;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #f7323f;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Archives sidebar widgets
--------------------------------------------- */

.archive-widget {
    border: 5px solid #F2F2F2;
    padding: 15px 20px;
}

.archive-widget a {
    /*color: #f7323f;*/
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #f7323f;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	/*min-height: 160px;*/
}

/*used for overlaying menu on slider in header*/
.top-slider .site-header {
	background: transparent;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
}

.site-header .wrap {
	padding: 50px 10px;
	position: relative;
}
.site-header .wrapContent{padding: 50px 10px;    position: relative;}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 225px;
}

/*.header-full-width .title-area {
	width: 100%;
}*/

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 40px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #f7323f;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	display: inline-block;
	max-width: 910px; /* @TODO fix spacing between li elements */
}

.nav-primary li {
	width: 224px;
	margin: 0 0 7px;
}

.nav-primary .genesis-nav-menu a {
	color: #f7323f;
	text-decoration: none;
	display: inline;
	    border-top: 1px solid #ececec;
    display: block;
    padding: 10px 0 0 0;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus {
	color: #4d4d4d;
}

/*TODO:fix current parent menu items*/
.nav-primary .genesis-nav-menu .current-menu-item > a, .nav-primary .current-post-parent:first-of-type a, .nav-primary .current-page-ancestor a {
	color: #4d4d4d;
	font-weight: bold;
}

.nav-primary .genesis-nav-menu .current-menu-item > a:before, .nav-primary .current-post-parent:first-of-type a:before, .nav-primary .current-page-ancestor a:before {
    content: '\2022';
    color: #f7323f;
    margin-left: -12px;
    padding-right: 5px;
    font-size:22px;
    font-size: 2.2rem;
    line-height: 17px;
    line-height: 1.7rem;
}

.nav-primary .genesis-nav-menu .sub-menu {
	display: none;
}

/*primary nav light*/
.site-header.header-light .title-area a {
	background-image: url(images/logo-white.png);
}
.site-header.header-light .nav-primary .genesis-nav-menu a {
	color: #fff;

}

.site-header.header-light .nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu a:focus {
	color: #F73239;
}

/*TODO:fix current parent menu items*/
.site-header.header-light .nav-primary .genesis-nav-menu .current-menu-item > a, .nav-primary .current-post-parent:first-of-type a {
	color: #fff;
}

.site-header.header-light .nav-primary .genesis-nav-menu .current-menu-item > a:before, .nav-primary .current-post-parent:first-of-type a:before {
	color: #f7323f;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: transparent;
}

.nav-secondary .genesis-nav-menu a {
	padding: 0 10px;
	color: #fff;
	border-left: 1px solid #fff;
}

.nav-secondary .genesis-nav-menu li:first-child a {
	border-left: none;
	padding-left: 0;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a {
	text-decoration: none;
}

.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	text-decoration: underline;
}

.nav-secondary .genesis-nav-menu .sub-menu {
    display: none;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 40px 0;
}

.content .entry {
	background-color: #fff;
}

.single .feat-img-container {
	margin-top:40px;
	margin-bottom: 50px;
}

.single .entry .entry-content > p:first-of-type::first-letter {
    font-size: 65px;
    font-size: 6.5rem;
    line-height: 4rem;
    font-weight: 700;
    float: left;
    padding-right: 5px;
    padding-top: 9px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
    color: #f7323f;
    text-transform: uppercase;
    font-weight: bold;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-meta .entry-categories {
    display: inline;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #f7323f;
	text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 0 10px;
}

.sidebar > .widget:first-of-type {
    padding-top: 20px;
    margin-top: 40px;
    border-top: 5px solid #f2f2f2;
}

.archive .sidebar > .widget:first-of-type {
    border-top: none;
    padding-top: 0;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	/*background-color: #333;*/
	clear: both;
	padding: 40px 0 40px; /* .widget also has 40px margin bottom*/
	color: #fff;
}

.footer-widgets,
.footer-widgets a {
	color: #aaa;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
	/*border-bottom: 1px dotted #666;*/
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 510px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets #contact-us .links {
    color: #fff;
    font-size: 2rem;
    margin: 0 0 15px 0;
}

.footer-widgets #contact-us .links a {
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.footer-widgets #contact-us .links a:first-child {
    padding-right: 10px;
    border-right: 1px solid white;
    margin-right: 10px;
}



/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #333333;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 0;
	text-align: left;
	clear: both;
}

.site-footer > .wrap {
    padding: 0 10px;
}

.site-footer p:last-child {
	/*margin-bottom: 0;*/
	color: #b3b3b3;
}

.site-footer .supported-by-logos img {
    vertical-align: top;
}


/* # Site Homepage
---------------------------------------------------------------------------------------------------- */
#tab-wrap {
	background: #eee;
}
#tab-wrap .wrap {
    padding-left: 10px;
    padding-right: 10px;
}

/*ul.tabs h3.tabs-title {
	margin-right: 30px;
}*/

ul.tabs {
	margin: 0 0 -2px 0;
	overflow: hidden;
}

ul.tabs li {
	display: inline-block;
	margin: 0;
}

ul.tabs li a, ul.tabs li span {
	display: block;
	background: #eee;
	color: #f00;
	font-weight: 700;
	padding: 10px 30px;
	text-decoration: none;
	outline: none;
}
ul.tabs li span {
	color: #333;
	padding-left: 0;
}

ul.tabs li a:hover {
	color: #888;
}

ul.tabs li.ui-tabs-active a {
	background: #fff;
	padding-bottom: 12px;
	/*margin-bottom: -2px;*/
}

ul.tabs li.ui-tabs-active a:hover {
	color: #555; /*this counteracts the tab color hover*/
}

.tab-content {
	background: #fff;
	padding: 50px 20px;
	overflow: hidden;
}

.tab ul.twitter-tab h4.time {
	text-transform: uppercase;
	font-size: 1.6rem;
}

.tab ul.twitter-tab p {
	font-size: 1.8rem;
}

.home .tab h4.entry-title {
	font-size: 20px;
	font-size: 2rem;
}

/* slider styles*/
.slider-text, .header-text {
	max-width: 65%;
	white-space: normal;
	padding:0 0 0 0px;
}
.header-text {
	margin-top: 0px;
	padding-left: 0;
}
.slider-text h2, .slider-text p, .header-text h2 {
	font-size: 50px;
	line-height: 1.1;
	font-weight: 700;
	max-width: 100%;
	color: #fff;
}
.slider-text h2 span{
	color: #f7323f;
}
.slider-text a {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 1px solid #f7323f;
}

/*header text span styles for opportunities details*/
.header-text h2 span {
	color: #f7323f;
}
.header-text.bridging-the-gap h2 span {
	color: #00c18b;
}
.header-text.this-is-scotland h2 span{
	color: #00a1df;
}
.header-text.consultancies h2 span {
	color: #ff6b00;
}
.header-text.edinburgh-pitch h2 span {
	color: #d60057
}
.header-text.make-your-market h2 span {
	color: #e13eaf;
}
.header-text.stories h2 span {
	color: #7e56c6;
}
.header-text.postgraduate-study h2 span {
	color: #00adbb;
}


/* # About page template
---------------------------------------------------------------------------------------------------- */
.page-template-about-page-template #genesis-content > article {
	width: 50%;
}

.sdi-about-numbers {
	display: block;
	float: left;
	margin-left: 2.564102564102564%;
	color: #f7323f;
	font-size: 1.9rem;
	font-weight: bold;
	width: 23.076923076923077%;
	border-top: 4px #f2f2f2 solid;
	padding: 30px 0;
}

.sdi-about-numbers.first {
	margin-left: 0;
}

.sdi-about-numbers span {
	font-size: 8rem;
	font-weight: bold;
	color: #4c4c4c;
	line-height: 1;
}

.sdi-about-numbers p {
	margin: 0;
}

/*.one-half {
	width: 48.717948717948715%;
}*/


/* # Archive Pages
---------------------------------------------------------------------------------------------------- */
.archive .entry-date {
    float: left;
    border-top: 5px solid #f2f2f2;
    padding: 15px 0px 0px;
    width: 130px;
    margin-right: 20px;
}

.archive .entry-date p {
    margin-bottom: 0;
    line-height: 1.1;
}

.archive .entry-date p:last-child {
    font-size: 14px;
    font-size: 1.4rem;
    color: #4c4c4c;
}

.archive .entry-date p.day {
    font-size: 50px;
    font-size: 5rem;
    font-weight: 700;
    color: #f7323f;
}

.archive .entry-title, .archive .entry-title a {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
}

a.event-list {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px;
    width:100%;
    background-color: #F2F2F2;
    color: #4c4c4c;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.event-list.current, a.event-list:hover {
    background: #f7323f;
    color: #fff;
    position: relative;
}
a.event-list.current:before{
	width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 20px solid #F7323F;
    border-bottom: 20px solid transparent;
    content: "";
    position: absolute;
    left: -18px;
    top: 0;
}

.newsletter-signup {
	display: block;
	background: #F2F2F2 url(images/CTA_pattern.gif) no-repeat top center;
	padding: 50px 0;
}

.newsletter-signup p {
	margin: 0;
	line-height: 50px;
	float: left;
	font-weight: 700;
	font-size: 18px;
}

.newsletter-signup a.button {
	float: right;
	
}

/* Film Archive Grid
------------------------------------------------------------ */
p.entry-meta.film-duration {
    color: #4c4c4c;
    margin: 0;
}

p.entry-meta.film-duration span {
    font-weight: 400;
    font-size: 15px;
    font-size: 1.5rem;
}

.entry-title .production-year {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
}

.film-archive-search {
    background-color: #F2F2F2;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;

}

.film-archive-search label {
    color: #4c4c4c;
}

.film-archive-search .wrap {
    padding: 15px 10px;
}

.select2-results {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.film-archive-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #f7323f;
}

/*Film single*/
/*.single-sdi_film .entry-content {
	width: 580px;
	margin-right: 150px;
	margin-left: 150px;
	float: left;
}*/
p.entry-meta.film-custom-field, p.entry-meta.film-entry-meta {
	color: #4c4c4c;
	margin: 0;
}

p.entry-meta.film-custom-field.crew {
	font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem;
	text-transform: none;
	clear: both;
	margin-bottom: 30px;
}

p.entry-meta.film-custom-field.crew b {
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: bold;
}

p.entry-meta.film-entry-meta .film-category {
	color: #f7323f;
}

p.entry-meta.film-entry-meta .film-duration {
	color: #b3b3b3;
}

p.entry-meta.film-custom-field span {
	font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem;
	text-transform: none;
}

.film-custom-fields-box {
	float: left;
}


/* ============= Classes for SDI Films =====================*/
.single-sdi_film .entry-title .production-year {
	font-size: 35px;
	font-size: 3.5rem;
}

.single-sdi_film .entry-header {
	margin-bottom: 60px;
}

.single-sdi_film .feat-img-container {
	margin-top: 40px;
}

.single-sdi_film .feat-img-container img{
	width: 100%;
	height: auto;
}

.single-sdi_film .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-top: 40px;
}

.single-sdi_film .embed-container iframe,
.single-sdi_film .embed-container object,
.single-sdi_film .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ============= Classes for SDI Masterclasses =====================*/
.single-masterclasses .entry-title .production-year {
	font-size: 35px;
	font-size: 3.5rem;
}

.single-masterclasses .entry-header {
	margin-bottom: 60px;
}

.single-masterclasses .feat-img-container {
	margin-top: 40px;
}

.single-masterclasses .feat-img-container img{
	width: 100%;
	height: auto;
}
.single-masterclasses .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-top: 40px;
}

.single-masterclasses .embed-container iframe,
.single-masterclasses .embed-container object,
.single-masterclasses .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*related posts styles*/

.related-posts.opportunity {
	clear: both;
}

.related-posts .entry-title .production-year {
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
}

.related-posts .related-title {
	font-weight: 700;
}

.related-posts .related-title .grey {
	color: #b3b3b3;
}

/*oppCTA widget*/

.oppCTA {
	border: solid 6px #F2F2F2;
	padding: 30px;
	min-height: 160px;
}

.oppCTA p {
	font-weight: 400;
	margin: 0 0 0 120px;
	font-size: 20px;
	font-size: 2rem;
}

.oppCTA img {
	float: left;
}

/*opportunities main page*/

.opportunity-block {
	padding: 50px 10px 80px 10px;
	border-top: 2px #F2F2F2 solid;
	width: 100%;
}
.opportunity-block:first-child {
	border-top: none;
}

.opportunity-block .opportunity-block-text, .opportunity-block img {
	display: inline-block;
}

.opportunity-block .opportunity-block-text{
	margin-left: 50px;
}

.opportunity-block .opportunity-block-text h2 {
	text-transform: capitalize;
}

.opportunity-block .opportunity-block-text ul li {
	display: inline-block;
	margin-right: 25px;
}

.opportunity-block .opportunity-block-text ul li span {
	color: #4c4c4c;
	font-size: 17px;
	font-size: 1.7rem;
}

.opportunity-block .opportunity-block-text ul li:before {
	font-family: FontAwesome;
	content:'\f058';
	margin-right: 5px;
}

.opportunity-block .opportunity-block-text p {
	font-size: 15px;
	font-size: 1.5rem;
}

.opp-read-more {
	padding: 20px 28px;
	border-radius: 35px;
	font-size: 20px;
	font-size: 2rem;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	float: right;
}

.opp-read-more.this-is-scotland{
	background: #00a1df;
	color: #fff;
}
.opp-read-more.bridging-the-gap {
	background: #00c18b;
	color: #fff;
}
.opp-read-more.consultancies {
	background: #ff6b00;
	color: #fff;
}
.opp-read-more.edinburgh-pitch {
	background: #d60057;
	color: #fff;
}
.opp-read-more.make-your-market {
	background: #e13eaf;
	color: #fff;
}
.opp-read-more.stories {
	background: #7e56c6;
	color: #fff;
}
.opp-read-more.postgraduate-study {
	background: #00adbb;
	color: #fff;
}

.opp-read-more:hover:before {
	content: 'More';
	margin-right: 10px;
}

.opp-menu {
	width: 100%;
}

.opp-menu li{
	display: inline-block;
	background: #F2F2F2;
	width: 14.17%;
	margin-right: 0.1%;
	line-height: 1.1;
	vertical-align: top;
}

.opp-menu li a {
	text-align: center;
	padding: 80px 20px 0;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	min-height: 130px;
	color: #4c4c4c;
}

.opp-menu li.this-is-scotland a{
	background-image: url('images/this-is-scotland-50-white.png'); /*to force preload of hover image*/
	background: url('images/this-is-scotland-50.png') center 20px no-repeat;
	-webkit-background-size:40px 40px;
	background-size:40px 40px;
	/*background: #00a1df;*/
	/*color: #fff;*/
}
.opp-menu li.this-is-scotland:hover a{
	background-color: #00a1df;
	background-image: url('images/this-is-scotland-50-white.png');
}

.opp-menu li.this-is-scotland.active a{
	background-color: #00a1df;
	background-image: url('images/this-is-scotland-50-white.png');
}

.opp-menu li.bridging-the-gap a{
	background-image: url('images/bridging-the-gap-50-white.png'); /*to force preload of hover image*/
	background: url('images/bridging-the-gap-50.png') center 20px no-repeat;
	-webkit-background-size:40px 40px;
	background-size:40px 40px;
}

.opp-menu li.bridging-the-gap:hover a{
	background-color: #00c18b;
	background-image: url('images/bridging-the-gap-50-white.png');
}

.opp-menu li.bridging-the-gap.active a {
    background-color: #00c18b;
    background-image: url('images/bridging-the-gap-50-white.png');
}

.opp-menu li.consultancies a{
	background-image: url('images/consultancies-50-white.png'); /*to force preload of hover image*/
	background: url('images/consultancies-50.png') center 20px no-repeat;
	-webkit-background-size:40px 40px;
	background-size:40px 40px;

}
.opp-menu li.consultancies:hover a{
	background-color: #ff6b00;
	background-image: url('images/consultancies-50-white.png');
}
.opp-menu li.consultancies.active a{
	background-color: #ff6b00;
	background-image: url('images/consultancies-50-white.png');
}

.opp-menu li.edinburgh-pitch a{
	background-image: url('images/edinburgh-pitch-50-white.png'); /*to force preload of hover image*/
	background: url('images/edinburgh-pitch-50.png') center 20px no-repeat;
	-webkit-background-size:40px 40px;
	background-size:40px 40px;
}
.opp-menu li.edinburgh-pitch:hover a{
	background-color: #d60057;
	background-image: url('images/edinburgh-pitch-50-white.png');
}
.opp-menu li.edinburgh-pitch.active a{
	background-color: #d60057;
	background-image: url('images/edinburgh-pitch-50-white.png');
}

.opp-menu li.make-your-market a{
	background-image: url('images/make-your-market-50-white.png'); /*to force preload of hover image*/
	background: url('images/make-your-market-50.png') center 20px no-repeat;
	-webkit-background-size:40px 40px;
	background-size:40px 40px;
}
.opp-menu li.make-your-market:hover a{
	background-color: #e13eaf;
	background-image: url('images/make-your-market-50-white.png');
}
.opp-menu li.make-your-market.active a{
	background-color: #e13eaf;
	background-image: url('images/make-your-market-50-white.png');
}

.opp-menu li.stories a{
	background-image: url('images/stories-50-white.png'); /*to force preload of hover image*/
	background: url('images/stories-50.png') center 20px no-repeat;
	-webkit-background-size:40px 40px;
	background-size:40px 40px;
}
.opp-menu li.stories:hover a{
	background-color: #7e56c6;
	background-image: url('images/stories-50-white.png');
}
.opp-menu li.stories.active a{
	background-color: #7e56c6;
	background-image: url('images/stories-50-white.png');
}
.opp-menu li.postgraduate-study a{
	background-image: url('images/postgraduate-study-50-white.png'); /*to force preload of hover image*/
	background: url('images/postgraduate-study-50.png') center 20px no-repeat;
	-webkit-background-size:40px 40px;
	background-size:40px 40px;
}
.opp-menu li.postgraduate-study:hover a{
	background-color: #00adbb;
	background-image: url('images/postgraduate-study-50-white.png');
}
.opp-menu li.postgraduate-study.active a{
	background-color: #00adbb;
	background-image: url('images/postgraduate-study-50-white.png');
}

.opp-menu li a:hover{
	color: #4c4c4c;
}

/* Opportunity single page */

.opportunity-who, .opportunity-where, .opportunity-when, .opportunity-application-deadline {
	border: solid 6px #F2F2F2;
	margin-bottom: 30px;
	padding: 30px;
	font-size: 16px;
	font-size:1.6rem;
}

.opportunity-who h2, .opportunity-where h2, .opportunity-when h2, .opportunity-application-deadline h2 {
	font-weight: 700;
}

.opportunity-who ul li {
	border: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

.opportunity-who ul li:before {
	font-family: FontAwesome;
	content:'\f058';
	margin-right: 5px;
}

.page-template-opportunities-detail-template .sidebar-primary {
	margin-top: 40px;
	width: 440px;
}

.page-template-opportunities-detail-template .content {
	padding-right: 145px;
}





/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
    }

    .site-inner,
	.wrapContent {
		max-width: 960px;
    }

    .nav-primary {
        max-width: 620px;
    }

    .title-area, .nav-primary li {
        width: 150px;
    }

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px; /*default: 740px*/
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

    .sidebar-primary,
	/*.title-area,*/
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

    /*.sidebar-primary {
        width: 100%;
    }*/

    .archive .entry-date {
        padding: 0 0 15px;
        border-top: none;
        float: none;
        display: inline-block;

    }

    .archive .entry-date p:last-child, .archive .entry-date p.day {
        color: #f7323f;
        font-size: 14px;
        font-size: 1.4rem;
        display: inline;
        font-weight: 700;
    }

	.single-sdi_film .entry-content {
		width: 100%;
		margin-right: 20px;
		margin-left: 0;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.site-inner,
	.wrapContent {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2, 
	.footer-widgets-3,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}
	.site-header .wrapContent{padding: 20px 5%;}


	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.single-sdi_film .entry-content {
		max-width: 100%;
		margin-right: 20px;
		margin-left: 0;
	}

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-inner, .wrapContent {
	    padding-left: 5%;
	    padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


