/*****************NORMALIZE******************** */

progress,sub,sup {
	vertical-align:baseline
}

html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}

body {
	margin:0;
}

figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary {
	display:block
}

audio,canvas,progress,video {
	display:inline-block
}

audio:not([controls]) {
	display:none;
	height:0
}

[hidden],template {
	display:none
}

a {
	background-color:transparent
}

a:active,a:hover {
	outline-width:0
}

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

abbr[title] {
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted
}

b,strong {
	font-weight:bolder
}

dfn {
	font-style:italic
}

h1 {
	font-size:2em;
	margin:.67em 0
}

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

small {
	font-size:80%
}

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

sub {
	bottom:-.25em
}

sup {
	top:-.5em
}

img {
	border-style:none
}

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

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

figure {
	margin:1em 40px
}

hr {
	box-sizing:content-box;
	height:0;
	overflow:visible
}

button,input,select,textarea {
	font:inherit;
	margin:0
}

optgroup {
	font-weight:700
}

select,button,input {
	overflow:visible
}

button,select {
	text-transform:none
}

[type=button],[type=reset],[type=submit],button {
	cursor:pointer
}

[disabled] {
	cursor:default
}

[type=submit], [type=reset],button,html [type=button] {
	-webkit-appearance:button
}

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

button:-moz-focusring,input:-moz-focusring {
	outline:ButtonText dotted 1px
}

fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}

legend {
	box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal
}

textarea {
	overflow:auto
}

[type=checkbox],[type=radio] {
	box-sizing:border-box;
	padding:0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height:auto
}

[type=search] {
	-webkit-appearance:textfield
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance:none
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

color: #fff;
}

::-moz-placeholder {
	/* Firefox 19+ */

color: #fff;
}

:-ms-input-placeholder {
	/* IE 10+ */

color: #fff;
}

:-moz-placeholder {
	/* Firefox 18- */

color: #fff;
}

/*# sourceMappingURL=normalize.min.css.map */

/******************STYLING BEGINS******************************* */

#main,#window,body {
	margin: 0
}

#main,h1 {
	display:block
}

.home-subtitle,h3 {
	text-align:center
}

#main,section {
	background-color:#FFF
}

#boxwrapper .box img,.wrap {
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out
}

#main,.wrap,a.menu-link,h3,h5,nav ul {
	position:relative
}

button.showProfile,nav[role=navigation],section {
	background-image:none;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:top left
}

body {
	height:100%;
	font-family:Roboto,sans-serif;
	color:#4d4d4e;
	line-height:1.6em;
	font-size:16px;
	background-color:#fff
}

.home-subtitle,.newsTitle,h1,h2 {
	font-family:Oswald,sans-serif
}

#window {
	height:100%
}

#main {
	clear:both;
	padding-bottom:0;
	margin:0 auto
}

header {
	background-color: #0d1134;
}

.header-container {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto
}

.header-logo {
	width: 95%;
	margin: 0px 0 -30px 2.5%;
	max-width: 335px;
	padding: 15px;
	position: relative;
	z-index: 100;
}

.header-info a,.header-search a {
	color: #fff;
	text-decoration: none;
	background-color: #8d0102;
	border-radius: 3px;
	padding: 10px 35px;
	font-size: 1.1rem;
	margin-left: 26px;
	align-self: flex-start;
}

.header-info form {
	margin: 20px;
}

.header-info a:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: #0d1134;
}

a.collapseTitle,a.collapsed-content,h5 {
	text-decoration:none!important
}

.header-info span,.header-search span {
	font-weight:500;
	vertical-align:5px
}

h1 {
	font-size:2.25em;
	font-weight:400;
	padding:8px 10px 2px 0;
	line-height:1.3em;
	margin:10px;
	color:#8d0102;
	border-bottom:5px solid #e5ded0
}

.blog-subtitle-landing {
	color: #8d0102;
	margin: -12px 0 10px;
	font-size: 20px;
}

.blog-quote {
	display: none;
}

.blogbyline {
	margin-left: 15px;
}

.newsTitle,h2 {
	font-size:2.1875em;
	line-height:1.2em;
	font-weight:300;
	color:#8d0102;
	padding:10px 0 5px;
	margin:0 25px -10px 15px
}

h2.home-boxes-intro {
	padding: 30px 10px 20px;
}

h2.blog-subtitle {
	margin: -10px 0 20px 10px;
}

h3.news {
	background-image: none;
	text-align: left;
	height: auto;
	font-size: 1.5rem;
	line-height: 1.2em;
	color: #0d1134;
	padding: 10px 0 5px;
	margin: 0 25px -10px 15px;
	font-weight: 400;
	background-color: transparent;
}

h4.news {
	font-size: 1.5rem;
	margin-left: .938rem;
	color: #0d1134;
	padding-top: 0;
}

.news-column {
	float: left;
	width: 50%;
}

.float-left {
	float: left;
	margin: 0 .938rem;
}

.float-right {
	float: right;
	margin: 0 .938rem;
}

.clearfix {
	clear: both;
}

a.collapsed-content {
	color: #0d1134;
}

a, a.collapsed-content:hover,a.collapsed-content:focus {
	color:#8d0102
}

footer a {
	color: #fff;
}

a.collapsed-content h2 {
	margin-bottom:15px
}

.home-subtitle {
	font-size:2.1em;
	line-height:45px;
	color:#8d0102;
	padding-top:5px;
	font-weight:400;
	border-bottom:0
}

h3,h4 {
	font-family:Oswald,sans-serif;
	font-weight:300
}

.home-subtitle:after,.home-subtitle:before {
	display:none
}

h3 {
	font-size:2em;
	line-height:1.3em;
	background-color:#a19271;
	padding:12px 15px 10px;
	z-index:500;
	color:#e5ded0;
	margin-top:5px
}

h4 {
	font-size:1.875em;
	line-height:1.2em;
	padding:20px 0 5px;
	margin:0 15px 0 20px
}

h5 {
	font-size:1.5em;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	margin-top:20px;
	margin-left:15px;
	margin-right:auto;
	-webkit-margin-after:.5em
}

h10 {
	font-size:1.6em;
	display:block;
	font-family:'Rock Salt',cursive;
	margin:10px 0 0
}

ol,p,ul {
	font-size:18px;
	line-height:30px
}

section {
	margin:0 auto
}

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

ol,ul {
	margin:15px 0 10px
}

#quote {
	padding:30px
}

#sidebargraphic {
	padding-top:30px
}

button.showProfile {
	background-color:transparent;
	border-top-color:-moz-initial;
	border-right-color:-moz-initial;
	border-bottom-color:-moz-initial;
	border-left-color:-moz-initial;
	text-decoration:underline;
	margin-left:-6px;
	color:#29235F;
	border-width:medium;
	border-style:none
}

nav#menu,nav.nav {
	margin-left:auto;
	margin-right:auto
}

.profileBio a {
	color:#dd2928
}

.profileBio a:focus {
	outline-width:0;
	outline-style:none;
	outline-color:-moz-initial
}

nav#menu {
	background-color:#fff;
	font-family: Roboto,sans-serif;
	font-weight: 400;
	font-size:1.3em
}

nav.nav {
	display:inline-block
}

a.menu-link,nav li,nav ul li ul {
	display:block
}

nav ul li {
	margin:0;
	padding:0;
	list-style:none
}

nav ul li ul {
	text-indent:20px
}

.wrap {
	transition:all .3s ease-out
}

.wrap.active {
	left:16em
}

a.menu-link {
	float:left;
	top:0;
	z-index:1000;
	width:8%;
	background-color:transparent;
	color:#fff;
	text-decoration:none
}

a.menu-link img {
	width:40px;
	float:left
}

a.menu-link span {
	margin-top:10px;
	color:transparent;
	display:none
}

nav[role=navigation] {
	background-color:#000;
	clear:both;
	overflow:hidden
}

.js nav[role=navigation] {
	width:16em;
	height:100%;
	position:absolute;
	top:0;
	left:-16em
}

li.gallery,li.visit {
	height:86px;
	float:left;
	list-style:none
}

nav[role=navigation] ul {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:grey;
	margin:0;
	padding:0
}

nav[role=navigation] li a {
	display:block;
	color: #0d1134;
	text-decoration:none;
	padding:.8em .8em .8em 4.8em
}

nav[role=navigation] li a:hover, nav[role=navigation] li a:focus {
	color: #fff;
	background-color:#0d1134;
	text-decoration:none
}

li.gallery a,li.visit a {
	background-repeat:no-repeat;
	display:block;
	font-family:'Libre Baskerville',serif;
	font-size:1.4em;
	color:#FFF;
	padding:25px 0;
	text-decoration:none
}

li.visit {
	width:100%
}

li.visit a {
	background-position:0 0;
	width:190px;
	text-indent:65px
}

li.visit a:hover {
	background-position:-190px 0
}

li.gallery {
	width:100%
}

li.gallery a {
	background-image:url();
	background-position:-15px -86px;
	width:187px;
	text-indent:18px
}

li.gallery a:hover, li.gallery a:focus {
	background-position:-205px -86px
}

footer {
	clear:both;
	width:100%;
	position:relative;
	background-color:#0d1133;
	padding-bottom:30px
}

footer p {
	color:#fff;
	font-family:Roboto,sans-serif;
	font-size: 1.1rem;
	line-height: 1.3;
	margin: 5px 40px 0 0;
}

.footer-address span {
	font-family:'Libre Baskerville',serif;
	color:#fff;
	font-size:1.3em;
	padding-bottom:10px
}

.footer-address img {
	margin-right: 5px
}

.footer-address a {
	text-decoration: none;
}

a.footer-contact {
	color: #fff;
	text-decoration: underline;
}

a.footer-contact:hover {
	color: #fff;
	text-decoration: none;
}

.quicklinks-footer-title {
	font-family: 'Vollkorn', serif;
	color:#fff;
	font-size:27px;
	padding-left:0;
	padding-bottom:10px
}

#copyright,.footer-quicklinks li,.footer-quicklinks li a {
	font-family:Roboto,sans-serif;
	color:#fff
}

.footer-quicklinks li,.footer-quicklinks li a {
	list-style:none;
	text-decoration:none;
	font-size: 1.1rem;
	line-height: 1.4;
	font-weight: 300;
}

#nt li,.nt-title {
	font-weight:400;
	text-align:left
}

.footer-quicklinks li a:hover, .footer-quicklinks li a:focus {
	text-decoration:underline
}

.footer-social i {
	color:#fff;
	font-size:45px;
	margin-left:7px
}

.footer-social span {
	display:none
}

.footer-social {
	margin-left:5px
}

.footer-container {
	padding-top:20px
}

.footer-address,.footer-quicklinks {
	margin:20px 0
}

.footer-quicklinks ul {
	margin-left:0;
	padding-left:0;
	margin-bottom:50px
}

#copyright {
	clear:both;
	font-size:1rem;
	line-height:1.2;
	background-color:#0D1133;
	display:block;
	padding:10px 0 20px
}

#copyright a {
	color:#fff
}

#nt {
	width:90%;
	margin:0 auto 0 10px;
	padding:4px 4px 4px 0
}

#nt-container {
	text-align:left;
	margin-top:0;
	max-height:500px;
	overflow:hidden
}

#nt-container i {
	cursor:pointer;
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
	margin:0
}

#nt-container i:hover, #nt-container i:focus {
	color:#333
}

.nt-title {
	font-family:Oswald,arial,sans-serif;
	font-size:1.2em;
	padding:5px 0;
	display:block;
	color:#8d0102
}

#nt li {
	overflow:hidden;
	height:auto;
	padding:3px 0 10px;
	border-bottom:2px dashed #28225e;
	margin-left:20px;
	list-style:none
}

#nt li p {
	margin:5px 0
}

li.newsLink a {
	color:#dd2928
}

li.newslink p {
	margin:.3em 0
}

ul.adanewslist {
	list-style-type: none;
	padding-left: 1rem;
}

ul.adanewslist li {
	display: block;
	margin-bottom: 1rem;
}

ul.adanewslist ul {
	list-style-type: initial;
}

ul.adanewslist ul li {
	margin-bottom: initial;
	display: list-item;
}

#faqcontainer {
	width:100%;
	margin:0
}

#faqcontainer ul,ul.ql li.ql ul {
	margin-left:40px
}

.quicklinkscontainer {
	margin-top:40px
}

#quicklinks {
	width:100%;
	height:38px
}

#quicklinks.supportus ul {
	z-index:700
}

#quicklinks.torofans ul {
	z-index:800
}

#quicklinks.athletes ul {
	z-index:850
}

#quicklinks.parents ul {
	z-index:900
}

li.ql {
	padding-left:60px;
	list-style-type:none;
	font-family:'Open Sans',sans-serif;
	text-align:left;
	font-size:1.68em
}

li.ql:hover, li.ql:focus {
	color:#DD2928
}

li.ql a {
	color:#29235f;
	text-decoration:none
}

li.ql a span:hover,li.ql a:hover {
	color:#dc2928
}

li.ql ul {
	position:absolute;
	padding:8px 0 0
}

li.ql ul li a {
	font-family:Arial,sans-serif;
	font-size:14px;
	text-align:left;
	display:block;
	height:auto;
	width:180px;
	color:#fff;
	background-color:#29235f;
	text-decoration:none;
	text-transform:none;
	padding:5px 10px
}

.comments:before,form.commentForm:before {
	font-family:Oswald;
	font-size:2em;
	font-weight:300
}

.blackoverlay,.button,.hover-title {
	text-transform:uppercase
}

ul.ql li.ql ul {
	margin-top:0
}

ul.ql li ul {
	display:none
}

ul li:hover ul {
	display:block
}

ul.ql li ul li {
	list-style:none
}

#main.slideshow {
	position:relative;
	overflow:hidden
}

#adv-custom-pager.center.external img {
	height:80px;
	width:auto;
	float:left;
	margin:3px
}

#adv-custom-pager.center.external {
	margin:0 5%
}

.main-content img.cycle-slide,.main-content img.cycle-slide-active {
	width:90%;
	height:auto;
	margin:0 5%
}

.logo,.logo img {
	width:220px;
	margin:10px auto
}

.newsBody,p {
	margin:15px
}

.blog-readmore {
	margin-left:15px
}

.blog-post .blog-readmore {
	margin-left:0
}

.blog-subscribe input[type=text] {
	margin:5px 0 10px
}

.blog-subscribe h2 {
	margin-bottom:10px;
	margin-left:0
}

.blog-subscribe {
	margin-left:20px;
	margin-right:20px
}

.blog-list li {
	margin-top: 1rem;
}

.author input[type=text],.text textarea {
	margin-bottom:10px;
	padding:10px
}

form.commentForm {
	margin-top:95px
}

form.commentForm:before {
	content:'Leave a Comment';
	margin:-45px 0 10px;
	position:absolute;
	padding-bottom:20px
}

.comments {
	margin-top:20px
}

.comments:before {
	content:'Comments'
}

.comments .comment {
	border-bottom:1px dotted #0d1133;
	margin-top:10px;
	padding-bottom:10px
}

ul.pagination {
	margin-left:0;
	padding-left:15px
}

ul.pagination li {
	background-color:#0d1133;
	display:inline-block;
	padding:5px 20px;
	color:#fff;
	margin-right: 5px;
}

ul.pagination li a {
	color:#fff
}

.slideshow img {
	width:100%
}

.main-content,.sidebar-content,.sidebar-content-blog {
	float:none;
	width:100%;
	margin:0
}

.footer-container {
	margin-left:10px
}

.search {
	width:245px;
	float:right;
	z-index:5000;
	margin:0 10px 10px 0
}

input#gsc-i-id1 {
	background:0 0!important;
	margin-top:-10px!important
}

.gsc-input {
	width:70%
}

table.gsc-search-box td {
	float:left;
	margin-top:10px
}

.gsst_a {
	padding-top:3px;
	float:right;
	margin-top:-40px
}

td.gsc-search-button {
	display:block!important;
	margin:0
}

input.gsc-search-button,input.gsc-search-button:focus,input.gsc-search-button:hover {
	background-color:#0d1133!important
}

.menu-link {
	font-size:1.5em;
	margin:10px 0 0 10px
}

img.customized-template {
	width:45%;
	display:block;
	float:left;
	margin:20px 0 0 20px
}

img.customized-template-example {
	width:25%;
	display:block;
	float:left;
	margin:0 0 10px 20px
}

img.teamphoto {
	display:block
}

.mainTrumba {
	margin:0 10px
}

#trumba.spud.0 {
	height:400px
}

.map {
	display:none
}

.blackoverlay {
	position:absolute;
	background-color:#0d1133;
	width:89%;
	height:55px;
	color:#fff;
	font-family:'Libre Baskerville',sans-serif;
	font-size:1em;
	text-align:center;
	padding:20px 20px 0;
	z-index:1;
	bottom:-10px;
	letter-spacing:1px;
	display:none
}

#boxwrapper .box {
	cursor: pointer;
	height: 185px;
	float: left;
	margin: 19px 5px 5px;
	position: relative;
	overflow: hidden;
	width: 300px;
}

#boxwrapper .box img {
	position:absolute;
	left:0;
	transition:all .3s ease-out
}

#boxwrapper .box .caption {
	background-color:#0d1133;
	position:absolute;
	color:#fff;
	z-index:100;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
	left:0;
}

#boxwrapper .box .fade-caption {
	opacity:0;
	width:271px;
	height:160px;
	text-align:left;
	margin:7px 0 0 8px;
}

#boxwrapper .box:hover .fade-caption, .box:focus .fade-caption, #boxwrapper .box:focus .fade-caption {
	opacity:1
}

#boxwrapper a {
	text-decoration:none
}

.hover-title {
	font-family:'Open Sans',sans-serif;
	font-size:20px;
	text-align:center;
	margin-top:20px
}

.home-circle {
	font-size:13px;
	line-height:18px;
	text-align:center;
	padding: 0 19px;
}

.home-circle p {
	font-size:16px;
	line-height:20px;
	position:relative;
	padding: 68px 0px;
	margin: 0;
	font-family:Roboto,sans-serif;
}

#box4 .home-circle-titles {
	padding: 56px 0px;
}

.home-circle-titles {
	font-family:'Libre Baskerville',serif !important;
	font-size:23px!important;
	line-height:24px!important;
	text-decoration: underline;
}

.home-circle-titles:hover {
	text-decoration: none;
}

.caption a {
	font-family:'Open Sans',sans-serif;
	color:#fff;
	text-align:center;
	display:block
}

.button {
	/*background-image:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Graphics/background_button.png);
	background-repeat:repeat-x;
	background-position:10px 6px;
	*/

background-color: rgba(166,157,138,.4);
	padding-left:42px;
	padding-top:13px;
	padding-bottom:6px;
	height:54px;
	font-family:Oswald,sans-serif;
	font-size:1.25em!important;
	margin-left:auto!important;
	margin-right:auto!important;
	width:81%;
	max-width:300px;
	border-radius:10px
}

.button a {
	text-decoration:none;
	color:#0d1134;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:8px;
	letter-spacing:.5px
}

.button a:before {
	content:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Graphics/graphic_buttonarrow.png);
	margin-top:-1px;
	margin-right:10px
}

.button a:hover, .button a:focus {
	color:#8d0102;
	text-decoration: underline;
}

p.button.red-background {
	background: #8d0102;
}

p.button.red-background a {
	color: #E6DFCF;
}

.button.two-line-button {
	padding-top: 1px;
	padding-bottom: 26px;
	padding-right: 12px;
}

.button.two-line-button a:before {
	margin-top:10px;
}

.mainbutton {
	margin-left: 15px!important;
	margin-top: 1em;
}

input.button.comment {
	background-image:none;
	background-color:#E5DED0;
	padding:0;
	margin-top:20px;
	border-radius:0
}

#boxwrapper {
	position:relative;
	margin:5px auto 15px;
	width: 285px;
}

.blog-post {
	border-bottom:1px #c9c9cb solid;
	padding-bottom:25px;
	margin:0 10px
}

.blog-post p {
	margin-left:0
}

.blog-title {
	font-size:1.8em;
	line-height:1.3em;
	font-weight:300;
	text-decoration:none;
	display:block;
	margin:25px 0 20px;
	color:#0d1133
}

.blog-readmore a:hover, .blog-readmore a:focus, .blog-tags a:hover, .blog-tags a:focus, .blog-title:focus {
	color:#8C0000
}

.blog-date {
	font-weight:300;
	font-size:1em
}

.blog-readmore a {
	text-decoration:none
}

.blog-tags {
	background:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Layout/graphic_sidebarpattern.jpg);
	border:1px solid #c9c9cb
}

img.blog-image {
	float: right;
	max-width: 250px;
	margin: 10px;
}

.blog-download-link {
	text-align: center;
	font-size: 24px;
	border-top: 1px solid #8d0102;
	border-bottom: 1px solid #8d0102;
	padding: 15px;
}

p.blog-download-link a {
	text-decoration: none;
}

.blog-tags a {
	text-decoration:none
}

.blog-tags li {
	list-style:none;
	text-align:right;
	border-bottom:1px #c9c9cb solid;
	font-size:1.3em;
	margin:0 5px 0 10px;
	padding:10px 0
}

.blog-tags ul {
	margin:10px 0 0;
	padding:0
}

.blog-tags li:after {
	content:"\f0a9";
	font-family:FontAwesome;
	margin:0 10px
}

/*.blog-post-container>:first-child {
	background:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Layout/graphic_sidebarpattern.jpg);
	border:1px solid #c9c9cb;
	margin:0;
	padding:0 20px 20px
}

.blog-post-container:first-child:before {
	content:'Latest Post';
	background-color:#0d1133;
	display:block;
	color:#fff;
	text-transform:uppercase;
	padding:10px 20px;
	font-size:1.5em;
	font-weight:300
}

*/

.blog-post-categories {
	border:1px solid #ddd;
	margin-right:1%;
	margin-left:1%;
	margin-bottom:25px
}

.blog-title-categories {
	display:block;
	font-family:'Open Sans',sans-serif;
	font-size:1.5em;
	text-decoration:none;
	padding:10px
}

.blog-date-categories {
	padding:10px
}

.apply-button,.portfolio-button,.requestquote-button,.siteupdate-button,.video-button {
	background-color:#0d1133;
	color:#fff;
	border-radius:7px;
	text-align:center;
	padding:25px 0;
	font-size:20px;
	max-width:318px
}

.requestquote-button-footer {
	margin-top:18px
}

.apply-button i,.portfolio-button i,.requestquote-button i,.siteupdate-button i,.video-button i {
	margin-right:3px
}

.apply-button a,.portfolio-button a,.requestquote-button a,.siteupdate-button a,.video-button a {
	color:#fff;
	text-decoration:none;
	padding:0 10px
}

.requestquote-button-footer a {
	color:#fff;
	text-decoration:none;
	font-size:25px;
	font-family:Vollkorn,serif;
	margin-top:8px;
	position:absolute
}

.search-container,.videoWrapper,td {
	position:relative
}

.requestquote-button-footer a:hover, .requestquote-button-footer a:focus {
	text-decoration:underline
}

.requestquote-button a:before,.requestquote-button-footer:before {
	content:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Layout/graphic_footer_calculator.png);
	height:34px;
	width:26px;
	margin-right:13px
}

input,table,textarea {
	width: 97%
}

input[type=submit],label {
	width:25%
}

.apply-button a:before,.portfolio-button a:before,.siteupdate-button a:before,.video-button a:before {
	font-family:FontAwesome;
	margin-right:10px
}

.portfolio-button a:before {
	content:'\f006'
}

.apply-button a:before {
	content:'\f044'
}

.video-button a:before {
	content:'\f03d'
}

.siteupdate-button a:before {
	content:'\f108'
}

.apply-button:hover,.apply-button:focus, .portfolio-button:hover,.requestquote-button:hover,.siteupdate-button:hover,.video-button:hover, .portfolio-button:focus,.requestquote-button:focus,.siteupdate-button:focus,.video-button:focus {
	background-color:#8C0000
}

.contact .contact {
	margin-left:10px
}

span.photo img {
	border-radius:10px;
	border:3px solid #0d1133;
	box-shadow:2px 3px 10px #0d1133;
	max-width:150px;
	display:block
}

.showProfile {
	display:none
}

.sidebar-form-container {
	width: 90%;
	margin: auto;
}

tr {
	display:inline
}

td {
	margin:10px;
	width:96%;
	display:inline-block
}

form {
	width: 92%;
	margin-left: 1em;
}

input {
	display:block
}

textarea {
	min-height:110px
}

input[type=checkbox],input[type=radio] {
	box-sizing:border-box;
	padding:0;
	display:inline-block;
	width:3%;
	margin-left:15px;
	margin-top: 10px;
	float:left;
	position: absolute;
}

input[type=text] {
	padding-left: 5px;
}

label.hidden.sr-only, label.sr-only {
	position: relative;
	height: auto;
}

.commentForm input[type=text] {
	margin-top: 0px
}

label[for=rateprocess_2], label[for=rateprocess_3], label[for=rateprocess_4], label[for=rateprocess_5], label[for=rateprocess_6] {
	width: 12%;
}

td h2 {
	margin-left:0
}

label {
	margin-top:-5px;
	margin-bottom: 5px;
}

.frm-field {
	margin: 5px 0;
}

.frm-field label {
	display: block;
	width: 100%;
	padding: 10px 0;
}

.frm-field fieldset {
	border: 0 none;
	padding: 0;
}

.frm-field fieldset legend {
	left: 0;
}

.frm-field fieldset label {
	padding-right: 8px;
	margin-left: 42px;
}

.quote-request {
	display:none
}

.search-container {
	display: none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */

padding-top: 25px;
	height: 0;
	margin: 0 15px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper.lesspadding {
	padding-bottom: 40%;
}

nav.nav ul>li>ul>li>a,nav.site-map ul>li>ul>li>a {
	display:none
}

nav.nav ul>li>ul>li>ul>li>a {
	display:block
}

nav.site-map ul>li>ul>li>ul>li>a {
	display:block;
	margin-left:-70px
}

.home-boxes-background {
	background-image:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Layout/graphic_sidebarpattern.jpg);
	display:inline-block;
	width:100%;
	padding-bottom: 10px;
}

.addthis_sharing_toolbox {
	margin-top:10px;
	margin-left:10px
}

.sidebar-content img {
	display:none
}

.slideshow-container, img.subpage-header-photo {
	display: none;
}

.video-button {
	background-color: #0d1133;
	border-radius: 100%;
	width: 200px;
	height: 200px;
	margin-bottom: 20px;
}

a.popup-youtube {
	color: whitesmoke;
	margin-top: 82px;
	margin-left: 35px;
	display: inline-block;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.custom-design-section img {
	display: none;
}

.sidebar-video {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.ada-footnote p {
	font-size: .875rem;
	line-height: 1.2;
}

#skip a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#skip a:focus {
	position:static;
	width:auto;
	height:auto;
}

.collapsible-title, h2.sub-subtitle {
	font-family: Oswald,sans-serif;
	font-size: 1.8em;
	line-height: 1.5;
	margin-bottom: 5px;
	margin-left: 15px;
	font-weight: 300;
	max-width: 95%;
	color: #0d1134;
}

.collapsible-title:after {
	content: '\f13a';
	font-family: 'FontAwesome';
	font-size: 1.25rem;
	line-height: 1;
	position: absolute;
	margin-left: 10px;
	margin-top: 12px;
	color:#0d1134;
	font-weight: 600;
}

.collapsible-title:after:hover, .collapsible-title:after:focus {
	color: #0d1134;
}

.skip.hide {
	display: none;
}

.flexslider {
	margin: 0 0 0px !important;
}

.photogallery-container {
	margin: 20px 0 0 15px;
	max-width: 650px;
}

.quote-request-mobile form {
	width: 90%;
	margin: 15px;
}

.form-desc {
	display: none;
}

figure.ada {
	margin: 0;
}

figcaption {
	position: absolute;
	margin-left: -1000em;
}

.indent {
	margin-left: 3.125rem;
	margin-right: 3.125rem;
}

.adanews img, .full-width {
	width: 93%;
	max-width: 700px;
	margin: .938rem .938rem -.625rem;
}

#contactform .sr-only {
	height: initial;
	margin: initial;
	position: initial;
}

@media screen and (min-width:30em) {
	.contact .contact {
	display:inline-block;
	width:45%;
	height:400px;
	vertical-align:top
}


}

@media screen and (min-width:37.5em) {
	#boxwrapper {
	width:600px
}

.custom-design-section {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
	margin-top: 20px;
}

.custom-design-section img {
	display: block;
	height: 150px;
}


}

@media screen and (min-width:39em) {
	.quote-request-mobile {
	display:none
}

.quote-request {
	display:block
}

.footer-address {
	float:left;
	width:50%
}


}

@media screen and (min-width:48em) {
	#container,.home-content2,nav.nav {
	margin-left:auto;
	margin-right:auto
}

#container,.home-content2 {
	max-width:75em
}

.search-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	justify-content: flex-end;
	right:10px;
	top:10px;
	margin-bottom:20px
}

.header-info {
	display: flex;
	margin-top: 12px;
}

.header-info form {
	margin: 0;
}

.header-logo {
	margin: 0px 0 30px;
}

main {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-top:-5px;
	margin-bottom:0
}

a.menu-link {
	display:none
}

.js nav[role=navigation] {
	width:100%;
	position:static;
	height:40px;
	background-color:transparent;
	padding-top:2px;
	overflow:visible;
	margin-top: -65px;
}

.wrap.active {
	left:0
}

nav.nav {
	padding-bottom:5px;
	max-width:1200px;
	display:block
}

nav[role=navigation] ul {
	border-top-color:-moz-initial;
	border-right-color:-moz-initial;
	border-bottom-color:-moz-initial;
	border-left-color:-moz-initial;
	text-align:right;
	border-width:0;
	border-style:none;
	display: flex;
	justify-content: flex-end;
	align-content: space-around;
}

nav[role=navigation] li {
	display:inline-block;
	margin:0;
	padding:0
}

nav[role=navigation] li a {
	margin-left:-5px;
	text-align:center;
	font-size:.9em;
	border-bottom-width:0;
	border-bottom-style:solid;
	border-bottom-color:#000;
	color:#0d1134;
	padding:.3em .8em .5em
}

li.nav-Home {
	border-left-width:0;
	border-left-style:none;
	border-left-color:-moz-initial
}

li.nav-Contact_Us {
	border-right-width:0;
	border-right-style:none;
	border-right-color:-moz-initial
}

nav[role=navigation] ul li ul {
	visibility:hidden;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:10px
}

nav[role=navigation] ul ul li:first-child {
	display:none;
}

nav[role=navigation] ul ul li:nth-child(2) {
	border-left:0 double #b9ab8f;
	border-right:0 double #b9ab8f;
	margin:0;
	display:block;
	background-color: #fff;
	width: 25%;
	padding-top: 0px;
}

nav[role=navigation] ul ul ul li:nth-child(2) {
	background-color: transparent;
}

nav[role=navigation] ul ul li:nth-child(3) {
	width:69%;
	margin-left:1%;
	margin-top: 15px;
}

nav[role=navigation] ul ul ul li:nth-child(3) {
	margin-left:0;
	margin-top:0
}

nav[role=navigation] ul ul li:nth-child(3) ul li:first-child {
	/*border-bottom:3px double #b9ab8f;
	*/

padding-bottom:5px
}

nav[role=navigation] ul ul ul li:first-child,nav[role=navigation] ul ul ul li:nth-child(2),nav[role=navigation] ul ul ul li:nth-child(3) {
	width:96%;
	padding-top: 0;
}

nav[role=navigation] ul ul li:nth-child(3) li:after {
	margin-left:20px
}

nav[role=navigation] li.nav-About_School_Webmasters ul {
	visibility:hidden
}

nav[role=navigation] ul li:hover>ul,nav[role=navigation] ul li:hover>ul ul,nav[role=navigation] ul li:focus>ul,nav[role=navigation] ul li:focus>ul ul {
	visibility:visible
}

nav[role=navigation] ul li:hover>ul ul, nav[role=navigation] ul li:focus>ul ul {
	border:0 solid #0d1133
}

nav[role=navigation] ul ul {
	position:absolute;
	top: 40px;
	width:98%;
	background-color: #dde2e8;
	color:#0d1133;
	left:0;
	padding-left:0;
	text-indent:0;
	float:none;
	z-index:1000;
	box-shadow: 0px 7px 8px rgba(0,0,0,.2)
	text-align:left
}

nav[role=navigation] ul ul ul {
	box-shadow: none;
}

nav[role=navigation] ul ul li a {
	padding:0 36px;
	color:#0d1133;
	text-align: left;
	font-family:Roboto,sans-serif;
	font-weight:400;
	text-transform:none
}

li.nav-Managed_for_You a {
	line-height: 1.2;
}

nav[role=navigation] ul ul li.nav-School_Communications a, nav[role=navigation] ul ul li.nav-Managed_for_You a, nav[role=navigation] ul ul li.nav-Why_School_Webmasters a, nav[role=navigation] ul ul li.nav-How_We_Help_Your_School_Shine a, nav[role=navigation] ul ul li.nav-Why_Marketing_Matters a, nav[role=navigation] ul ul li.nav-When_should_Your_Schools_Website_be_Responsive a, nav[role=navigation] ul ul li.nav-Telling_Your_Schools_Stories a, nav[role=navigation] ul ul li.nav-What_Successful_Schools_Do_Right a {
	text-align: left;
}

.nav-How_We_Help_Your_School_Shine:after,.nav-Why_School_Webmasters:after {
	font-family:Roboto,sans-serif;
	font-weight:400;
	font-size:.8em;
	line-height:1.3em;
	text-transform:none;
	margin-left:0!important
}

nav.nav a {
	color:#000
}

nav[role=navigation] ul ul li a:hover, nav[role=navigation] ul ul li a:focus {
	background-color:transparent;
	text-decoration:underline;
	color:#0d1133
}

li.nav-Marketing_Video_1 a,li.nav-Marketing_Video_2 a,li.nav-Marketing_Video_3 a,li.nav-Marketing_Video_4 a {
	color:transparent!important
}

nav[role=navigation] ul ul ul {
	display:block;
	background-color:transparent;
	position:initial;
	background-image:none;
	border:0
}

nav[role=navigation] ul ul li {
	float:none;
	position:relative;
	display:block
}

li.nav-Marketing_Video_2 a:before {
	content:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Graphics/graphic_nav_NoTimeToRead.png);
	top:8px;
	left:4px;
	position:relative
}

li.nav-Marketing_Video_1 a:before {
	content:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Graphics/graphic_nav_services_thinkific.png);
	top:8px;
	left:3px;
	position:relative
}

li.nav-Marketing_Video_3 a:before {
	content:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Layout/graphic_nav_marketschool_video%20.png);
	top:8px;
	left:3px;
	position:relative
}

li.nav-Marketing_Video_4 a:before {
	content:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Layout/graphic_nav_ViewOurWork.png);
	top:8px;
	left:3px;
	position:relative
}

.nav-How_We_Help_Your_School_Shine,.nav-Managed_for_You,.nav-School_Communications,.nav-Telling_Your_Schools_Stories,.nav-What_Successful_Schools_Do_Right,.nav-When_should_Your_Schools_Website_be_Responsive,.nav-Why_Marketing_Matters,.nav-Why_School_Webmasters {
	height:100px;
	margin-top:10px!important;
	left:11px
}

.nav-Why_School_Webmasters:before {
	content:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Layout/nav_WhySchoolWebmasters_icon.png);
	position:relative;
	float:left;
	margin-right:15px
}

.nav-Why_School_Webmasters:after {
	content:"We\'re here for our clients, day in and day out. We\'re real people providing service, not just software.";
	margin-right:25px;
	display: block;
	text-align: left;
}

.nav-How_We_Help_Your_School_Shine:before {
	content:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Layout/nav_HelpSchoolsShine_icon.png);
	position:relative;
	float:left;
	margin-right:15px
}

.nav-How_We_Help_Your_School_Shine:after {
	content:"It\'s nearly impossible for your staff to have the skillsets required to manage today\'s website and social media. Find out how we make it possible.";
	display: block;
	text-align: left;
}

.nav-School_Communications:before {
	content:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Graphics/nav_FreeOnDemandWebinars.png);
	position:relative;
	float:left;
	margin-right:15px
}

.nav-School_Communications a {
	line-height:1.1em;
	font-size:18px
}

.nav-Managed_for_You:after,.nav-School_Communications:after,.nav-Telling_Your_Schools_Stories:after,.nav-What_Successful_Schools_Do_Right:after,.nav-When_should_Your_Schools_Website_be_Responsive:after,.nav-Why_Marketing_Matters:after {
	font-family:Roboto,sans-serif;
	font-weight:400;
	font-size:.8em;
	text-transform:none;
	margin-left:0!important
}

.nav-School_Communications:after {
	content:"Join our school communications experts as we cover a variety of topics from effective school websites to ADA compliance.";
	line-height:1;
	display: block;
	text-align: left;
}

.nav-Managed_for_You:before {
	content:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Graphics/nav_Social4SchoolsAcademy.png);
	position:relative;
	float:left;
	margin-right:15px;
}

.nav-Managed_for_You:after {
	content:"Learn how to manage your school social media from real-life, professional social media managers.";
	line-height:1.3em;
	display: block;
	text-align: left;
}

.nav-Why_Marketing_Matters:before {
	content:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Layout/graphic_nav_whymarketingmatters.png);
	position:relative;
	float:left;
	margin-right:15px
}

.nav-Why_Marketing_Matters:after {
	content:"You\'re a school. So you don\'t need marketing, right? Big mistake. Marketing is just focused communication. So, do it right.";
	line-height:1.3em;
	display: block;
	text-align: left;
}

.nav-Telling_Your_Schools_Stories:before {
	content:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Layout/graphic_nav_tellingschoolstories.png);
	position:relative;
	float:left;
	margin-right:15px
}

.nav-Telling_Your_Schools_Stories:after {
	content:"How can you make your website and social media communications more effective? Tell stories, and here is why.";
	line-height:1.3em;
	display: block;
	text-align: left;
}

.nav-What_Successful_Schools_Do_Right:before {
	content:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Layout/graphic_nav_whatsuccessfulschools.png);
	position:relative;
	float:left;
	margin-right:15px
}

.nav-What_Successful_Schools_Do_Right:after {
	content:"School website management can been a huge advantage to your school\'s branding and communication efforts. Find out what works!";
	line-height:1.3em;
	display: block;
	text-align: left;
}

.nav-When_should_Your_Schools_Website_be_Responsive:before {
	content:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Layout/graphic_nav_whensiteresponsive.png);
	position:relative;
	float:left;
	margin-right:15px
}

.nav-When_should_Your_Schools_Website_be_Responsive a {
	line-height:1.2em
}

.nav-When_should_Your_Schools_Website_be_Responsive:after {
	content:"It is not all about slick design. Find out what makes the best school websites work.";
	line-height:1.3em;
	display: block;
	text-align: left;
}

*/ 
.search {
	margin:0 10px 10px 0
}

.blog-post-categories {
	width:31%;
	float:left;
	min-height:515px
}

.contact {
	margin-left:10px
}

.showProfile {
	display:block
}

.main-content {
	width:60.5%;
	position:relative;
	margin:10px 2% 30px 0
}

.main-content-fullwidth {
	margin:30px 0;
	width: 100%;
}

.sidebar-content,.sidebar-content-blog {
	width:37.5%;
	margin-right:1%;
	margin-left:0;
	position:relative;
	margin-top: 5px;
}

.sidebar-content p,.sidebar-content ul {
	margin-right:20px;
	margin-left:20px;
}

.sidebar-content:before {
	content:'';
	position:absolute;
	height:100%;
	width:100%;
	bottom:0;
	z-index:-1;
	background-color:#e9e9e9;
	background-image:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Layout/graphic_sidebarpattern.jpg)
}

.sidebar-top {
	background: #ac9f81;
	width: 100%;
	height: 70px;
	opacity: .5;
	margin: 0 0 20px 0;
}

#quote,#sidebargraphic,.main-content img {
	display:block
}

.nav-About_Column_1 ul li,.nav-Increase_Enrollment_-_Col_1 ul li,.nav-Portfolios_-_Col_1 ul li,.nav-Services_-_Col_1 ul li {
	padding-left:15px;
	position:relative
}

.testimonials-container {
	max-height:1000px;
	overflow:hidden
}

.contactus-socialicons {
	margin:0 20px
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}

.contactus-socialicons img {
	margin-right:10px
}

.sidebar-content img {
	display:block
}

.slideshow-container, img.subpage-header-photo {
	display: block;
	width: 100%;
}

.two-column {
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	-webkit-perspective: 1;
	column-count: 2;
	column-gap: 1em;
	margin-left: 0px !important;
	margin-bottom: 1em;
}

.two-column ul {
	margin: 0;
}


}

@media screen and (min-width:50em) {
	.logo img {
	margin-top:30px
}

.search {
	margin:-40px 10px 10px 0
}


}

@media screen and (min-width:56em) {
	img.header-logo {
	margin: -75px 0 9px 5px;
}

.footer-container {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	padding-top:0
}

.footer-quicklinks {
	border-left:2px solid #262949;
	border-right:2px solid #262949;
	padding-left:4%;
	width:26%;
	padding-top:15px
}

.footer-quicklinks ul {
	margin-bottom:15px
}

.footer-address {
	float:none;
	width:30%;
	margin-left:1%;
	padding-top:15px
}

.footer-social {
	width:35%;
	margin-left:4%;
	padding-top:35px
}


}

@media screen and (min-width:64em) {
	nav[role=navigation] li a {
	padding:.3em 1.5vw .5em;
}

.quicklinks {
	width:45%;
	float:left;
	height:277px;
	padding-left:5%
}

#quicklinks {
	margin-left:120px
}

.slideshow-overlay {
	width:100%;
	height:100%;
	position:absolute;
	z-index:101
}

.slideshow {
	margin-bottom:4px
}

.slideshow-underline {
	border-top:1px solid #8C0000;
	margin-top:2px
}

.home-slideshow-container {
	display:inline-block
}

.search {
	margin:-82px 10px 10px 0
}

.namecontainer {
	height:auto;
	margin-right:auto;
	margin-left:auto;
	width:420px;
	display:inline
}

.map {
	display:block
}

.maplink {
	display:none
}

a.footer-contact {
	color: #fff;
	text-decoration: none;
}

a.footer-contact:hover {
	color: #fff;
	text-decoration: underline;
}

a.contact-link {
	color: #4d4d4e;
	text-decoration: none;
}

a.contact-link:hover {
	color: #8d0102;
	text-decoration: underline;
}


}

@media screen and (min-width:68em) {
	header {
	padding: 20px;
}

.search-container {
	margin-bottom:10px;
	top:0
}

nav[role=navigation] ul ul li:first-child {
	margin-top:10px
}

nav[role=navigation] ul ul li:first-child li {
	margin-top:5px;
	padding: 0;
}

.nav-Services_-_Col_2 a {
	margin-bottom:-30px
}


}

@media screen and (min-width:72em) {
	.home-box,h3 {
	position:relative
}

h3 {
	font-size:2em;
	line-height:1.3em;
	font-family:Oswald,sans-serif;
	font-weight:300;
	padding:45px 15px 10px;
	margin:-17px 0 -25px;
	height:128px;
	background-image:url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Layout/graphic_sidebartitle.png);
	background-repeat:no-repeat;
	background-color:transparent;
	color:#e5ded0;
	text-align:center
}

h3.two-line-h3 {
	padding-left:80px;
	padding-right:80px;
	padding-top:28px
}

.footer-container {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto
}

.contact .contact_img img {
	margin-top:20px
}

.home-slideshow-container {
	position:relative;
	height:269px;
	width:1155px;
	border-width:8px;
	border-style:solid;
	border-color:#000;
	margin:10px
}

.quicklinks {
	width:23.5%;
	float:left;
	height:277px;
	padding-left:0
}

#quicklinks {
	margin-left:0
}

.home-boxes-container {
	margin-left:auto;
	margin-right:auto;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}

.home-box {
	margin:20px .5%;
	padding:0;
	vertical-align:top;
	color:#fff;
	width:24%;
	height:250px;
	white-space:normal;
	display:inline-block;
	overflow:hidden;
	float:left
}

.home-box img {
	width:100%
}

.column1 {
	float: left;
	width: 45%;
}

.column2 {
	float: left;
	margin-bottom: 20px;
}

.adanews img, .full-width {
	width: 100%;
	margin-bottom: 0;
}


}

@media screen and (min-width:74em) {
	nav[role=navigation] li a {
	padding:.3em 1.5rem .5em;
	margin-left:-5px;
	text-align:center;
	font-size:1em;
}


}

@media screen and (min-width:75em) {
	.home-subtitle:after,.home-subtitle:before {
	content:'';
	border-top:5px solid #e5ded0;
	width:7%;
	margin-top:22px;
	display:block
}

.home-subtitle:before {
	float:left;
	margin-right:0
}

.home-subtitle:after {
	float:right;
	margin-right:40px
}

nav[role=navigation] ul ul li:first-child {
	display:block;
	width:33%;
	margin: 20px 0 0 0;
	padding: 20px 0;
}

nav[role=navigation] ul ul ul li:first-child {
	padding: 0 0 0 15px;
}

nav[role=navigation] ul ul li:nth-child(3) ul li:first-child {
	padding: 0 0 0 0px;
}

nav[role=navigation] ul ul li:nth-child(3) {
	width:38%
}

#boxwrapper {
	width:auto
}

.home-subtitle {
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	max-width: 826px;
}

.contact .contact {
	display:inline-block;
	width:31%
}

.comm-resources {
	position: relative;
	overflow: hidden;
}

a.comm-resources-link:hover > .comm-resources:before {
	background-color: #0d1134;
	color: #fff;
}

.blog-quote {
	display: block;
	position: relative;
	font-family: Oswald,sans-serif;
	color: #8d0102;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 35px auto;
	max-width: 500px;
}

.blog-quote:before, .blog-quote:after {
	content: '\f10d';
	font-family: FontAwesome;
	color: rgba(13,17,52,.4);
	position: absolute;
	font-size: 3rem;
	margin: -30px 0 0 -17px;
}

.blog-quote:after {
	content: '\f10e';
	margin: 14px 0px 0 -13px;
}

.blog-quote.right {
	margin: 35px 10px;
	max-width: 360px;
	float: right;
}

span.click-to-tweet {
	display: block;
	font-size: .9rem;
	line-height: 1.2;
	position: absolute;
	text-transform: uppercase;
	color: #0d1134;
	right: 0;
	top: -32px;
	border: 1px solid;
	padding: 3px 10px;
}

.click-to-tweet:after {
	content: '\f099';
	font-family: FontAwesome;
	color: #1dcaff;
	padding-left: 5px;
}


}

@media screen and (min-width:81.25em) {
	nav[role=navigation] li a {
	font-size:1rem;
	margin-top:-2px
}

nav[role=navigation] li a:after {
	content: "\f078";
	font-family: FontAwesome;
	color: #AB9C7F;
	font-weight: 300;
	font-size: .7rem;
	margin-left: 6px;
}

nav[role=navigation] li li a:after, nav[role=navigation] li.nav-Blog a:after, nav[role=navigation] li.nav-Podcast-Library a:after, nav[role=navigation] li.nav-Contact_Us a:after {
	display: none;
}

.header-logo {
	margin-left:5px;
	margin-top:-20px
}

.nav-About_Column_2 a,.nav-Increase_Enrollment_-_Col_2 a,.nav-Portfolios_-_Col_2 a,.nav-Services_-_Col_2 a {
	position:absolute;
	top:-20px
}

.contactus-socialicons {
	margin:0 0 0 48px
}

.slideshow-container {
	max-height: 425px;
	overflow: hidden;
}

span#signapptitle {
	font-weight: 600;
}


}

/********************* HOME HEADER PHOTO *************************** */

.header-home-container {
	display: flex;
	flex-direction: column;
}

.header-home-container-background {
	position: relative;
}

.header-home-container-background img {
	width: 100%;
}

.header-home-text-container {
	margin: 30px 30px 15px;
	order: 2;
}

.header-home-title {
	font-family: Vollkorn,serif;
	font-size: 2rem;
	line-height: 1.1;
	margin: 0 0 15px;
}

.header-home-paragraph {
	font-size: 1.2rem;
	line-height: 1.75;
}

.home-header-buttons-container {
	display: flex;
	flex-wrap: wrap;
}

.home-header-buttons-container a {
	border: 1px solid;
	padding: 20px 35px;
	text-decoration: none;
	margin: 10px 25px 10px 0px;
	border-radius: 5px;
	color: #0d1133;
	min-width: 144px;
	text-align: center;
	font-size: 1.1rem;
	transition: .75s all;
}

.home-header-buttons-container a:hover, .home-header-buttons-container a:focus {
	background: #0d1133;
	color: #fff;
	border: 1px solid #0d1133;
	text-decoration: underline;
}

a.home-header-button-requestQuote {
	background: #8d0102;
	border: 1px solid #8d0102;
	color: #fff;
}

@media screen and (min-width:48em) {
	.header-home-blue-overlay {
	background: rgba(20,23,47,.8);
	width: 100%;
	height: 99%;
	position: absolute;
}

.header-home-title {
	font-size: 3rem;
}

.header-home-text-container {
	order: 1;
}


}

@media screen and (min-width:75em) {
	.header-home-container {
	max-height: 575px;
	overflow: hidden;
}

.header-home-text-container {
	position: absolute;
	z-index: 100;
	max-width: 48rem;
	margin: 6% 0 6% 20%;
	color: #fff;
}

.home-header-buttons-container a {
	color: #fff;
	margin: 30px 25px 30px 0px;
}


}

/********************* HOME CLIENT LOGOS *************************** */

.home-client-logos-container {
	display: none;
}

.home-client-logos-container img {
	filter: grayscale(100%);
	transition: .5s all;
}

@media screen and (min-width:48em) {
	.home-client-logos-container {
	max-width: 75rem;
	margin: 40px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
align-items: center;
}

.home-client-logos-container a:hover img, .home-client-logos-container a:focus img {
	filter: grayscale(0%);
	transform: translate(0px, -3px);
}


}

/********************* HOME SCHOOL TYPE BOXES *************************** */

.home-school-type-boxes-background {
	background: rgba(30,34,71,1);
	padding: 20px 0;
}

.home-school-type-boxes-container {
	max-width: 48rem;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.home-school-type-boxes-title {
	font-family: Vollkorn,serif;
	color: #0d1133;
	font-size: 1.75rem;
	margin-top: 20px;
	max-width: 75rem;
	margin: 20px auto;
	padding-left: 15px;
	display: none;
}

.home-school-type-boxes-container a {
	background-color: rgba(30,34,71,1);
	color: #fff;
	width: 20%;
	min-width: 211px;
	margin: 10px 1%;
	padding: 20px 15px;
	text-decoration: none;
	transition: all .7s;
	border: 1px solid #fff;
}

.school-type-box-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.5rem;
	line-height: 1.3;
	text-align: center;
}

.school-type-box-text span {
	color: #ac9d80;
	text-transform: uppercase;
	font-size: 1.3rem;
	transition: all .7s;
}

.school-type-box-text i {
	color: #ac9d80;
	font-size: .8rem;
	margin-top: 12px;
	transition: all .7s;
}

.home-school-type-boxes-container a:hover, .home-school-type-boxes-container a:focus {
	background-color: #fff;
	color: #14172f;
}

.home-school-type-boxes-container a:hover .school-type-box-text span {
	color: #14172f;
}

.home-school-type-boxes-container a:hover .school-type-box-text i {
	color: #14172f;
}

@media screen and (min-width:67em) {
	.home-school-type-boxes-container {
	max-width: 75rem;
}

.home-school-type-boxes-container a {
	margin: 1%;
	padding: 40px 15px;
}


}

/********************* HOME VIDEO CONTAINER *************************** */

.home-video-container {
	max-width: 75rem;
	margin: auto;
	padding: 40px 20px;
}

.home-video-text-title, .home-about-SW-title {
	font-family: Vollkorn,serif;
	color: #0d1133;
	font-size: 1.75rem;
	line-height: 1.2;
	margin-top: 20px;
}

.request-a-quote {
	color: #fff;
	text-decoration: none;
	background-color: #8d0102;
	border-radius: 3px;
	padding: 10px 35px;
	font-size: 1.1rem;
	margin-left: 15px;
	border: 1px solid #8d0102;
	transition: .8s all;
	display: inline-block;
}

.request-a-quote:hover, .request-a-quote:focus {
	background-color: #fff;
	color: #8d0102;
}

@media screen and (min-width:48em) {
	.home-video-container {
	display: flex;
	align-items: center;
}

.home-video-text {
	width: 50%;
}

.home-video-container .videoWrapper {
	width: 50%;
}


}

@media screen and (min-width:64em) {
	.home-video-container {
	padding: 0px 20px;
}


}

@media screen and (min-width:75em) {
	.home-video-text {
	width: 40%;
}

.home-video-container .videoWrapper {
	width: 60%;
}

.home-video-text-title {
	line-height: 1.3;
}


}

/********************* HOME SW SUITE CARDS *************************** */

.sw-suite-container {
	/*background-color: #f8f8f9;
	border-top: 2px solid #cfcfd6;
	border-bottom: 2px solid #cfcfd6;
	*/

background-color: rgba(192,181,158, .2);
	border-top: 2px solid rgba(192,181,158, .2);
	border-bottom: 2px solid rgba(192,181,158, .2);
	padding: 40px 0;
}

img.sw-suite-logo {
	margin: 0 auto -30px;
	display: block;
	max-width: 200px;
}

.sw-suite-title {
	font-family: 'Vollkorn', serif;
	font-size: 2rem;
	color: #0d1133;
	text-align: center;
	padding: 40px;
}

.sw-suite-cards-container {
	max-width: 75rem;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sw-suite-container a {
	background-color: #fff;
	color: #0d1133;
	width: 15rem;
	margin: 1%;
	padding: 38px 10px;
	text-decoration: none;
	transition: all .7s;
	font-weight: 500;
}

.sw-suite-cards-container a:hover, .sw-suite-cards-container a:focus {
	background-color: #fff;
	transform: translate(0px, -12px);
	box-shadow: 0px 2px 8px #ccc;
}

.sw-suite-cards-container a:hover .school-type-box-text i {
	color: #8d0102;
}

@media screen and (min-width:48em) {
	.sw-suite-container {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_1/site_28456/Graphics/graphic_Home_SWSuiteWatermark.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}


}

/********************* HOME ABOUT SW *************************** */

.home-about-SW-container {
	margin: 20px;
	display: flex;
	flex-direction: column;
}

a.home-about-SW-button {
	color: #ad9e82;
	border: 1px solid #ad9e82;
	border-radius: 3px;
	margin: 0 17px;
	padding: 13px 23px;
	text-decoration: none;
	display: inline-block;
	transition: .75s all;
}

a.home-about-SW-button:hover, a.home-about-SW-button:focus {
	background: #ad9e82;
	color: #fff;
}

img.home-about-SW-logos {
	width: 90%;
	max-width: 450px;
	margin: 50px auto 20px;
}

.home-about-picture {
	display: none;
}

img.home-about-Bonnie {
	margin: 26px 20px 20px;
}

@media screen and (min-width:48em) {
	.home-about-SW {
	display: flex;
}

.home-about-picture {
	display: inline;
	text-align: center;
}


}

@media screen and (min-width:75em) {
	.home-about-SW-container {
	flex-direction: row;
	margin: 75px auto 45px 19%;
	align-items: center;
}

.home-about-SW {
	width: 53%;
}

img.home-about-SW-logos {
	margin: -74px 0 0 0;
	width: 35%;
}


}

/********************* HOME TESTIMONIALS *************************** */

.home-testimonials-container {
	margin: 25px;
}

.home-testimonial {
	margin-bottom: 35px;
}

.home-testimonials-stars {
	margin-left: 15px;
}

i.fas.fa-star {
	color: #c0b59e;
	margin-right: 4px;
}

.home-testimonials-logo {
	margin-left: 10px;
}

.home-divider-line {
	width: 100%;
	max-width: 75rem;
	height: 2px;
	background-color: #E5E6E9;
	margin: 50px auto;
}

@media screen and (min-width:48em) {
	.home-testimonials-container {
	display: flex;
	max-width: 75rem;
	margin: auto;
}

.home-testimonial {
	width: 30%;
	margin-right: 3%;
}


}

/***************** HEADER SEARCH BOX ********** */

.header-search {
	display: flex;
	border: 1px solid #fff;
	border-radius: 5px;
	outline: 0;
	background-color: #fff;
	padding: 7px;
}

label.search-label {
	display: none;
}

.header-search input#sitesearch {
	margin: 5px 0 0px;
	border: 0;
}

.header-search button#btnSubmit {
	background: transparent;
	border: 0;
}

/******************* HOME BLOG INTRO *************** */

.home-blog-post-container-background {
	background: #C0B59E;
	padding-bottom: 20px;
}

.home-blog-post-title {
	font-family: Vollkorn,serif;
	color: #0d1133;
	font-size: 1.75rem;
	line-height: 1.2;
	margin: auto;
	max-width: 74rem;
	padding: 30px 0 14px 20px;
}

.home-blog-post-container {
	max-width: 75rem;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
}

.home-blog-post-container a {
	background: #fff;
	box-shadow: 2px 2px 10px #4e4f59;
	transition: 1s all;
}

.home-blog-post-container a:hover {
	transform: translate(0px, 5px);
}

.home-blog-post img {
	width: 100%;
	height: 175px;
	object-fit: cover;
}

.home-blog-post {
	background: #fff;
	font-size: 1rem;
}

.home-blog-text {
	padding: 20px;
}

.home-blog-title {
	font-size: 1.5rem;
	line-height: 1.3;
}

@media screen and (min-width:48em) {
	.home-blog-post-container a {
	width: 30%;
	margin: 1.5%;
}


}

/********* FOOTER CONTACT BUTTON **************** */

.contact-button a {
	border: 1px solid;
	padding: 10px;
	margin: 10px 0;
	display: inline-block;
}

.contact-button a:hover {
	background:#fff;
}

