/*
Theme Name: They Got Acquired 
Description: We share stories of companies that sell for $100,000 to $50 million, revealing insights that lead to life-changing exits for founders.
Version: 1.0
Author: Digital Ink
Author uri: https://www.dgtlnk.com
*/

@import url("css/bootstrap.min.css");
@import url("https://use.typekit.net/azz7ubv.css");
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

html {
	height: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	background-color: #ffffff;
  	font-family: 'Libre Baskerville', serif;
	height: 100%;
	color: #404E5B;
	margin: 0 auto !important;
}

a {
	color: #0F9DCE;
	text-decoration: underline;
	font-weight: 700;
}

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

p {
	margin: 0 0 15px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5rem;
}

h1, h2, h3, h4, h5, h6, .h2 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	line-height: 2.5rem;
	color: #00365B;
}

h1 {
	font-size: 36px;
}

h2, .h2 {
	font-size: 28px;
	margin-bottom: 1.5rem;
}

h2 a, h3 a {
	color: #00365B;
	text-decoration: none;
}

h2 a:hover, h2:focus, h3 a:hover, h3 a:focus {
	color: #0F9DCE;
}

h2 b, h2 strong, h3 b, h3 strong {
	font-weight: 600;
}

h3 {
	font-size: 24px;
	line-height: 2rem;
}

h4 {
	font-size: 14px;
    font-family: "proxima-nova", sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 17px;
    margin-bottom: 1rem;
}

h4 b, h4 strong, h6 b, h6 strong {
	font-weight: 400;
}

h5 {
	font-family: "proxima-nova-condensed";
	color: #0F9DCE;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

h5 b, h5 strong {
	font-weight: 400;
}

h6 {
	font-family: "proxima-nova-condensed";
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1;
}

h6 span {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	text-transform: none;
}

ol {
	list-style: none;
	counter-reset: number-counter;
}

ol, ul {
	padding-left: 20px;
	margin-bottom: 18px;
}

ol, ul, li {
	font-size: 15px;
	line-height: 2;
}

ol li {
	counter-increment: number-counter;
	margin-left: -18px;
	margin-bottom: 36px;
}

ol li:last-child {
	margin-bottom: 0;
}

ol li::before {
	content: counter(number-counter) ". ";
    background-color: #00365B;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    color: white;
    display: inline-block;
    text-align: center;
    margin-right: 9px;
    margin-bottom: 18px;
    float: left;
}

ol li ul {
	padding-left: 36px;
	margin-bottom: 36px;
}

ol li ul li {
	list-style: circle;
    counter-increment: none;
    margin-left: 0;
    margin-bottom: 18px;
}

ol li ul li::before {
	content: none;
}

blockquote:before {
	content: url("img/quote-mark.png");
    float: left;
}

.brandblue blockquote:before {
	content: url("img/quote-mark-white.png");
    float: left;
}

blockquote:after {
	content: "";
	clear: both;
	display: table;
}

blockquote p, blockquote h3, blockquote h4, blockquote h5 {
	margin-left: 60px;
}

/*Selection Styles*/

::selection {
  background: #0F9DCE; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #0F9DCE; /* Gecko Browsers */
  color: white;
}

input::selection, ::-moz-selection {
	background: #ffffff;
	color: #000000;
}

::placeholder {
  color: #000000 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000 !important;
   opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000 !important;
   opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000 !important;
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000000 !important;
   opacity: 1;
}

/*Alignments*/

.center, .right, .left {
	text-align: center;
}

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

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

/*Background Colors*/

.darkblue {
	background-color: #00365B;
}

.darkblue p, .darkblue a, .darkblue h1, .darkblue h2, .darkblue h3, .darkblue h4, .darkblue span {
	color: #ffffff;
}

.darkblue hr {
	border-top-color: #E4E7EB;
}

.blue {
	background-color: #0D4C77;
}

.blue p, .blue a, .blue h2, .blue h3, .blue h4 {
	color: #ffffff;
}

.royal {
	background-color: #1F88BD;
}

.royal p, .royal a, .royal h2, .royal h3, .royal h4 {
	color: #ffffff;
}

.brandblue {
	background-color: #0F9DCE;
}

.brandblue p, .brandblue a, .brandblue h2, .brandblue h3, .brandblue h4, .brandblue li, .brandblue legend, .brandblue label {
	color: #ffffff;
}

.royal a:hover, .royal a:focus, .brandblue a:hover, .brandblue a:focus {
	color: #00365B;
}

.blue a:hover, .blue a:focus, .darkblue a:hover, .darkblue a:focus {
	color: #0F9DCE;
}

.darkblue a.btn:hover, .darkblue a.btn:focus, .blue a.btn:hover, .blue a.btn:focus {
	color: #ffffff;
}

.brandblue hr {
	border-top-color: #ffffff;
}

.lightblue {
	background-color: #E3F8FF;
}

.linegray {
	background-color: #E4E7EB;
}

.gray {
	background-color: #404E5B;
}

.lightgray {
	background-color: #F4F6F8;
}

.slate {
	background-color: #5F7387;
}

/*Bootstrap Hacks*/

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

.screen-reader-text {
	display: none;
}

.frame img {
	max-width: 100%;
    height: auto;
}

.pb-45 {
	padding-bottom: 2rem !important;
}

.pt-45 {
	padding-top: 2rem !important;
}

.pl-15 {
	padding-left: 15px;
}

.pr-15 {
	padding-right: 15px;
}

.btn, .btn:visited, .formkit-submit span, .gform_wrapper.gravity-theme .gform_footer input.gform_button.button {
	display: block;
    background-color: #E65405;
    color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
    white-space: normal;
    padding: 10px 23px;
    text-decoration: none;
    font-weight: bold;
    border: none;
    font-size: 16px;
    font-family:"proxima-nova-condensed";
    letter-spacing: 1px;
}

.header .btn, .header .btn:visited, .sidebar .formkit-submit span, body.home .grid-rows .btn {
	background-color: #0F9DCE;
}

.btn:hover, .btn:focus,  .gform_wrapper.gravity-theme .gform_footer input.gform_button.button:hover, .gform_wrapper.gravity-theme .gform_footer input.gform_button.button:focus {
	background-color: #00365B;
	color: white;
}

.header .btn:hover, .header .btn:focus, .sidebar .formkit-submit span:hover, .sidebar .formkit-submit span:focus, body.home .grid-rows .btn:hover, body.home .grid-rows .btn:focus {
	background-color: #1F88BD;
}

.btn strong, .btn b {
	font-weight: bold;
}

button.formkit-submit {
	border-radius: 0 !important;
}

button.formkit-submit:hover, button.formkit-submit:focus {
	background-color: #00365B !important;
    color: white !important;
}

.btn.white-btn, .header .btn.white-btn {
	color: #0F9DCE;
	background-color: white;
}

.brandblue .btn, .brandblue button.formkit-submit, .brandblue .formkit-submit span, .brandblue .gform_wrapper.gravity-theme .gform_footer input.gform_button.button {
	background-color: #E65405 !important;
}

.brandblue .btn:hover, .brandblue .btn:focus, .brandblue button.formkit-submit:hover, .brandblue button.formkit-submit:focus, .brandblue .formkit-submit span:hover, .brandblue .formkit-submit span:focus, .brandblue .gform_wrapper.gravity-theme .gform_footer input.gform_button.button:hover, .brandblue .gform_wrapper.gravity-theme .gform_footer input.gform_button.button:focus {
	background-color: #00365B !important;
	color: white;
}

a.btn:not([href]):not([tabindex]) {
	color: white;
}

.select-css, .sidebar select {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 2px solid #7070701A;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('img/chevron-down-solid.svg'),
	  linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand, .sidebar select::ms-expand {
	display: none;
}
.select-css:hover, .sidebar select:hover {
	border-color: #888;
}
.select-css:focus, .sidebar select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option, .sidebar select option {
	font-weight:normal;
}

.select-css option.level-0 {
	text-transform: none;
}

.bg {
	background-size: cover;
}

a.social-media-icon {
	display: inline-block;
    width: 27px;
    height: 27px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    margin-right: 9px;
    padding: 3px 4px;
    font-size: 15px;
}

a.social-media-icon:hover {
	color: #0F9DCE;
}

.round {
	border-radius: 50%;
}

/*Header*/

.header {
	border-bottom: 1px solid #E4E7EB;
}

.fixed-bars {
	border-right: 3px solid #E4E7EB;
}

.navbar-toggler-icon svg {
	color: #0F9DCE;
}

.header .search {
	background: #E3F8FF url(img/search-icon.svg) no-repeat 15px 15px;
	box-shadow:none;
    background-size: 18px;
    border: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    width: 48px;
    height: 48px;
    cursor: pointer;
    outline: none;
    border-radius: 48px;
    padding: 18px;
}

.header input[type=search] {
	background: #E3F8FF url(img/search-icon.svg) no-repeat 15px 15px;
    width: 95%;
    background-position: 9px 13px;
    color: #000;
    transition: all .2s;
    background-color: #E3F8FF;
    text-align: left;
    border-radius: 0;
    padding-left: 36px;
    border: 1px solid #E3F8FF;
    height: 45px;
    cursor: pointer;
}

.search-row {
	display: none;
}

.header .search.search-close {
	background: #ffffff url(img/close-icon.svg) no-repeat 15px 15px;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-caret {
    position: absolute;
    top: 7px;
    right: 45px;
    cursor: pointer;
    color: white;
}

.full-menu {
	display: none;
}

.menu-container {
	align-self: end;
}

.menu-item h3 {
	border-bottom: 1px solid #0F9DCE;
    padding-bottom: 9px;
    font-size: 24px;
} 

.menu-item h3 a {
	text-decoration: none;
	font-weight: 600;
}

.menu-secondary-links a {
	text-decoration: none;
}

.menu-secondary-links a:hover, .menu-secondary-links a:focus {
	text-decoration: underline;
}

.header a.social-media-icon {
	color: #0F9DCE;
	background-color: #ffffff;
	border-radius: 50px;
}

.header a.social-media-icon:hover, .header a.social-media-icon:focus {
	background-color: #0F9DCE;
	color: #ffffff;
}

/*Breadcrumbs*/

.breadcrumbs {
	text-transform: uppercase;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
}

.breadcrumbs a {
	color: #0F9DCE;
	text-decoration: none;
	font-weight: 400;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
	color: #0F9DCE;
	text-decoration: underline;
}

.breadcrumbs span {
	color: #0F9DCE;
	font-weight: 700;
}

/*Page*/

.section {
	position: relative;
}

.section.white:not(.has-blue-line) + .section.white {
	padding-top: 0 !important;
}

.hero-image {
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(15,157,206,1) 50%, rgba(15,157,206,1) 100%);
}

.title-section:not(.has-blue-line) + .section.brandblue:before {
	content: url('img/alternate-mark.png');
    position: absolute;
    top: -46px;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%);
}

.title-section.has-blue-line {
	margin-bottom: 50px;
}

.title-section.has-blue-line + .section.brandblue {
	margin-top: -30px;
}

.title-section.has-blue-line::before {
	content: '';
	background-image: url('img/alternate-mark.png'), linear-gradient(180deg, transparent 46px, #0F9DCE 46px, #0F9DCE);
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    background-size: 64px 64px, 100%;
	position: absolute;
    left: 0;
    right: 0;
    height: 75px;
    bottom: -29px;
}

.story-border {
	border-top: 2px solid #E4E7EB;
}

.expander-title {
	font-weight: 600;
}

.expander-link, .expander-link:focus {
	cursor: pointer;
    border: 0;
    padding: 0;
    outline: 0;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    text-transform: inherit;
    background-color: transparent;
	width: 100%;
	text-align: left;
}

.expander-link:focus-visible {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

.expander-text, .expander-icon.minus {
	display: none;
}

.expander-icon {
	display: none;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    background-color: #E3F8FF;
    width: 21px;
    height: 21px;
    border-radius: 50px;
    float: right;
}

.expander-icon.plus {
	color: #27AAD7;
}

.expander-icon.minus {
	color: #27AAD7;
}

.expander-icon .svg-inline--fa {
	vertical-align: middle !important;
}

.team h3 {
	font-weight: 700;
}

.team-social {
	color: #ffffff;
	background: #0F9DCE;
	display: inline-block;
    padding: 6px;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    text-align: center;
}

.team-social:hover, .team-social:focus {
	background: #00365B;
	color: #ffffff !important;
}

.podcast-icon {
	font-size: 48px;
}

.sidebar-widget {
	border-bottom: 1px solid #cccccc;
}

.sidebar-fixed .sidebar-item:last-child .sidebar-widget {
	border-bottom: none;
}

.quote-rotater {
	display: none;
}

.section .seva-form.formkit-form .formkit-field {
	max-width: 50%;
	margin-bottom: 0;
}

.page-id-1714 .section .seva-form.formkit-form .formkit-field {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.section .seva-form.formkit-form .formkit-field .formkit-input {
	height: 100%;
}

.section .seva-form.formkit-form .formkit-field + button {
	max-width: 140px;
	margin-bottom: 0;
}

.page-id-1714 .section .seva-form.formkit-form .formkit-field + button {
	max-width: 100%;
	margin-bottom: 15px;
}

.formkit-form .formkit-input {
	border-radius: 0 !important;
}

.sections .container-fluid .section.white {
	padding-left: 15px;
	padding-right: 15px;
}

.scroller-status {
	display: none;
	padding-top: 36px;
	text-align: center;
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.infinite-scroll-last {
	display: none !important;
}

.card-header {
	background: #0F9DCE;
}

.card-header h3 {
	color: #ffffff;
}

.card-body {
    margin: 18px 0;
}

.card-body ul {
}

.card-deck .card {
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,.2);
    box-shadow: 0 0 18px rgba(0,0,0,.2);
}

.darkblue .card p, .darkblue .card span {
	color: #404E5B;
}

.carousel-indicators {
	bottom: -54px;
}

.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}

.carousel-control-prev-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3e%3cpath d='M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3e%3cpath d='M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z'/%3e%3c/svg%3e");
}

/*Single*/

.categories .category, .tags .tag, .tags a, .podcast a {
	background: #E7F5FA;
	text-decoration: none;
	font-family: "proxima-nova", sans-serif;
	color: #0F9DCE;
	padding: .5rem;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
}

.tags a, .tags .tag {
	background: #0F9DCE;
	color: #ffffff;
}

.category-shape, .tag-shape {
	border-bottom: 40px solid transparent;
    border-left: 26px solid #E7F5FA;
    vertical-align: top;
    left: -5px;
    position: relative;
}

.category-shape-before, .tag-shape-before {
	border-top: 40px solid transparent;
    border-right: 26px solid #E7F5FA;
    vertical-align: top;
    right: -5px;
    position: relative;
}

/*.categories:hover .category, .podcasts:hover .podcast a {
	background: #0F9DCE;
	color: #ffffff;
}

.categories:hover .category-shape, .podcasts:hover .category-shape {
	border-left-color: #0F9DCE;
}

.categories:hover .category-shape-before, .podcasts:hover .category-shape-before {
	border-right-color: #0F9DCE
}*/

.brandblue .categories:hover .category {
	background: #0D4C77;
}

.brandblue .categories:hover .category-shape {
	border-left-color: #0D4C77;
}

.brandblue .categories:hover .category-shape-before {
	border-right-color: #0D4C77
}

.tag-shape {
	border-left: 26px solid #0F9DCE;
}

.tag-shape-before {
	border-right: 26px solid #0F9DCE;
}

.tags:hover div a, .tags:hover .tag {
	background: #E7F5FA;
	color: #0F9DCE;
} 

.tags:hover .tag-shape {
	border-left-color: #E7F5FA;
}

.tags:hover .tag-shape-before {
	border-right-color: #E7F5FA;
}

.subtitle {
	font-size: 24px;
	font-weight: 400;
}

.byline {
	font-family: "proxima-nova", sans-serif;
}

.byline a {
	font-size: 16px;
	text-decoration: none;
}

.reviewer {
	width: 40px;
}

.post-date {
	color: #6E8DA2;
	font-size: 14px;
	font-weight: 400;
}

.blue .post-date, .brandblue .post-date, .royal .post-date, .darkblue .post-date {
	color: #ffffff;
}

.watching-shape {
	border-bottom: 35px solid transparent;
    border-left: 26px solid #00365B;
    vertical-align: top;
    left: -5px;
    position: relative;
}

.why-watching p {
	font-family: "proxima-nova", sans-serif;
	font-size: 20px;
	color: #00365B;
}

.sources ol {
	list-style: decimal;
}

.sources ol li {
	margin-left: 0;
	margin-bottom: 0;
}

.sources ol li:before {
	display: none;
}

.sources ol li strong {
}

.deal-box hr {
	border-top: 2px solid #ffffff;
}

.deal-box h2 {
	font-size: 30px;
	line-height: 30px;
}

.deal-box h3.podcast {
	font-size: 24px;
	font-family: "proxima-nova-condensed", sans-serif;
	text-transform: uppercase;
}

.deal-box h3.podcast a {
	text-decoration: none;
}

.deal-box h3.podcast a:hover, .deal-box h3.podcast a:focus {
	text-decoration: underline;
}

.post-promo-bar .formkit-form {
	max-width: none !important;
}

.more-stories > .row:last-child .story-border {
	border-top: none;
}

/*Podcasts*/

.podcast-links img {
	height: 36px;
	width: auto;
}

/*Archives*/

.next-prev a {
	text-decoration: none;
}

.next-prev a:hover h5, .next-prev a:focus h5 {
	color: #00365B;
}

/*Footer*/

.footer {
	font-family: "proxima-nova", sans-serif;
	position: sticky;
	position: -webkit-sticky;
}

.footer-menu a {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.footer-menu a:hover, .footer-menu a:focus {
	text-decoration: underline;
}

.footer .copyright p {
	font-size: 14px;
}

/*Misc*/

.brandblue .gform_wrapper .gfield_required {
	color: #ffffff;
}

/*Responsive Embeds*/

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

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


/* =WordPress Core
-------------------------------------------------------------- */

.alignleft {
	margin-right: 9px;
}

.alignnone {
	margin: 5px 20px 20px 0;
}
	
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
	
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

p.wp-caption-text {
    font-family: "proxima-nova", sans-serif;
    color: #6E8DA2;
    font-weight: 500;
    padding: 9px;
    margin-bottom: 0;
    text-align: left;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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


/*Media Queries*/

@media (min-width: 601px) {
	
	.admin-bar .header.fixed-top {
		top: 32px;
	}
}

@media (min-width: 768px) {
	
	.align-center {
		text-align: center;
	}
	
	h1 {
		font-size: 54px;
		line-height: 4rem;
	}
		
}

@media (min-width: 992px) {

	.alignright {
		float:right;
	    margin: 5px 0 20px 20px;
	}
	
	.alignleft {
		float: left;
	    margin: 5px 20px 20px 0;
	}
	
	a img.alignright {
		float: right;
	    margin: 5px 0 20px 20px;
	}
	
	a img.alignnone {
	    margin: 5px 20px 20px 0;
	}
	
	a img.alignleft {
		float: left;
	    margin: 5px 20px 20px 0;
	}
	
	.left {
		text-align: left;
	}
	
	.right {
		text-align: right;
	}
	
	.col-lg-45 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.btn, .btn:visited {
		display: inline-block;
	}
	
	.dropdown-caret {
		display: none;
	}
	
	ol li:before {
		margin-bottom:0;
	}
	
	.sidebar-fixed, .deal-box {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
	
	.section .seva-form.formkit-form .formkit-field + button {
		max-width: 25%;
	}
	
}

@media (min-width: 1200px) {
		
	.col-xl-45 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.post-content, .why-watching, .sources, .post-promo-bar, .featured-image {
		max-width: 1024px;
	}

}