/*Styling floated images via CKEditor*/
img[style*="left"]  {margin:0 20px 20px 0;}
img[style*="right"] {margin:0 0 20px 20px; }

.embeddedContent[style*="left"] {
    margin-right: 30px;
}

.embeddedContent[style*="right"] {
    margin-left: 30px;
}

.embeddedContent {
  position: relative;
  width: 100%;
}

.embeddedContent iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
li.nav-item{
	font-size:13px !important;
}

#admin-bar {
    top: 0;
    left: 0;
	position: fixed;
	width: 100%;
	background: #000;
	color: #fff;
	border: 1px #fff dotted;
	padding: 4px;
}

#admin-bar a {
	color: #fff;
	text-decoration: none;
}

#admin-bar-content {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}

blockquote {
    padding: 10px 20px;
    margin: 12px 0px 12px;
    font-size: 18px;
    border-left: 5px solid #eee;
    color: #ccc;
    font-style: italic;
}

blockquote p {
    color: #999 !important;
    font-size: 18px !important;
}

.quotesignature {
    font-style: normal !important;
    text-align: right !important;
    color: #999 !important;
    display: block;
}

footer {
  padding: 20px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
}
footer p:last-child {
  margin-bottom: 0;
}

h1 {
    color:#f4771c;
}

#control2 h1 {
    color:#fff;
}
h2 {
    color:#f4771c;
}
.dark{
    color:#333;
}
.txtwhite{
    color:#fff;
}
.mb24 {
    margin-bottom:24px;
}
.pb24{
    padding-bottom:24px;
}
.mt24 {
    margin-top:24px;
}
.pt24{
    padding-top:24px;
}
#snippet17 {
    margin-top:12px;
}
#snippet17 a{
    color:#fff;
    text-decoration: underline;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
  }
.navbar-brand{
    color:#f4771c !important;
}
.get-started-button{
    margin-right:36px;
}
.bottomlink{
    color:#f4771c;
}
a.anchor {
    display: block;
    position: relative;
    top: -220px;
    visibility: hidden;
}