@charset "UTF-8";
/* 3 BIRDS STYLES V4 CSS Document */


/* GENERAL
/////////////////////////////////////////////////////////////////*/

html {
	padding-top:35px;
}


.white-btn {
	color:#e64d25;
	background:#fff;
	transition: opacity 300ms ;
}

.white-btn:hover {
	color:#e64d25;
	background:#fff;
	opacity:.80;
}

.orange-btn {
	color:#fff;
	background:#e64d25;
	transition: opacity 300ms ;
}

.orange-btn:hover {
	color:#fff;
	background:#e64d25;
	opacity:.80;
}

.blue-btn {
	color:#fff;
	background:#2eace1;
	transition: opacity 300ms ;
}

.blue-btn:hover {
	color:#fff;
	background:#2eace1;
	opacity:.80;
}

.purple-btn {
	color:#fff;
	background:#29388a;
	transition: opacity 300ms ;
}

.purple-btn:hover {
	color:#fff;
	background:#29388a;
	opacity:.80;
}

.yellow-btn {
	color:#fff;
	background:#f6b340;
	transition: opacity 300ms ;
}

.yellow-btn:hover {
	color:#fff;
	background:#f6b340;
	opacity:.80;
}

.grey-btn {
	color:#e64d25;
	background:#edf0f5;
	transition: opacity 300ms ;
}

.grey-btn:hover {
	color:#e64d25;
	background:#edf0f5;
	opacity:.80;
}

body, p, h1, h2, h3, h4 {font-family: "proxima-nova",sans-serif;}
.edgeLoad-EDGE-26085532 { visibility:hidden; }


/* EDGE Styles */

#Stage {margin-top: 35px; border: 1px #ccc solid}


/* Page
/////////////////////////////////////////////////////////////////*/

/* Page Header */

#page-header-wrapper {
	background:#f3f3f4;
	width:100%; 
	padding:100px 0px;
}

#page-header-wrapper .header-copy h1 {
	font-size: 75px;
	line-height: 62px;
	color:#fff;
    text-transform: uppercase;
}

#page-header-wrapper .header-copy p {
	font-size: 18px;
	color:#fff;
	margin-top:10px;
}

#page-header-wrapper .header-copy p.indent {
    margin-left:100px;
    width: 500px;
}

@media only screen and (max-width: 640px) {
    #page-header-wrapper .header-copy p.indent {
    margin-left:0px;
    width: 100%;
}
}


/* Page Content */

#page-wrapper {
	background:#fff; 
	padding:0px 0px 80px 0px;
}

#page-wrapper .post-title, #page-wrapper .post-content, #page-wrapper .post-info, #page-wrapper .features-header {
	padding-top:30px;
}

#page-wrapper .post-title h1 {
	font-size:36px;
}


#page-wrapper .birds-phone p {
	font-size:30px;
	font-weight:300;
	line-height: 24px;
}

#page-wrapper .tabs-bg {
    width:100%;
    background-color: #494e8f;
}


#page-wrapper .tabs-bg.normalSubNav {position: inherit;}
#page-wrapper .tabs-bg.fixedSubNav {position: fixed;top: 110px;z-index: 2000;}





#page-wrapper .tabs {
    width:100%;
    background-color: #494e8f;
}

#page-wrapper .tabs dd > a, .tabs .tab-title > a {
    background-color: #494e8f;
    color: #c4c5d7;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1rem;
    padding: 1rem 2rem;
    font-weight: 400;
    border-left: 1px solid #6f7196;
}

#page-wrapper .tabs dd > a, .tabs .tab-title.last > a {
    border-right: 1px solid #6f7196;
}

#page-wrapper .tabs dd.active a, .tabs .tab-title.active a {
    background-color: #333871;
    color: #fff;
}

.arrow-tabs {
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #333871;
	font-size: 0;
	line-height: 0;
	position:absolute;
	/*margin-top:15px;*/
    top: 56px;
	left:41%;
	display:none;

}


#page-wrapper .tabs dd.active a .arrow-tabs, .tabs .tab-title.active a .arrow-tabs {
    display:inline;
}

#page-wrapper .tabs dd > a:hover, .tabs .tab-title > a:hover {
	background-color: #E5E8ED;
    color: #494e8f;
}

#page-wrapper .tabs dd > a:hover, .tabs .tab-title > a:focus {
    outline-width: 0px;
}

#page-wrapper .tabs dd > a:hover .arrow-tabs, .tabs .tab-title > a:hover .arrow-tabs {
    border-top: 15px solid #E5E8ED;
}

#page-wrapper .page-top {
	padding-top:40px;
}

#page-wrapper .features-header h2 {
	text-align: center;
	color:#e64d25;
	font-size: 24px;
	padding:15px 0 15px 0;
	border-bottom:1px #8a8f91 solid;
}






/* HOME PAGE 
/////////////////////////////////////////////////////////////////*/


/* Main Slider 3 Birds */

#slider-container .slider-wrapper-3-Birds {
	background:#ffffff; 
	color: #8a8f91;
	padding:0px;
}

#slider-container .slider-wrapper-3-Birds .arrows {
	position: relative;
	z-index: 99;
    top: 200px;

}

#slider-container .slider-wrapper-3-Birds .btnLeft {
	position: absolute;
	top: 150px;
	left: 40px;
}


#slider-container .slider-wrapper-3-Birds .btnRight {
	position: absolute;
	top: 150px;
	right: 40px;
}


#slider-container .slider-wrapper-3-Birds .arrows button, #slider-container .slider-wrapper-3-Birds .arrows .button {
	background:transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 46px; 
	height: 46px; 
	color:#fff;
	line-height: .5 !important; 
	padding:13px 0 0 0;
	font-size:2em;

}


#slider-container .slider-wrapper-3-Birds .arrows .button-group > li button, #slider-container .slider-wrapper-3-Birds .arrows .button-group > li .button {
    border: 2px solid #fff; 
}

#slider-container .slider-wrapper-3-Birds .arrows .btnLeft {
    background: url("../img/btns/arrow-back.png");
    height:60px;
    width: 32px;
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    border:0px !important;

}

#slider-container .slider-wrapper-3-Birds .arrows .btnRight {
    background: url("../img/btns/arrow-next.png");
    height:60px;
    width: 32px;
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    border:0px !important;

}



#slider-container .slider-wrapper-3-Birds .slider {
	position: relative;
}

#slider-container .slider-wrapper-3-Birds .slider-copy {
	position: absolute;
	top: 35%;
}

#slider-container .slider-wrapper-3-Birds .slider-copy h1 {
	font-size: 80px;
	line-height: 68px;
	color:#fff;
}

#slider-container .slider-wrapper-3-Birds .slider-copy p {
	font-size: 16px;
	color:#fff;
	margin-top:15px;
}

#slider-container .slider-wrapper-3-Birds .slider-copy .button {
	margin:0px 30px 0px 0px;
	float:left;
	width:236px;
}

#slider-container .slider-wrapper-3-Birds .slider-play {
    position: absolute;
    top: 50%;
    left:60%;
}




/* Main Body */


/* Products */

#product-wrapper {
	background:#fff;
	width:100%; 
	padding:15px 0 60px 0;
}

#product-wrapper .product {
	margin-top:35px; 
}

#product-wrapper .product-header h1 {
	font-size:42px;
	font-weight: 300;
	text-align: center;
	color: #2eace1;
	padding-top:0px;
	margin-top:0px;
}


#product-wrapper .product-copy h2 {
	font-size:30px;
	font-weight: 300;
	padding-top:0px;
	margin-top:15px;
}

#product-wrapper .product-copy .button {
	margin-top:10px;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}

.arrow {
	width: 0; 
	height: 0; 
	border-bottom: 7px solid transparent;  /* left arrow slant */
	border-top: 7px solid transparent; /* right arrow slant */
	border-left: 7px solid #fff; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
	float:right;
	margin-top:4px;
}



/* Create Tech */

#create-wrapper {
	background:#edf0f5;
	width:100%; 
	padding:100px 0px;
}

#create-wrapper .create-copy h1 {
	font-size:54px;
	line-height: 54px;
	padding-top:0px;
	padding-bottom:15px;
	margin-top:30px;
	color:#2eace1;
    text-transform: uppercase;
}

#create-wrapper .create-copy p {
	padding-bottom:15px;

}

/* Staff */

#staff-wrapper {
	background: #29388a url("../img/3birds-v4-staff-bg.jpg") repeat top center; 
	width:100%; 
	padding:163px 0px;
	text-align:center;
}

#staff-wrapper .staff-copy h1 {
	color:#fff;
	font-size:72px;
	line-height: 72px;
	padding-top:0px;
	margin-top:0px;
}

#staff-wrapper .staff-copy p {
	color:#fff;
	font-size:36px;
	font-weight: 300;
}


/* Quote Slider */

#quote-container .quote-slider {
	background:#ffffff; 
	color: black;
	padding:0px;
	height:340px;
}

#quote-container .slider-bg-quote {
	background:#fff;
	height:300px;
}

#quote-container .quote-slider .arrows {
	position: relative;
	z-index: 99;

}

#quote-container .quote-slider .btnLeft {
	position: absolute;
	top: 150px;
	left: 40px;
}


#quote-container .quote-slider .btnRight {
	position: absolute;
	top: 150px;
	right: 40px;
}


#quote-container .quote-slider .arrows button, .arrows .button {
	background-color:transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 46px; 
	height: 46px; 
	color:#717475;
	line-height: .5 !important; 
	padding:13px 0 0 0;
	font-size:2em;

}

#quote-container.quote-slider .arrows .button-group > li button, .arrows .button-group > li .button {
    border: 2px solid #717475; 
}


#quote-container .quote-slider .slider-copy {
	margin-top:-200px;
}

#quote-container .quote-slider .slider-copy img {
	margin-top:5px;
}

#quote-container .quote-slider .slider-copy h1 {
	color:#2eace1;
	font-size:24px;
	font-weight: 300;
	padding:0px;
	margin:0px;
}

#quote-container .quote-slider .slider-copy p {
	color:#d2d2d3;
	margin-top:15px;
}


/* Brands */

#brands-wrapper {
	background: #2eace1; 
	width:100%; 
	padding:80px 0px;
	text-align:center;
}

#brands-wrapper .brand-copy h1 {
	color:#fff;
	font-size:42px;
	font-weight: 300;
	padding:0px;
	margin:0px;
}

#brands-wrapper .brand-img {
	margin:30px 0 30px 0;
}


/* Talk */

#talk-wrapper {
	background: #29388a url("../img/3birds-v4-talk-bg.jpg") repeat top center;
	width:100%; 
	padding:100px 0 60px 0;
	text-align:center;
}


#talk-wrapper .circle {
  width: 300px;
  height: 300px;
  line-height: 300px;
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color:#e64d25;
  font-size:54px;
  font-weight: 300;
  font-style: italic;
  margin: 0 auto 40px;
  background-color: rgba(255, 255, 255, .75);
}



/* Wire Footer */

#wire-footer-wrapper {
	background:#fff;
	width:100%; 
}

#wire-footer-wrapper.wire-footer-page {
	background:#edf0f5; 
}

#wire-footer-wrapper .wire-video  {
	padding-top:100px;

}

#wire-footer-wrapper .wire-copy h1 {
	font-size:60px;
	line-height: 54px;
	padding-top:100px;
	margin-top:0px;
	color:#2eace1;
}

#wire-footer-wrapper .wire-copy p {
	font-size: 16px;
	margin-top:15px;

}



/* SOLUTIONS
/////////////////////////////////////////////////////////////////*/


/* Solutions */

#page-header-wrapper.solutions-bg {
	background: #29388a url("../img/3birds-v4-solutions-main-1.jpg") repeat top center;
	height:549px;
}

#page-header-wrapper.solutions-bg .header-copy h1 {
	padding-top:130px;
}

#page-header-wrapper .playBtn {padding-top: 200px; padding-left: 100px;}

#solutions-wrapper-1, #solutions-wrapper-3  {
	background:#fff;
	width:100%; 
	padding:100px 0px;
}

#solutions-wrapper-2, #solutions-wrapper-4 {
	background:#edf0f5;
	width:100%; 
	padding:100px 0px;
}


#solutions-wrapper-1 .solutions-icon, #solutions-wrapper-2 .solutions-icon, #solutions-wrapper-3 .solutions-icon, #solutions-wrapper-4 .solutions-icon {
	text-align:center;
}


#solutions-wrapper-1 .solutions-copy h1, #solutions-wrapper-2 .solutions-copy h1, #solutions-wrapper-3 .solutions-copy h1, #solutions-wrapper-4 .solutions-copy h1 {
	font-size:30px;
	font-weight: 300;
	padding-top:0px;
	margin-top:0px;
}

#solutions-wrapper-1 .solutions-copy ul li, #solutions-wrapper-2 .solutions-copy ul li, #solutions-wrapper-3 .solutions-copy ul li, #solutions-wrapper-4 .solutions-copy ul li  {
	list-style: none;
	background: url('../img/example-theme-bullet.png') left center no-repeat;
	margin-left:-15px;
}

#solutions-wrapper-1 .solutions-copy ul li a, #solutions-wrapper-2 .solutions-copy ul li a, #solutions-wrapper-3 .solutions-copy ul li a, #solutions-wrapper-4 .solutions-copy ul li a  {
	font-size: 18px; 
	font-weight: 300; 
	padding-left: 20px; 
	display: block; 
	transition: opacity 300ms ; 
}

#solutions-wrapper-1 .solutions-copy  ul li a:hover, #solutions-wrapper-2 .solutions-copy  ul li a:hover, #solutions-wrapper-3 .solutions-copy  ul li a:hover, #solutions-wrapper-4 .solutions-copy  ul li a:hover { 
	opacity: 0.5;
}

#solutions-wrapper-1 .solutions-copy .button, #solutions-wrapper-2 .solutions-copy .button, #solutions-wrapper-3 .solutions-copy .button, #solutions-wrapper-4 .solutions-copy .button {
	margin-top:10px;
}



/* The Wire
/////////////////////////////////////////////////////////////////*/

/* Wire 3.0 */

#page-header-wrapper.wire-bg {
	background: #29388a url("../img/3birds-v4-wire-main-1.jpg") repeat top center;
	height:549px;
}

#page-header-wrapper.wire-bg .header-copy h1 {
	padding-top:130px;
}

#wire-3-wrapper-1, #wire-3-wrapper-3 {
	background:#fff;
	width:100%; 
	padding:100px 0px;
}

#wire-3-wrapper-2, #wire-3-wrapper-4 {
	background:#edf0f5;
	width:100%; 
	padding:100px 0px;
}

#wire-3-wrapper-1 .create-copy h1, #wire-3-wrapper-2 .create-copy h1, #wire-3-wrapper-3 .create-copy h1, #wire-3-wrapper-4 .create-copy h1 {
	font-size:54px;
	font-weight: 300;
	line-height: 60px;
	padding-top:0px;
	padding-bottom:15px;
	margin-top:0px;
	color:#2eace1;
}

#wire-3-wrapper-1 .create-copy p, #wire-3-wrapper-2 .create-copy p, #wire-3-wrapper-3 .create-copy p {
	padding-bottom:15px;

}

#wire-3-wrapper-2 .create-copy h1:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-builder-1.png") no-repeat;
    width: 74px;
    height: 74px;
    float: left;
    margin: 5px 20px 0 0;
}

#wire-3-wrapper-3 .create-copy h1:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-library-1.png") no-repeat;
    width: 74px;
    height: 74px;
    float: left;
    margin: 5px 20px 0 0;
}

#wire-3-wrapper-2 .create-copy h1, #wire-3-wrapper-3 .create-copy h1 {
	line-height: 80px;
}

#wire-3-wrapper-4 .create-copy  {
	text-align: center;
}

#wire-3-wrapper-4 .create-copy p {
	font-size: 24px;
	font-style: italic;
	font-weight:300;
	margin-top:-5px;
	padding-bottom:20px;
}

#wire-3-wrapper-4 .wire-apps {
	margin-top:20px;
}

#wire-3-wrapper-4 .wire-apps h2 {
	font-size: 24px;
	font-weight:300;
	color:#8a8f91;
	line-height: 70px;
}

#wire-3-wrapper-4 .academy h2:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-academy.png") no-repeat;
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 20px 0 0;
}

#wire-3-wrapper-4 .digital h2:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-digital.png") no-repeat;
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 20px 0 0;
}

#wire-3-wrapper-4 .manage h2:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-manage.png") no-repeat;
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 20px 0 0;
}

#wire-3-wrapper-4 .builder h2:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-builder.png") no-repeat;
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 20px 0 0;
}

#wire-3-wrapper-4 .insight h2:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-insight.png") no-repeat;
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 20px 0 0;
}

#wire-3-wrapper-4 .reports h2:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-reports.png") no-repeat;
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 20px 0 0;
}

#wire-3-wrapper-4 .calendar h2:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-calendar.png") no-repeat;
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 20px 0 0;
}

#wire-3-wrapper-4 .library h2:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-library.png") no-repeat;
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 20px 0 0;
}

#wire-3-wrapper-4 .social h2:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-social.png") no-repeat;
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 20px 0 0;
}

#wire-3-wrapper-4 .clients h2:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-clients.png") no-repeat;
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 20px 0 0;
}

#wire-3-wrapper-4 .list h2:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-list.png") no-repeat;
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 20px 0 0;
}

#wire-3-wrapper-4 .users h2:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-users.png") no-repeat;
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 20px 0 0;
}

#wire-3-wrapper-4 .dashboard h2:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-dashboard.png") no-repeat;
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 20px 0 0;
}

#wire-3-wrapper-4 .lift h2:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-lift.png") no-repeat;
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 20px 0 0;
}

#wire-3-wrapper-4 .web h2:before {
    content: "";
    display: block;
    background: url("../img/wire/3birds-v4-builder-icon-web.png") no-repeat;
    width: 68px;
    height: 68px;
    float: left;
    margin: 0 20px 0 0;
}





/* RESULTS
/////////////////////////////////////////////////////////////////*/

/* Results */

#page-header-wrapper.results-bg {
	background: #e64d25 url("../img/3birds-v4-results-main-1.jpg") repeat top center;
	height:549px;
}

#page-header-wrapper.results-bg.hdrSmall {
    background: #e64d25 url("../img/3birds-v4-results-main-1.jpg") repeat top center;
    height:349px;
    margin-bottom: 75px;
}

#page-header-wrapper.results-bg .header-copy h1 {
	padding-top:160px;
}

#page-header-wrapper.results-bg.hdrSmall .header-copy h1 {
    padding-top:80px;
    font-size: 3.5em;
}

#results-wrapper {
	background:#fff;
	width:100%; 
	padding:100px 0px;
}

#results-wrapper .create-copy h1 {
	font-size:54px;
	font-weight: 300;
	line-height: 60px;
	padding-top:0px;
	padding-bottom:5px;
	margin-top:0px;
	color:#2eace1;
}

#results-wrapper .create-copy h2 {
	font-size:22px;
	font-weight: 300;
	color:#2eace1;
}

#results-wrapper .results-bg {
	background:#edf0f5; 
	padding:200px 100px 100px 100px;
}

#results-wrapper .create-copy p {
	font-size:16px;
	font-weight: 300;
	line-height: 20px;
	color:#fff;
	background:#2eace1;
	padding:20px;

}

#results-wrapper .results-bg-sm {
	background:#edf0f5; 
	padding:40px 20px 20px 20px;
}

#results-wrapper .results-boxes {
	margin-top:30px;
}


.resultsOne {background: url(../img/results/Results-bw-1.jpg) no-repeat center center !important; background-size: cover;}



/* Results Content Template */
.resultsContent h1 {font-size: 3.4em; font-weight: 100; color: #e64d25; margin: 0px; padding: 0px; line-height: 1em;}
.resultsContent p.results-SubHead {font-size: 1.3em; font-weight: 100; color: #ccc; text-transform: uppercase;; margin: 0px; padding: 0px;}
.resultsContent p.padTop {padding-top: 50px; display: block;}





/* THE FLOCK
/////////////////////////////////////////////////////////////////*/

/* Page Header */

#page-header-wrapper.flock-bg {
	background: #ccc url("../img/theflock-banner2.jpg") repeat top center;
	height:549px;
}


#page-header-wrapper.flock-bg .header-copy h1 {
	font-size: 72px;
	line-height: 68px;
	padding-top:160px;
	text-align:center;
	color:#fff;
}

#page-header-wrapper.flock-bg .header-copy p {
	font-size: 24px;
	font-style: italic;
	text-align:center;
	color:#fff;
}

#page-header-wrapper.flock-bg .player-icon {
	text-align:center;
}

#flock-wrapper-1, #flock-wrapper-3 {
	background:#edf0f5;
	width:100%; 
	padding:100px 0px;
}

#flock-wrapper-1 .create-copy h1, #flock-wrapper-2 .create-copy h1, #flock-wrapper-3 .create-copy h1 {
	font-size:60px;
	font-weight: 300;
	line-height: 60px;
	padding-top:0px;
	padding-bottom:5px;
	margin-top:0px;
	text-align:center;
	color:#2eace1;
}


#flock-wrapper-1 .create-copy p {
	font-size: 24px;
	font-style: italic;
	text-align:center;

}

/* Mix it Up */

#flock-wrapper-2 {
	background:#fff;
	width:100%; 
	padding:100px 0px 120px 0px;
}

#flock-wrapper-2  .controls{
  color: #eee;
}

#flock-wrapper-2  .controls button {
  font-family: 'Open Sans', sans-serif; 
  display: inline-block;
  padding: 20px 20px 20px 0;
  background: transparent;
  border: 0;
  color: #ddd;
  font-size: 20px;
  font-weight: 400;
  border-radius: none;
  cursor: pointer;
}

#flock-wrapper-2  .controls button:hover{
  color: #9fdbfc;

}

#flock-wrapper-2  .controls button.active{
  color: #e64d25;
}

#flock-wrapper-2 .staff-container {
  -webkit-backface-visibility: hidden;
}

#flock-wrapper-2 .staff-container .mix{
  text-align: center;
  display: none;
  width: 19.75%;
  padding-top:20px;
}

#flock-wrapper-3 .create-copy h1 {
	margin-bottom:30px;
}


#flock-wrapper-4 {
	padding-top:.2%;
	padding-bottom:.2%;
}

#flock-wrapper-4 .img-half {
	width:50%;
	padding:.2%;
	float:left;
}

#flock-wrapper-4 .img-full {
	width:100%;
	padding:.2%;
	float:left;
}

#flock-wrapper-4 .img-third {
	width:33.3%;
	padding:.2%;
	float:left;
}


/* OUR STORY
/////////////////////////////////////////////////////////////////*/

/* Page Header */

#page-header-wrapper.story-bg {
    background: #e64d25 url("../img/theflock-banner2.jpg") repeat top center;
    height:549px;
}


#page-header-wrapper.story-bg .header-copy h1 {
    font-size: 72px;
    line-height: 68px;
    padding-top:130px;
    text-align:center;
    color:#fff;
}


#page-header-wrapper.story-bg .player-icon {
    text-align:center;
    margin-top:30px;
}

#story-wrapper-1 {
    background:#fff;
    width:100%; 
    padding:100px 0px;
}

#story-wrapper-2 {
    background:#edf0f5;
    width:100%; 
    padding:100px 0px;
}



#story-wrapper-1 .create-copy h1 {
    font-size:60px;
    font-weight: 300;
    line-height: 60px;
    padding-top:0px;
    padding-bottom:5px;
    margin-top:0px;
    text-align:center;
    color:#2eace1;
}

#story-wrapper-2 .create-copy h1 {
    font-size:60px;
    font-weight: 300;
    line-height: 60px;
    padding-top:0px;
    padding-bottom:30px;
    margin-top:0px;
    text-align:center;
    color:#2eace1;
}


#story-wrapper-1 .create-copy p {
    font-size: 24px;
    font-style: italic;
    text-align:center;

}

#story-wrapper-1 .create-list h2 {
    font-size:36px;
    font-weight: 300;
    line-height: 60px;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:15px;
    color:#e64d25;
}


#story-wrapper-1 .create-list p {
     font-size:18px;

}


/* CONNECT
/////////////////////////////////////////////////////////////////*/

/* Connect */

#page-header-wrapper.connect-bg {
	background: #ccc url("../img/connect_banner1.jpg") repeat top center;
	height:549px;
}

#page-header-wrapper.connect-bg .header-copy h1 {
	padding-top:130px;
}

#connect-wrapper {
	background:#fff;
	width:100%; 
}

#connect-wrapper .contact-copy {
	margin-top:100px;
	margin-bottom:100px;
}

#connect-wrapper .contact-copy h2 {
	margin:0 0 15px 0;
	padding:0;
    font-size: 24px;
    color:#e64d25;

}

#connect-wrapper .contact-copy h3 {
    font-size: 16px;
    font-weight: 400;
}


/* Google Map Page Style */

#connect-wrapper #map-canvas {
    height: 500px;
    width:100%;
}




/* JOBS
/////////////////////////////////////////////////////////////////*/

/* Jobs */

#page-header-wrapper.jobs-bg {
    background: #e64d25 url("../img/connect_banner1.jpg") repeat top center;
    height:549px;
}

#page-header-wrapper.jobs-bg .header-copy h1 {
    padding-top:130px;
}

#jobs-wrapper-1 {
    background:#fff;
    width:100%; 
    padding:100px 0px;
}

#jobs-wrapper-1  .accordion .accordion-navigation a {
    color: #48484a;
    font-size: 24px;
    font-weight:300;
    background-color:#edf0f5;
    margin-bottom:5px; 
}

#jobs-wrapper-1  .accordion .accordion-navigation a:hover {
    background-color:#D4D7DB;
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
    padding: 20px 20px 50px 20px;
}

#jobs-wrapper-1  .accordion .job-copy h1 {
    color: #48484a;
    font-size: 24px;
    font-weight:300;
}

#jobs-wrapper-1  .accordion .job-copy ul li {
    color: #8a8f91;
    font-weight: 400;
    list-style: none;
    background: url('../img/example-theme-bullet.png') left center no-repeat;
    margin-left:-15px;
    padding-left:20px;
}

#jobs-wrapper-1 .accordion .accordion-navigation a.orange-btn {
    color:#fff;
    background:#e64d25;
    font-size: 18px;
    margin-top:15px;
    transition: opacity 300ms ;
}

#jobs-wrapper-1 .accordion .accordion-navigation a.orange-btn:hover {
    color:#fff;
    background:#e64d25;
    opacity:.80;
}



#jobs-wrapper-2 {
    background:#edf0f5;
    width:100%; 
    padding:100px 0px;
}

#jobs-wrapper-2 .create-copy h1 {
    font-size:60px;
    font-weight: 300;
    line-height: 60px;
    padding-top:0px;
    padding-bottom:30px;
    margin-top:0px;
    text-align:center;
    color:#2eace1;
}

#jobs-wrapper-3 {
    padding-top:.2%;
    padding-bottom:.2%;
}

#jobs-wrapper-3 .img-half {
    width:50%;
    padding:.2%;
    float:left;
}

#jobs-wrapper-3 .img-full {
    width:100%;
    padding:.2%;
    float:left;
}

#jobs-wrapper-3 .img-third {
    width:33.3%;
    padding:.2%;
    float:left;
}






/* PAGE - FIXED OPS
/////////////////////////////////////////////////////////////////*/

#page-header-wrapper.fixed-ops-bg {
	background: #29388a url("../img/3birds-v4-fixed-ops-main-1.jpg") repeat top center;
	height:549px;
}

#page-header-wrapper.fixed-ops-bg .header-copy h1 {
	padding-top:130px;
}

#page-header-wrapper.fixed-ops-bg .header-copy h1:before {
	content: "";
    display: block;
    background: url("../img/3birds-v4-icon-1.png") no-repeat;
    width: 78px;
    height: 78px;
    float: left;
    margin: 0 20px 0 0;
}

#page-wrapper.fixed-ops .article-copy {
	background:#edf0f5;
}

#page-wrapper.fixed-ops .article-copy h2 {
	color:#e64d25;
}

#page-wrapper.fixed-ops .features-header h2 {
	color:#E24F2F;

}

#page-wrapper.fixed-ops .service-tab .post-title h1:before {
	content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-service.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 11px 20px 0 0;
}

#page-wrapper.fixed-ops .automated-tab .post-title h1:before {
	content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-automated.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 11px 20px 0 0;
}

#page-wrapper.fixed-ops .loyalty-tab .post-title h1:before {
	content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-loyalty.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 11px 20px 0 0;
}

#page-wrapper.fixed-ops .digital-tab .post-title h1:before {
	content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-digital.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 11px 20px 0 0;
}


/* PAGE - LOYALTY
/////////////////////////////////////////////////////////////////*/

#page-header-wrapper.loyalty-bg {
	background: #29388a url("../img/loyaltyandengagement-banner.jpg") repeat top left;
	height:549px;
}

#page-header-wrapper.loyalty-bg .header-copy h1 {
	padding-top:130px;
}

#page-header-wrapper.loyalty-bg .header-copy h1:before {
	content: "";
    display: block;
    background: url("../img/3birds-v4-icon-2.png") no-repeat;
    width: 78px;
    height: 78px;
    float: left;
    margin: 0 20px 0 0;
}

#page-wrapper.loyalty .article-copy {
	background:#edf0f5;
}

#page-wrapper.loyalty .article-copy h2 {
	color:#e64d25;
}

#page-wrapper.loyalty .features-header h2 {
	color:#2eace1;

}

#page-wrapper.loyalty .newsletter-tab .post-title h1:before {
	content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-newsletter.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 11px 20px 0 0;
}

#page-wrapper.loyalty .rep-tab .post-title h1:before {
	content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-rep.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 11px 20px 0 0;
}

#page-wrapper.loyalty .social-tab .post-title h1:before {
	content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-social.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 11px 20px 0 0;
}


/* PAGE - CUSTOMER
/////////////////////////////////////////////////////////////////*/

#page-header-wrapper.customer-bg {
	background: #29388a url("../img/customerdemand_banner.jpg") repeat top left;
	height:549px;
}

#page-header-wrapper.customer-bg .header-copy h1 {
	padding-top:130px;
}

#page-header-wrapper.customer-bg .header-copy h1:before {
	content: "";
    display: block;
    background: url("../img/3birds-v4-icon-3.png") no-repeat;
    width: 78px;
    height: 78px;
    float: left;
    margin: 0 20px 0 0;
}

#page-wrapper.customer .article-copy {
	background:#edf0f5;
}

#page-wrapper.customer .article-copy h2 {
	color:#e64d25;
}

#page-wrapper.customer .features-header h2 {
	color:#29388a;

}

#page-wrapper.customer .email-tab .post-title h1:before {
	content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-email.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 11px 20px 0 0;
}

#page-wrapper.customer .marketing-tab .post-title h1:before {
	content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-marketing.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 11px 20px 0 0;
}

#page-wrapper.customer .targeted-tab .post-title h1:before {
	content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-targeted.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 11px 20px 0 0;
}

#page-wrapper.customer .ecommerce-tab .post-title h1:before {
	content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-ecommerce.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 11px 20px 0 0;
}


/* PAGE - INSIGHT
/////////////////////////////////////////////////////////////////*/

#page-header-wrapper.insight-bg {
    background: #29388a url("../img/analytics_banner2.jpg") repeat top left;
    height:549px;
}

#page-header-wrapper.insight-bg .header-copy h1 {
    padding-top:130px;
}

#page-header-wrapper.insight-bg .header-copy h1:before {
    content: "";
    display: block;
    background: url("../img/3birds-v4-icon-4.png") no-repeat;
    width: 78px;
    height: 78px;
    float: left;
    margin: 0 20px 0 0;
}

#page-wrapper.insight .article-copy {
    background:#edf0f5;
}

#page-wrapper.insight .article-copy h2 {
    color:#e64d25;
}

#page-wrapper.insight .features-header h2 {
    color:#f6b340;

}

#page-wrapper.insight .dashboard-tab .post-title h1:before {
    content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-dashboard.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 10px 20px 0 0;
}

#page-wrapper.insight .neighborhood-tab .post-title h1:before {
    content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-neighborhood.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 11px 20px 0 0;
}

#page-wrapper.insight .insight-tab .post-title h1:before {
    content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-insight.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 9px 20px 0 0;
}

#page-wrapper.insight .calendar-tab .post-title h1:before {
    content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-calendar.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 11px 20px 0 0;
}

#page-wrapper.insight .analytics-tab .post-title h1:before {
    content: "";
    display: block;
    background: url("../img/page/3birds-v4-icon-page-analytics.png") no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 10px 20px 0 0;
}








/* MEDIA QUERIES */

/* TABLET
/////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 1025px) {

    html {
        padding-top:0px;
    }

    #subheader-wrapper {
        position:inherit;
    }

    .tab-bar {
       border-bottom: 0px;
       background-color: rgba(255, 255, 255, .8);
      -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
      -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
      box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
    }

    .tab-bar .menu-icon {
        background-color: #2eace1;
    }

    #talk-wrapper .circle {
      width: 250px;
      height: 250px;
      line-height: 250px;
      border-radius: 50%; /* the magic */
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      text-align: center;
      color:#e64d25;
      font-size:40px;
      font-weight: 300;
      font-style: italic;
      margin: 0 auto 40px;
      background-color: rgba(255, 255, 255, .75);
    }

    #create-wrapper .create-copy h1, #wire-footer-wrapper .wire-copy h1, #wire-3-wrapper-1 .create-copy h1, #wire-3-wrapper-2 .create-copy h1, #wire-3-wrapper-3 .create-copy h1 {
        font-size:40px;
        line-height: 40px;
    }

    #staff-wrapper .staff-copy h1 {
        font-size:54px;
        line-height: 54px;
    }

    #staff-wrapper .staff-copy p {
        font-size:26px;
    }

    #brands-wrapper .brand-copy h1 {
        font-size:36px;
    }

    #page-header-wrapper .header-copy h1 {
        font-size: 54px;
        line-height: 50px;
    }

    #page-header-wrapper.solutions-bg, #page-header-wrapper.fixed-ops-bg, #page-header-wrapper.loyalty-bg, #page-header-wrapper.customer-bg, #page-header-wrapper.insight-bg, #page-header-wrapper.wire-bg, #page-header-wrapper.results-bg, #page-header-wrapper.flock-bg, #page-header-wrapper.connect-bg  {
        height:429px;
    }

    #page-header-wrapper.solutions-bg .header-copy h1, #page-header-wrapper.fixed-ops-bg .header-copy h1, #page-header-wrapper.loyalty-bg .header-copy h1, #page-header-wrapper.customer-bg .header-copy h1, #page-header-wrapper.insight-bg .header-copy h1, #page-header-wrapper.wire-bg .header-copy h1, #page-header-wrapper.results-bg .header-copy h1,  #page-header-wrapper.flock-bg .header-copy h1, #page-header-wrapper.connect-bg .header-copy h1 {
        padding-top:10px;
    }

    #wire-3-wrapper-2 .create-copy h1:before, #wire-3-wrapper-3 .create-copy h1:before {
        background-size: 50px 50px;
        width: 50px;
        height: 50px;
        margin: 0px 20px 0 0;
    }

    #results-wrapper .create-copy h1 {
        font-size:36px;
        line-height: 36px;
    }

    #results-wrapper .create-copy h2 {
        font-size:18px;
    }

    #results-wrapper .results-bg {
        padding:200px 40px 100px 40px;
    }

    #results-wrapper .create-copy p {
        font-size:14px;
        line-height: 14px;
    }

    #results-wrapper .results-bg-sm {
        margin-bottom:30px;
    }

    #results-wrapper .results-bg-sm.last {
        margin-bottom:0px;
    }

    #flock-wrapper-1 .create-copy h1, #flock-wrapper-2 .create-copy h1, #flock-wrapper-3 .create-copy h1 {
        font-size:48px;
        line-height: 48px;
    }

    #flock-wrapper-1 .create-copy p {
        font-size: 18px;
    }

    #flock-wrapper-2 .staff-container .mix{
      width: 23.75%;
    }





}


/* MOBILE
/////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 640px) {

    /* Home Page Slider */
    div.arrows {display: none;}

    #slider-container .slider-wrapper-3-Birds .slider-copy h1 {
        font-size: 50px;
        line-height: 48px;
        color:#fff;
        text-align: center;
    }

    .hello #video_container #text {
        top: 4% !important;
        width: 100%;
    }
    .slideBlock, .slider-play {
        width: 350px !important;
        margin-left: 15px;
    }
    #slider-container .slider-wrapper-3-Birds .slider-copy p {
        font-size: 16px;
        color:#fff;
        margin-top:15px;
        text-align: center;
    }
    #slider-container .slider-wrapper-3-Birds .slider-copy .button {
        margin: 10px auto;
        width: 100%;
        float: none;
    }






    #product-wrapper .product-header h1 {
        font-size:30px;
    }

    #product-wrapper .product-copy h2 {
        font-size:24px;
    }

     .sub-copy, #product-wrapper, #create-wrapper, #footer-wrapper, #solutions-wrapper-1, #solutions-wrapper-2, #solutions-wrapper-3, #solutions-wrapper-4 {
        text-align:center;
    }

    #create-wrapper .create-copy h1 {
        font-size: 30px;
        line-height: 30px;
    }

    #staff-wrapper .staff-copy h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #staff-wrapper .staff-copy p {
        font-size:24px;
    }

    #brands-wrapper .brand-copy h1 {
        font-size:34px;
    }

    #talk-wrapper .circle {
      width: 200px;
      height: 200px;
      line-height: 200px;
      border-radius: 50%; /* the magic */
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      text-align: center;
      color:#e64d25;
      font-size:36px;
      font-weight: 300;
      font-style: italic;
      margin: 0 auto 40px;
      background-color: rgba(255, 255, 255, .75);
    }

    #footer-wrapper .footer-twitter .footer-user {
        font-size:14px;
    }

    #footer-wrapper .footer-links ul li  {
        padding: 0 10px;
        border-right: none; 
        border-left: none; 
        display:inline-block;

    }

    #footer-wrapper a.social { 
        width: 40px; 
        height: 40px; 
        border-radius: 50%; /* the magic */
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
        border: #fff 2px solid;
        display:inline-block; 
        background-color: transparent;
        opacity:1; 
        text-align: center;
        transition: opacity 300ms;
        margin-right:10px;
    }

    #footer-wrapper a.social i {
        font-size: 1.56em; 
    }

    #page-header-wrapper .header-copy h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #page-header-wrapper.solutions-bg .header-copy h1 {
        font-size:40px;
        line-height: 40px;
        margin-top:-25px;
    }

    #solutions-wrapper-1 .solutions-copy ul li, #solutions-wrapper-2 .solutions-copy ul li, #solutions-wrapper-3 .solutions-copy ul li, #solutions-wrapper-4 .solutions-copy ul li  {
        list-style: none;
        background: url('../img/example-theme-bullet.png') left center no-repeat;
        margin-left:-15px;
        text-align:left;
    }

    #solutions-wrapper-1 .solutions-icon, #solutions-wrapper-2 .solutions-icon, #solutions-wrapper-3 .solutions-icon, #solutions-wrapper-4 .solutions-icon {
        margin-bottom:20px;
    }

    #solutions-wrapper-1 .solutions-img, #solutions-wrapper-2 .solutions-img, #solutions-wrapper-3 .solutions-img, #solutions-wrapper-4 .solutions-img {
        margin-top:20px;
    }

    #wire-footer-wrapper .wire-video {
        padding-top: 20px;
    }

    #page-wrapper .post-title {
        padding-top: 0px;
    }

    #page-wrapper .post-title h1 {
        font-size: 30px;
    }

    #page-wrapper {
        padding:0px 0px 0px 0px;
    }

    #wire-footer-wrapper .wire-copy h1 {
        padding-top: 60px;
    }

    .sidebar {
        margin-bottom: 0px;
        margin-top:60px;
    }

    #page-header-wrapper.fixed-ops-bg .header-copy h1:before, #page-header-wrapper.loyalty-bg .header-copy h1:before, #page-header-wrapper.customer-bg .header-copy h1:before, #page-header-wrapper.insight-bg .header-copy h1:before {
        background-size: 50px 50px;
        width: 50px;
        height: 50px;
        margin: 15px 20px 0 0;
    }

    #page-header-wrapper.fixed-ops-bg .header-copy h1, #page-header-wrapper.loyalty-bg .header-copy h1, #page-header-wrapper.customer-bg .header-copy h1, #page-header-wrapper.insight-bg .header-copy h1 {
        font-size: 28px;
    }

    #page-wrapper.fixed-ops .service-tab .post-title h1:before, #page-wrapper.fixed-ops .automated-tab .post-title h1:before, #page-wrapper.fixed-ops .loyalty-tab .post-title h1:before, #page-wrapper.fixed-ops .digital-tab .post-title h1:before, #page-wrapper.loyalty .newsletter-tab .post-title h1:before, #page-wrapper.loyalty .rep-tab .post-title h1:before, #page-wrapper.loyalty .social-tab .post-title h1:before, #page-wrapper.customer .email-tab .post-title h1:before, #page-wrapper.customer .marketing-tab .post-title h1:before, #page-wrapper.customer .targeted-tab .post-title h1:before,#page-wrapper.customer .ecommerce-tab .post-title h1:before, 
    #page-wrapper.insight .dashboard-tab .post-title h1:before, #page-wrapper.insight .neighborhood-tab .post-title h1:before, #page-wrapper.insight .insight-tab .post-title h1:before, #page-wrapper.insight .calendar-tab .post-title h1:before, #page-wrapper.insight .analytics-tab .post-title h1:before 
    {
        margin: 8px 20px 0 0;
    }

    #create-wrapper .create-copy h1, #wire-footer-wrapper .wire-copy h1, #wire-3-wrapper-4 .create-copy h1 {
        font-size:36px;
        line-height: 36px;
    }

    #wire-3-wrapper-4 .create-copy p {
        font-size:20px;
    }

    #wire-3-wrapper-1 .create-video, #wire-3-wrapper-2 .create-video, #wire-3-wrapper-3 .create-video {
        margin-top:30px;
    }

     #flock-wrapper-1 .create-copy h1, #flock-wrapper-2 .create-copy h1, #flock-wrapper-3 .create-copy h1 {
        font-size:36px;
        line-height: 36px;
    }

    #flock-wrapper-1 .create-copy p {
        font-size: 16px;
    }

    #flock-wrapper-2 .staff-container .mix{
      width: 48.75%;
    }

    #flock-wrapper-2  .controls button {
      padding: 20px 15px 0px 0;
      font-size: 18px;

    }

    #flock-wrapper-4 .img-half, #flock-wrapper-4 .img-third {
        width:100%;
    }







    




}
































