.creative-jobs-container {
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}
.creative-jobs-controls-container {
	margin: 15px 0 0 0;
	padding: 0;
	height: auto;
	max-width: 100%;
	position: relative;
}
.creative-jobs-carousel {
	margin: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
	/*position: relative;*/
	overflow: hidden;
	padding-bottom: 10px;
}
.creative-jobs-slider {
	margin: 0;
	padding: 0;
	width: 100%;
height 100%;
	display: flex;
	transition: all 0.3s;
}
.creative-jobs-slide {
	margin: 0;
	padding: 0;
	max-width: 100%;
	flex-basis: 100%;
	display: flex;
	justify-content: center;
}
/*==================================================================
    CAROUSEL CONTROLS
==================================================================*/
.creative-jobs-controls .creative-jobs-arrow {
	position: absolute;
	top: 100%;
	transform: translateY(-100%);
	cursor: pointer;
}
/* Previous Button
...........................................*/ 
.creative-jobs-controls .creative-jobs-arrow.left {
	left: 0px;
}
/* Next Button
...........................................*/ 
.creative-jobs-controls .creative-jobs-arrow.right {
	right: 0px;
}
/* Hover Effect
...........................................*/ 
.creative-jobs-controls .creative-jobs-arrow.left:hover svg rect, .creative-jobs-controls .creative-jobs-arrow.right:hover svg rect {
	fill: #FECE35;
	stroke: white;
	color: white;
}
.creative-jobs-controls .creative-jobs-arrow.left:hover svg path, .creative-jobs-arrow.right:hover svg path {
	stroke: black;
}
/*-------------------------------------------
    SLIDE DOTS/BULLETS/INDICATORS
-------------------------------------------*/
.creative-jobs-controls ul {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	padding: 0px;
	max-width: 100%;
	list-style: none;
}
.creative-jobs-controls ul li {
	cursor: pointer;
	height: 12px;
	width: 12px;
	margin: 0 11px;
	background-color: #C4C4C4;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
/* Active Dot/Circle
...........................................*/        
/*.creative-jobs-controls ul li.active {
	background-color: #FECE35;
}*/
.creative-jobs-controls ul li.active, .creative-jobs-controls ul li:hover {
	background-color: #FECE35;
}
/*==================================================================
    SLIDE CONTENT
==================================================================*/    
.creative-jobs-slide-content {
	width: 100%;
    height: auto;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
/*-------------------------------------------
    TEXT
-------------------------------------------*/
.creative-jobs-text-slide {
	padding-top: 56.25%;
	position: relative;
}
.creative-jobs-text-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	padding: 20px;
	background-color: #F7F7F7;
	align-items: center;
}
/*.creative-jobs-slide-content.image {
	padding-bottom: 30px;
}*/

/* H2 Heading
...........................................*/
.creative-jobs-slide-content h2 {
	font-family: roboto, sans-serif;
	font-size: 46px;
	font-weight: 300;
	line-height: 0.84;
	margin-bottom: 30px;
	color: #596781;
}
/* H4 Heading
...........................................*/
.creative-jobs-slide-content h4 {
	position: relative;
	font-family: roboto, sans-serif;
	font-size: 48px;
	font-weight: 300;
	line-height: 1.35;
	margin-bottom: 30px;
	color: #596781;
}
/* H5 Heading
...........................................*/
.creative-jobs-slide-content h5 {
	position: relative;
	font-family: roboto, sans-serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.35;
	margin-bottom: 30px;
	color: #596781;
}
/* H6 Heading
...........................................*/
.creative-jobs-slide-content h6 {
	position: relative;
	font-family: roboto, sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.35;
	margin-bottom: 30px;
	color: #596781;
}
/* Paragraph Text
...........................................*/
.creative-jobs-slide-content p {
	font-family: roboto, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	margin-bottom: 30px;
	color: #000000;
}
/*-------------------------------------------
    LINKS
-------------------------------------------*/
.creative-jobs-slide-content p a {
	font-family: roboto, sans-serif;
	font-size: inherit;
	color: #D13269;
	text-decoration: none;
}
.creative-jobs-slide-content p a {
	font-family: roboto, sans-serif;
	font-size: inherit;
	color: #D13269;
	text-decoration: none;
}
.creative-jobs-slide-content p a:hover {
	color: #872c49;
}
/*-------------------------------------------
    VIDEO
-------------------------------------------*/
.creative-jobs-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.creative-jobs-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
/*-------------------------------------------
    IMAGES
-------------------------------------------*/
.creative-jobs-image {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.creative-jobs-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*-------------------------------------------
    BUTTONS
-------------------------------------------*/
.creative-jobs-links {
	width: 100%;
	display: flex;
	align-content: center;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
}
a.creative-jobs-btn {
	border: none;
	outline: none;
	cursor: pointer;
	margin: 0px 33px 0px 0px;
	font-family: roboto, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	height: auto;
	vertical-align: middle;
	padding: 24px 30px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.25px;
	width: auto;
}
/* Ganic Button
...........................................*/
a.creative-jobs-btn.ganic {
	background-color: #57C0A2;
}
a.creative-jobs-btn.ganic:hover {
	background-color: #65ad92;
}
/* Navy Button
...........................................*/
a.creative-jobs-btn.navy {
	background-color: #596781;
}
a.creative-jobs-btn.navy:hover {
	background-color: #323A49;
}
/* Navy Button
...........................................*/
a.creative-jobs-btn.sky {
	background-color: #00c0f3;
}
a.creative-jobs-btn.sky:hover {
	background-color: #00acf3;
}
/* Pink Button
...........................................*/
a.creative-jobs-btn.pink {
	background-color: #f05a8d;
}
a.creative-jobs-btn.pink:hover {
	background-color: #d84875;
}

/*///////////////////////////////////////////////////////////////
   @MEDIA (MAX-WIDTH: 575.98px)
//////////////////////////////////////////////////////////////*/   
@media (max-width: 575.98px) {
/*-------------------------------------------
    SLIDE DOTS/BULLETS/INDICATORS
-------------------------------------------*/
.creative-jobs-controls ul {
	padding: 0px 0;
	bottom: 0px;
}
.creative-jobs-controls ul li {
	margin: 0 5px;
	height: 8px;
	width: 8px;
}
/* H6 Heading
...........................................*/
.creative-jobs-slide-content h6 {
	font-size: 18px;
    margin: 0;
    padding: 0;
}
}

/*///////////////////////////////////////////////////////////////
   @MEDIA (MIN-WIDTH: 567px)
//////////////////////////////////////////////////////////////*/
@media (min-width: 576px) and (max-width: 767.98px) {
.creative-jobs-container {
	max-width: 540px;
	padding-bottom: 50px;
}
.creative-jobs-carousel {
	height: auto;
	padding-bottom: 20px;
}
/*-------------------------------------------
    SLIDE DOTS/BULLETS/INDICATORS
-------------------------------------------*/
.creative-jobs-controls ul {
	padding: 20px 0 0 0;
}
.creative-jobs-controls ul li {
	margin: 0 8px;
	width: 10px;
	height: 10px
}
}

/*///////////////////////////////////////////////////////////////
   @MEDIA (MAX-WIDTH: 767.98px)
//////////////////////////////////////////////////////////////*/   
@media (max-width: 767.98px) {
/*==================================================================
    CAROUSEL CONTROLS
==================================================================*/
.creative-jobs-controls .creative-jobs-arrow svg, .creative-jobs-controls .creative-jobs-arrow svg {
	max-width: 50px;
	height: auto;
}
a.creative-jobs-btn {
	margin: 0px 0px 0px 0px;
	padding: 30px;
	padding: 24px 30px;
	line-height: 19px;
	width: 100%;
}
}

/*///////////////////////////////////////////////////////////////
   @MEDIA (MIN-WIDTH: 768px)
//////////////////////////////////////////////////////////////*/
@media (min-width:768px) {
.creative-jobs-container {
	max-width: 720px;
	padding-bottom: 45px;
}
.creative-jobs-carousel {
	height: auto;
	padding-bottom: 40px;
}
.creative-jobs-text-wrap {
	padding: 30px;
}

.creative-jobs-controls ul {
    width: 80%;
    text-align: center;
    bottom: 20px;
}
.creative-jobs-controls ul li {
    width: 8px;
    height: 8px;

}
}
/* Hover Effect
...........................................*/ 
/*.creative-jobs-controls .creative-jobs-arrow.left:hover svg rect, .creative-jobs-controls .creative-jobs-arrow.right:hover svg rect {
	fill: #FECE35;
	stroke: white;
	color: white;
}
.creative-jobs-controls .creative-jobs-arrow.left:hover svg path, .creative-jobs-arrow.right:hover svg path {
	stroke: black;
}*/

}

/*///////////////////////////////////////////////////////////////
   @MEDIA (MIN-WIDTH: 1023.98px)
//////////////////////////////////////////////////////////////*/
@media (max-width: 1023.98px) {
/*==================================================================
    CAROUSEL CONTROLS
==================================================================*/
.creative-jobs-controls .creative-jobs-arrow {
	position: absolute;
	top: 98%;
	transform: translateY(-100%);
	cursor: pointer;
}
/*-------------------------------------------
    SLIDE DOTS/BULLETS/INDICATORS
-------------------------------------------*/
.creative-jobs-controls ul {
	bottom: 20px;
}
}

/*///////////////////////////////////////////////////////////////
   @MEDIA (MIN-WIDTH: 1024px)
//////////////////////////////////////////////////////////////*/
@media (min-width: 1024px) {
.creative-jobs-container {
	max-width: 960px;
	padding-bottom: 60px;
}
.creative-jobs-carousel {
	height: auto;
	margin: 0 auto;
	padding: 0;
	width: 60%;
	padding-bottom: 20px;
}
/*==================================================================
    CAROUSEL CONTROLS
==================================================================*/
.creative-jobs-controls .creative-jobs-arrow {
	top: 30%;
	transform: translateY(-50%);
}
/*==================================================================
    CAROUSEL CONTROLS
==================================================================*/
.creative-jobs-controls .creative-jobs-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
/* Previous Button
...........................................*/ 
.creative-jobs-controls .creative-jobs-arrow.left {
	left: 0px;
}
/* Next Button
...........................................*/ 
.creative-jobs-controls .creative-jobs-arrow.right {
	right: 0px;
}
.creative-jobs-controls .creative-jobs-arrow.left svg rect, .creative-jobs-controls .creative-jobs-arrow.right svg rect {
	fill: black;
	stroke: white;
	color: white;
}
.creative-jobs-controls ul {
    width: 100%;
    text-align: center;
}
.creative-jobs-text-wrap {
	padding: 40px;
}
}

/*///////////////////////////////////////////////////////////////
    @MEDIA (MIN-WIDTH: 1200px)
//////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {
.creative-jobs-container {
	max-width: 1330px;
	padding-bottom: 60px;
}
.creative-jobs-carousel {
	height: auto;
	width: 60%;
	overflow: hidden;
	padding-bottom: 20px;
}
/*==================================================================
    CAROUSEL CONTROLS
==================================================================*/
.creative-jobs-controls .creative-jobs-arrow {
	top: 50%;
	transform: translateY(-50%);
}
.creative-jobs-text-wrap {
	padding: 50px;
}
}
