/*
Theme Name: New Park Place Tech
Theme URI: http://parkplacetechnologies.com/
Author: Jeff Demspey
Description: Responsive Version of PPT as of Nov 2015....
Version: 2.0
*/


/* = General
----------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif;
	padding-top: 123px;
	font-size: 16px;
	line-height: 1.750em;
	overflow-x: hidden;
}

body.admin-bar {
	padding-top: 79px;
}

h1 {
	font-family: 'Raleway', sans-serif !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2em;
}

h2, h3 {
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400;
}

h2:first-of-type {
	margin-top:0;
}

h3 {
	font-weight: 500;
}

a.anchor {
	display: block;
	position: relative;
	top: -150px;
	visibility: hidden;
}

hr {
	border: 1px solid rgba(146, 206, 251, .35);
}


/* = Triangles
----------------------------------------------- */
.tri img {
	margin:auto;
	margin-bottom:40px;
	margin-top:-1px;
	width:100%;
	height:auto;
}

/* = Buttons
----------------------------------------------- */
.button, .btn {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	padding: 7px 25px;
	margin: 20px auto;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn.btn {
	margin-top: 0;
	margin-bottom: 0;
}

.button, .btn, .button:active, .btn:active , .button:visited, .btn:visited {
	border: 1px solid #ff9c00;
	color: #fff;
	background: #ff9c00;
}

.button:hover, .btn:hover,
.button:focus, .btn:focus  {
	border: 1px solid #ff9c00;
	color: #fff;
	background: #ff9c00;
	text-decoration: none;
}

.button_secondary, .btn_secondary, .button_secondary:active, .btn_secondary:active , .button_secondary:visited, .btn_secondary:visited,
.secondary-c2a, .secondary-c2a:active, .secondary-c2a:visited {
	border: 1px solid #425b70;
	background: #425b70;
}

.button_secondary:hover, .btn_secondary:hover, .secondary-c2a:hover,
.button_secondary:focus, .btn_secondary:focus,  .secondary-c2a:focus {
	border: 1px solid #425b70;
	background: #425b70;
}

.secondary-c2a.secondary-c2a,
.primary-c2a.primary-c2a,
.aux-c2a.aux-c2a {
	margin-top: 15px;
	width:100%;
}

.internal-content .blog-article .primary-c2a, .internal-content main .primary-c2a {
    padding: 15px;
    width: 150px;
}


/* = Special Announcement
----------------------------------------------- */
.special-announcement {
	font-family: 'Raleway', sans-serif !important;
	font-weight: 500;
	background: #eee;
	padding:20px 0;
	text-align: center;
}
.special-announcement p:last-child {
	margin-bottom: 0;
}

/* = Content
----------------------------------------------- */
.header {
	font-weight: 400 !important;
}

main ul li,
main ol li {
	line-height: 1.750em;
}

main ul li:first-child {
	padding-top: 0;
}

/*
.internal-content {
	margin-bottom:30px;
}
*/

.internal-content h1 {
	font-size: 1.500em;
}

.internal-content h2 {
	font-size: 24px;
	color: #003150;
	line-height: 1.3em;
}

.internal-content h2 a {
	color: #003150;
}

.internal-content h3,
.internal-content h4 {
	font-size: 20px;
	color: #3188bb;
}

.internal-content h4 {
	color: #003150;
}

.internal-content p {
	line-height: 1.750em;
}

.secondary-highlight ul,
.primary-highlight ul,
.non-highlight ul {
	padding: 30px 15px;
}

.primary-highlight {
	background: #f9f9f9;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.non-highlight h2,
.primary-highlight h2,
.primary-highlight h3,
.secondary-highlight h2 {
	text-align: left;
}

.secondary-highlight ul,
.non-highlight ul {
	margin-left: 10px;
	padding-left: 10px;
}

.secondary-highlight h2.alternate {
	color: #92cefb;
}


.secondary-highlight ul {
	margin-top: 20px;
}

.secondary-highlight ul li,
.non-highlight ul li {
	line-height: 36px;
	font-size: 16px;
}

.secondary-highlight ul li {
	color: #FFF;
}

.non-highlight h2 {
	color: #003150;
}

.primary-highlight h2 {
	color: #003150;
}

.non-highlight,
.primary-highlight,
.secondary-highlight {
	padding-top: 30px;
	padding-bottom: 30px;
}

.non-highlight {
	background: #FFF;
}

.primary-highlight {
	background: #f9f9f9;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
}

.secondary-highlight {
	background: #111111;
}

.secondary-highlight ul li,
.non-highlight ul li {
	line-height: 36px;
	font-size: 16px;
}

.secondary-highlight ul li {
	color: #FFF;
}

.secondary-highlight h2 {
	color: #FFF;
}

.hero {
    float: left;
    margin: 0 20px 15px 0;
    box-shadow: 2px 2px 2px #949494;
}

p.lead, .lead p  {
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: normal;
}

/* = Page Building Classes
----------------------------------------------- */
.section, .internal-content {
	padding:35px 0;
}

.section-heading {
	text-align:center;
	font-family: 'Raleway', sans-serif;
	margin:0 0 .65em 0;
}

h2.section-heading {
	font-size:38px;
	font-size:3rem;
}

.bg-gray {
	background:#eeeeee;
}
.bg-dark-blue {
	background:#002b51;
	color:#fff;
}

.bg-light-blue {
	background:#3188bb;
	color:#fff;
}

.txt-white {
	color:#fff!important;
}
.txt-light-blue {
	color:#3188bb!important;
}
.txt-dark-blue {
	color:#002b51!important;
}

/* = Callout Box
----------------------------------------------- */
.calloutbox {
	background:#eeeeee;
	padding:25px;
	margin-top:25px;
	margin-bottom:25px;
}

.calloutbox > *:first-child {
	margin-top:0;
}
.calloutbox > *:last-child {
	margin-bottom:0;
}

/* = Modal Styles
----------------------------------------------- */
h4.modal-title {
    color: #2d89b8;
    font-weight: bold;
}
.modal-header {
    border-bottom: none;
    padding-bottom: 10px;
}

/* = Footer
----------------------------------------------- */
#footer {
	font-family: 'Raleway', sans-serif !important;
	background: #003150;
	color: #FFF;
	font-size: 14px;
	margin-top: 0px;
}
#footer-content {
	padding:40px 0;
}
.footer-cta {
	font-size:20px;
	font-size:2rem;
	margin-bottom:30px;
	color:#96ccee;
	text-align:center;
}
.footer-cta strong {
	font-weight:600!important;
}
#footer ul {
	list-style: none;
	padding-left: 0;
	margin-bottom:30px;
}
#footer ul li {
	font-size:16px;
	font-size:1.6rem;
	line-height: 1.65;
}
#footer ul li:first-child {
	font-weight: 700;
	color: #fff;
	margin-bottom:10px;
}
#footer ul li a {
	color: #FFF;
}
#footer .current-cust li,
#footer .current-cust li a {
	color: #92cefb;
}

.colophon {
	padding:30px 0 0;
	color:#33526e;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-size:1.4rem;
}

.colophon img {
	margin:auto;
}

/* = WordPress Alignment 
----------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right:20px;
	margin-right:2rem;
}

.alignright {
	display: inline;
	float: right;
	margin-left:20px;
	margin-left:2rem;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* = Utility Classes
----------------------------------------------- */
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.last-band {
	margin-bottom: -30px;
}

.no-padding {
	padding: 0 !important;
	margin: 0;
}

.pt0 {
	padding-top: 0!important;
}

.pb0 {
	padding-bottom: 0!important;
}

.mt0 {
	margin-top: 0!important;
} 

.mb0 {
	margin-bottom: 0!important;
}

/* = Vertical Centering (ie Logos)
----------------------------------------------- */
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center
}
.Aligner-no-center {
	 display: flex;
	align-items: center;
}

.Aligner-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}

.mt0.mt0.mt0.mt0.mt0.mt0 {
	margin-top:0!important;
}
.mb0.mb0.mb0.mb0.mb0.mb0 {
	margin-bottom:0!important;
}


/* = Meida Queries
----------------------------------------------- */
@media (min-width: 768px) {
	
	/* = General
	----------------------------------------------- */
	h1 {
		font-size: 3em;
	}
		
	/* = Triangles
	----------------------------------------------- */
	.tri img {
		margin-bottom:50px;
	}
	
	/* = Buttons
	----------------------------------------------- */
	.button, .btn {
		width:auto;
		display:inline-block;	
	}
	
	.secondary-c2a.secondary-c2a,
	.primary-c2a.primary-c2a,
	.aux-c2a.aux-c2a {
		font-size:16px;
		font-size:1.6rem;
	}
	
	.primary-c2a {
		width: 40%;
	}
	
	.secondary-c2a {
		width: 300px;
	}
	
	.secondary-highlight .primary-c2a {
		width: 60%;
	}
	
	
	
	#internal-window .primary-c2a {
		width: 30% !important;
	}
	
	.secondary-c2a,
	.primary-c2a,
	.aux-c2a {
		width: 100%;
		float: left;
	}
	
	.secondary-c2a span {
		display: block;
	}
	
	.secondary-c2a:before {
		content: '';
	}
	
	.button-gray, .button-gray:visited, .button-gray:active {
		color:#999;
	}
	
	
	
	/* = Content
	----------------------------------------------- */
	/*.internal-content {
		margin-top: 30px;
		margin-bottom:30px;
	}
	*/
	
	.internal-content h2 {
		font-size: 30px;
	}

	.primary-highlight h2,
	.primary-highlight h3 {
		text-align: center;
	}
	
	/* = Page Building Classes
	----------------------------------------------- */
	.section, .internal-content {
		padding:50px 0;
	}
	h2.section-heading {
		font-size:38px;
		font-size:3.8rem;	
	}
	
	/* = Footer
	----------------------------------------------- */
	#footer ul li {
		font-size:14px;
		font-size:1.4rem;
	}
	.footer-cta {
		font-size:24px;
		font-size:2.4rem;
		line-height:1.4;
		margin-bottom:50px;
	}
}

@media screen and (min-width: 783px) {
	body.admin-bar {
		padding-top: 123px;
	}
}


@media (min-width: 992px) {
	
	/* = Buttons
	----------------------------------------------- */
	.primary-highlight .primary-c2a {
		width: 300px;
		float: none;
	}
	
	/* = Content
	----------------------------------------------- */
	/*
	.internal-content {
		margin-top: 25px;
		margin-bottom:25px;
	}
	*/
	
	/* = Footer
	----------------------------------------------- */
	.footer-cta {
		font-size:24px;
		font-size:2.4rem;
		margin-bottom:50px;
	}
	#footer ul li {
		font-size:16px;
		font-size:1.6rem;
	}
	#footer-content {
		padding:60px 0;
	}
	
	

}
@media (min-width: 1200px) {
	
	/* = Buttons
	----------------------------------------------- */
	.button {
		margin: 20px 0;
	}
	.aux-c2a {
		width: 70%;
	}
	
	
	/* = Footer
	----------------------------------------------- */
	#footer ul li {
		font-size:18px;
		font-size:1.8rem;
	}
	.footer-cta {
		padding-left:0;
		padding-right:0;
	}

}