/*================================================
http://aplainfish.co.uk/
================================================
#010 Sitewide/general
#011 Links
#020 Navigation overrides
#030 Typography
#040 Layout
#100 Styles
#700 Form
#800 Media Queries
#900 Fonts
================================================
*/

/* ----------------------------------------------------------------------------------------------------------
#010 Sitewide/general ---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* apf: force vertical scrollbar - avoids page shift/jump */
/* BUT causes sideway screen jump on modals   */
/*html {
	overflow-y: scroll;
	} */

body {
    color: #333;
    background: #fff;
    font-size: 16px;
    font-family: 'Open Sans', arial, sans-serif;
    line-height: 1.5;
}

.container-fluid {
    max-width: 1190px;
}

main {
    margin: 25px 0;
}

/* apf: all images are responsive */
img {
  	display: block;
  	max-width: 100%;
  	height: auto;
	}

/* http://www.outsidethebracket.com/responsive-web-design-fluid-background-images/ */

figure {
    margin-bottom: 25px;
}

figure img {
    z-index: 1;
}

figcaption {
    font-size: 10px;
    text-align: left;
    color: #666;
    text-transform: uppercase;
}

.reviews-container strong {
    font-weight: normal;
    font-size: 22px;
}

.feature-container {
    margin-bottom: 15px;
}

.feature-container ul.data-listing {
    margin-bottom: 0;
}

.feature-container:first-child {
    padding-top: 20px;
}

.featurette {
    background: #FBFDFD;
    color: #9c7310;
    opacity:1.0; /* transparency */
    filter:alpha(opacity=100); /* IE transparency */
    text-transform: none;
    text-align: center;
    font-size: 14px;
    padding: 15px 15px 5px 15px;
    margin: -25px 10px 20px;
    z-index: 100;
    position: relative;

}

.no-text-wrap {
	float: none;
}


.remove-padding {
    padding: 0;
}

/*.embed-responsive {  /* video embeds*/
/*	margin: 20px 0;
}*/

.my-btn-primary {
  font-size: 14px;
  text-transform: uppercase;
  color: #555;
  background-color: #D8DDDE;
  border-color: transparent;
}

.my-btn-primary:hover,
.my-btn-primary:focus,
.my-btn-primary.focus,
.my-btn-primary:active,
.my-btn-primary.active {
  color: #870158;
}

.secondary-container {
    margin: 0 15px 0 15px;
    padding: 15px 0 30px 0;
    background: #fff;
}

blockquote {
    font-style: normal;
    border: none;
    margin-top: 20px;
}

.reviews-container blockquote {
    padding:  0;
    line-height: 1.8;
}

.review-source, .review-extra {
    font-style: normal;
    color: #719862;
    color: #0897a4;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0 5px 0;
}

.ising-reviews-container .review-source {
    text-transform: none;
    font-size: 20px;
    text-align: left;
    margin-top: 5px;
}

.ising-reviews-container .review-source, .ising-reviews-container .review-extra {
    color: #F16803;
    text-align: left;
}
.ising-reviews-container blockquote {
    font-size: 16px;
    text-align: left;
    padding: 0;
}

.ising-text img {
    float: left;
    padding: 0 20px 10px 0;
}

.review-extra {
    margin-top: 0;
    font-size: 16px;
    text-transform: none;
}

.standout-block {
    font-family: georgia, serif;
    font-size: 20px;
    color: #888;
    color: #81A8AD;
    padding: 10px;
    margin: 0;
    text-align: center;
}

.main-content ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

/* ----------------------------------------------------------------------------------------------------------
#020 Navigation ---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

nav {
    font-size: 18px;
    font-family: Oswald;
}

.logo-container {
    display: block;
    width: 100%;
    /*background: #111;*/
    padding: 10px 0;
}

.site-logo {
    margin: 10px 0;
}

.main-nav {
    display: none;
}

hr {
	height: 1px;
	background-color: #888;
	color:#888;
	margin: 10px 5px 10px 5px;
	border: 0 none;
}

/* #Slidebars
================================================== */

.navicon-line {
	width: 30px;
	height: 3px;
	border-radius: 0;
	margin-bottom: 5px;
	background-color: #444;
}

#sb-site, .sb-site-container {
    background-color: #fff;
 }

.sb-toggle-right {
	cursor: pointer;
	/*margin-right: 20px;*/
	width: 30px;
	float: right;
	padding: 25% 5px 0 0;
	/*top: 30px;
	right: 20px;
    position: fixed;
    z-index: 1030;*/

}

.sb-slidebar {
	background-color: #000; /* Background colour. */
	color: #e8e8e8; /* Text colour. */
}

.sb-slidebar a {
	color: #fff;
	text-decoration: none;
}

.sb-menu a.current {
    color: #870158;
}

.sb-slidebar a:hover {
	color: #870158; /* Link hover colour. */
	text-decoration: underline;
}
/* --------------------
 * 004 - Slidebar Menus
 */

/* Main Menu */
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0 0 0 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Will darken any background colour you set. */
}

.sb-menu > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}

.sb-menu > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}

.sb-menu li a {
	width: 100%; /* Makes links full width. */
	display: inline-block;
	padding: 0.5em; /* Creates an even padding the same size as your font. */
	color: #f2f2f2;
}

.sb-menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.05); /* Will lighten any background colour you set. */
}

.sb-left .sb-menu li a.current {
	color: #FFD338;
	border-left: 3px solid;
}

/* Borders */
.sb-left .sb-menu li a {
	border-left: 3px solid transparent;
}

.sb-left .sb-menu li a:hover {
	border-left: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}


/* ----------------------------------------------------------------------------------------------------------
#020 TABS ---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
ul.tabs {
	clear: both;
	float: left;
	margin: 0 0 25px 0;
	padding: 0;
}

ul.tabs.prev-next {
	margin-top: 20px;
	float: right;
}

ul.tabs li {
	list-style-type: none;
	float: left;
	display:inline-block;
	margin: 0 0 10px 0;
	padding-right: 10px;
}

ul.tabs li a, ul.tabs li span {
    text-transform: uppercase;
    font-family: Oswald, arial, sans-serif;
    float: left;
    line-height: 1.1;
    font-size: 18px;
    font-weight: normal;
	color: #fff;
	margin: 0 0 0 0;
	padding: 5px 8px;
	text-decoration: none !important;
	background: #111;
	border: none;
}

ul.tabs li a:hover {
    color: #fff !important;
	background: #870158;
	outline: #870158;
}

ul.tabs li a.current, ul.tabs li.active a {
	color: #fff;
	background: #870158;
}

ul.tabs li.selected a:hover {
    /*selected tab style */
	color: #0FAFC9 !important;
	outline: #0FAFC9;
}


ul.tabs span.page_disabled {
	color: #CBDBA2;
	background: #A0B764;
}

/* -----------------------------------------------------------------------------------------------------------
#225 TOGGLE
----------------------------------------------------------------------------------------------------------- */

/* http://www.bootply.com/88286 */

.toggle-heading .link-toggle:after {
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    content: "\2212";    /* plus + */
    float: right;
    padding: 1px 0 0 10px;
    color: #71a25e;
}

.toggle-heading .link-toggle.collapsed:after {
    content: "\2b";    /* minus - */
}

.toggle-heading-alt .link-toggle:after {
    content: "\e114";    /* chevron - right */
}

.toggle-heading-alt .link-toggle.collapsed:after {
    content: "\e080";    /* chevron - down */
}

.my-btn {
    -moz-user-select: none;
    background-image: none;
    background: none;
    border: none;
    outline: 0 !important; /* remove red outline */
    cursor: pointer;
    margin: 5px 0 20px 0;
    padding: 0;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    color: #71a25e;
}

.my-btn span {
    float: left;
}

.item-container h2 {
    padding-bottom: 5px;
}
/*.main-content .data-listing img {
	margin-bottom: 20px;
}

.main-content .data-listing-image {
	margin-bottom: 10px;
}*/

.main-content .data-listing figure {
	margin-bottom: 20px;
}

.main-content .data-listing {
    list-style: none outside none;
    padding-left: 0;
    margin: 5px 0 25px 0;
    float: left;
	overflow: hidden; /* contain floated elements */
	width: 100%;   /* contain floated elements */
}

.main-content .data-listing li {
	padding: 20px 0 15px 0;
    border-bottom: 1px solid #aaa;
}

.main-content .data-listing li:first-child {
	padding-top: 0;
}

.main-content .data-listing ul li  {
    border: none;
    }
.main-content .data-listing ul li:last-child {
    margin-bottom: 15px;
    }

.highlight-container img {
    padding-right: 15px;
    padding-bottom: 15px;
    float: left;
}

.highlight-container h2 {
    text-align: center;
}

.highlight-container {
    background: #fff;
    margin: 20px 0;
    padding: 10px 15px 20px 15px;
    position: relative;
}

.highlight-container .btn {
    margin-top: 15px;
}

.pdf-link, .highlight-link {
    margin: 5px 10px 15px 0;
    }

.pdf-link {
    padding-left: 45px;
    padding-left: 25px;
    background: url("https://dominicellispeckham.com/img/pdficon_small_mid.png") no-repeat scroll 3px center #a0a0a0;
    background: url("https://dominicellispeckham.com/img/pdficon_small_mid.png") no-repeat scroll 3px center #E7EDED;
    color: #333;
    }

.pdf-link-via-sc {
    float: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

a.highlight-link:after {
    content:"\00a0 \00bb";
}


/* ----------------------------------------------------------------------------------------------------------
#021 Links --------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
a:link {
	text-decoration: none;
	color: #71A25E;
	}
a:visited {
	text-decoration: none;
	color: #71A25E;
	}
a:hover, a:focus, a:active {
	color: #329909;
    color: #870158;
	}


html body div#twitter-widget-0.root.timeline.ltr.customisable-border.twitter-timeline.not-touch.twitter-timeline-rendered div.timeline-header.customisable-border h1.summary a.customisable-highlight {
    text-transform: uppercase !important;
}

/* ----------------------------------------------------------------------------------------------------------
#030 Typography ---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
    line-height: 1.2;
	}

h1, .sub-nav {
	color: #111;
    line-height: 1.4;
    font-size: 28px;
    margin: 0;
    padding: 0 0 15px 0;
}

h1.text-hide {
    margin: 0;
    padding: 0;
}

h2 {
	color: #111;
    /*line-height: 1.4;*/
    font-size: 16px;
    margin: 0;
    padding: 15px 0 15px 0;
}

h2 {
	color: #111;
    font-size: 16px;
    margin: 0;
    padding: 15px 0 15px 0;
}

.home-page h2 {
    color: #870158;
	color: #111;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 22px;
    margin: 0 0 20px 0;
    padding: 10px 0 0 0;
}

h2.ising-reviews-heading {
    text-align: left;
    font-size: 28px;
}

.feature-container ul.home-engagements {
    margin-bottom: 15px;
}

h3 {
    color: #F16803;
    color: #111;
	font-size: 24px;
	text-transform: none;
	margin: 0 0 10px 0;
}

.home-page h3.news-headline, .home-page h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

h3.home-engagement-date {
    color: #333;
    margin-bottom: 9px;

}

.style-b h3 {
    color: #0897a4;
}

.style-a h4 {
    color: #F16803;
    margin-bottom: 20px;
}


h4, .extra-info {
	color: #666;
	font-size: 18px;
	text-transform: none;
	margin: 15px 0 25px 0;
}

.extra-info {
	font-size: 16px;
	color: #333;
}

.home-page h4 {
    color: #F16803;
	font-size: 20px;
	text-transform: none;
	margin: 5px 0 15px 0;
}

.extra-info a[href^="http://"]:after {
	font-family: 'Glyphicons Halflings';
	content: "\e144";
	padding-left: 7px;
	padding-right: 5px;
    font-size: 14px;
	}
.extra-info p {
    line-height: 1.3;
}

.links-list ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

.links-list ul li {
    font-size: 18px;
    padding: 7px 10px;
	}

.links-list a[href^="http://"]:before {
	font-family: 'Glyphicons Halflings';
	content: "\e144";
	padding-right: 15px;
    font-size: 18px;
	}

.links-list ul li:nth-child(odd) {
	background: #ededed;
    background: #D8DDDE;
}

.extra-info a:link {
	color: #333;
	}

.extra-info a:visited {
	text-decoration: none;
	color: #111;
	}

.extra-info a:hover, .extra-info a:focus, .extra-info a:active {
	color: #329909;
    color: #870158;
	}

h5 {
	color: #666;
	font-size: 18px;
	text-transform: none;
	margin: 25px 0 15px 0;
}

.main-subheading {
    color: #0897a4;
	font-size: 24px;
    line-height: 1.2;

}

.schedule-title {
    margin-bottom: 3px;
}


/* ----------------------------------------------------------------------------------------------------------
#040 Layout -------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------------------------
#100 Styles -------------------------------------------------------------------------------------------------
#101 News
#103 Gallery
#105 Sub nav tabs
#107 Listing
#109 Table
#190 Footer & Scroll to top icon
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
#101 News ------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.news-date {
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.news-headline  {
	color: #0897A4;
	font-size: 24px;
    /*line-height: 1.1;*/
	text-transform: none;
	margin: 0;
}


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

.gallery-container {
    margin: 0;
    padding: 0;
    background: #fff;
}

.gallery-grid {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

.gallery-grid li {
	margin-bottom: 25px;
}

.gallery-grid a {
    cursor: zoom-in;
}
/* -----------------------------------------------------------------------------------------------------------
#220 BS ACCORDION
----------------------------------------------------------------------------------------------------------- */
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

a.accordion-toggle {
    display: block;
}

a.accordion-toggle:focus {
    outline: none !important;
}

.panel-title {
    /*text-align: center;*/
 	font-family: georgia, serif;
    font-size: 18px;
}
.panel-default {
    border-color: #E7EDED;
}
.panel-default > .panel-heading {
    background-color: #E7EDED;
    border-color: #E7EDED;
    color: #333;
}

.panel-body {
    text-align: center;
    line-height: 1.3;
}

/* ----------------------------------------------------------------------------------------------------------
#107 Data listing -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */




/* ----------------------------------------------------------------------------------------------------------
#109 Table --------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------------------------------------
#190 Footer & Scroll to top ----------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------- */

.dp-connections {
    padding: 15px 0 10px 0;
    margin: 0;
    background: #111;
}

.dp-connections div {
    padding-bottom: 10px;
}

.dp-connections h4 {
   /* font-family: 'Open Sans Condensed', sans-serif;*/
    font-size: 18px;
    /*font-weight: 700;*/
    margin: 10px 0 15px 0;
    color: #FFD338;
    color: #0897A4;
    display: inline-block;
    text-transform: uppercase;
}

.footer {
    display: block;
    background: #111;
    width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
	line-height: 1.6;
}

.footer-content {
    padding: 7px 0 25px 0;
    margin: 0;
	font-family: 'Open Sans Condensed', sans-serif;
    }

.footer-links {
    color: #71A25E;
    text-align: left;
    margin: 0;
    padding: 0;
}

.footer-links span {
    color: #71A25E;
}

.icon-link {
	display: inline-block;
	/*float: left;*/
	padding: 0 0 0 10px;
	margin-bottom: -3px;
}

.scrollup {
    background: url("https://dominicellispeckham.com/img/icon_top.png") no-repeat scroll 0 0 transparent;
    bottom: 15px;
    display: none;
    height: 45px;
    opacity: 0.6;
    position: fixed;
    right: 15px;
    text-indent: -9999px;
    width: 45px;
    z-index: 1000;

}

a.scrollup:focus {
	outline: none;
}



/* ----------------------------------------------------------------------------------------------------------
#800 Media Queries ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* Very Extra small devices (phones, less than 480px) */
/* --------------------------------------------------------------------------------------------------------*/

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


    .sb-toggle-right {
	    padding: 25% 5px 0 0;

    }


}/*------ END EVERY extra small devices (< 480px) */


/* Extra small devices (phones, less than 768px) */
/* --------------------------------------------------------------------------------------------------------*/

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

	.ising-text img {
		float: none;
		padding: 0 0 15px 0;
	}

    .footer-content p {
        text-align: center;
    }



}/*------ END Extra small devices (< 768px) */


/* Small devices (tablets, 768px and up) */
/* --------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {

    h1, .sub-nav {
        font-size: 26px;
    }

    .site-logo {
        padding: 0;
    }

    .main-nav {
			display: block;
	}

    .main-nav ul {
        margin-bottom: 0;
    }

    .main-nav ul li {
        margin-right: 12px;
    }

    .main-nav ul li a {
        display: inline-block;
        padding-top: 15px;
        padding-top: 0;
    }

	.menu-toggle {
        display: none;
	}

    .main-nav-container {
       margin: 0 0 15px 0;
    }

    .nav-container {
        display: block;
        width: 100%;
    }

    .main-nav a, .main-nav a:link {
	    color: #111;
	}

    .main-nav a:visited {
        color: #111;
        }

    .main-nav a:hover, .main-nav a:focus, .main-nav a:active {
        color: #870158;
        }

    .main-nav li a.current {
        color: #870158;
        /*background: url(https://dominicellispeckham.com/img/current-link.png) no-repeat center top;*/
          }

 /*   #navbar {
        padding: 0;
    }

    .dropdown-menu > li > a {
        text-align: left;
    }

    nav.navbar {
        min-height: 10px;
    }

    nav .dropdown:hover .dropdown-menu {  /* switch BS click-dropdown to hover-dropdown  */
   /*     display: block;
     }    	*/

    .highlight-link {
        text-align: left;
    }

    .testimonials-link {
        text-align: center;
    }

    .highlight-container h2 {
        text-align: left;
    }


} /*------ END Small devices (tablets, 768px and up) */


/* Medium devices (desktops, 992px and up) */
/* --------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {


    .feature-photo {
        max-width: 1160px;
        margin: 0 auto 30px auto;
    }

    .feature-container {
        margin-bottom: 0;
    }

    .feature-container:first-child {
        padding-top: 0;
    }


h2 {
    font-size: 20px;
}

}/*------ END Medium devices (desktops, 992px and up) */


/* Large devices (large desktops, 1200px and up) */
/* --------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {


    .navbar-nav > li {
        border-bottom: none;
    }

}/*------ END Large devices (large desktops, 1200px and up) */